Uses of Interface
org.openqa.selenium.chromium.HasLaunchApp
-
Packages that use HasLaunchApp Package Description org.openqa.selenium.chrome org.openqa.selenium.chromium org.openqa.selenium.edge -
-
Uses of HasLaunchApp in org.openqa.selenium.chrome
Classes in org.openqa.selenium.chrome that implement HasLaunchApp Modifier and Type Class Description class
ChromeDriver
AWebDriver
implementation that controls a Chrome browser running on the local machine. -
Uses of HasLaunchApp in org.openqa.selenium.chromium
Classes in org.openqa.selenium.chromium that implement HasLaunchApp Modifier and Type Class Description class
ChromiumDriver
AWebDriver
implementation that controls a Chromium browser running on the local machine.Methods in org.openqa.selenium.chromium that return HasLaunchApp Modifier and Type Method Description HasLaunchApp
AddHasLaunchApp. getImplementation(Capabilities capabilities, ExecuteMethod executeMethod)
Methods in org.openqa.selenium.chromium that return types with arguments of type HasLaunchApp Modifier and Type Method Description java.lang.Class<HasLaunchApp>
AddHasLaunchApp. getDescribedInterface()
-
Uses of HasLaunchApp in org.openqa.selenium.edge
Classes in org.openqa.selenium.edge that implement HasLaunchApp Modifier and Type Class Description class
EdgeDriver
AWebDriver
implementation that controls an Edge browser running on the local machine.
-