Returns an immutable list of open web windows (whether they are top level windows or not). This is a snapshot; future changes are not reflected by this list. The list is ordered by age, the oldest one first. @return an immutable list of open web windows (whether they are top level windows or no
()
| 1859 | * @see #getTopLevelWindows() |
| 1860 | */ |
| 1861 | public List<WebWindow> getWebWindows() { |
| 1862 | return List.copyOf(windows_); |
| 1863 | } |
| 1864 | |
| 1865 | /** |
| 1866 | * <span style="color:red">INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span><br> |
no outgoing calls