-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public interface BrowserInstance implements AutoCloseable
-
-
Method Summary
Modifier and Type Method Description abstract Unitlaunch()abstract Unitawait()abstract UnitsignalAll()abstract BrowserInstanceIdgetId()abstract LauncherOptionsgetLauncherOptions()abstract ChromeOptionsgetLaunchOptions()abstract AtomicIntegergetTabCount()abstract List<NavigateEntry>getNavigateHistory()abstract BooleangetIsIdle()-
-
Method Detail
-
getId
abstract BrowserInstanceId getId()
-
getLauncherOptions
abstract LauncherOptions getLauncherOptions()
-
getLaunchOptions
abstract ChromeOptions getLaunchOptions()
-
getTabCount
abstract AtomicInteger getTabCount()
-
getNavigateHistory
abstract List<NavigateEntry> getNavigateHistory()
-
-
-
-