Uses of Class
org.openqa.selenium.devtools.Connection
-
Packages that use Connection Package Description org.openqa.selenium.devtools -
-
Uses of Connection in org.openqa.selenium.devtools
Subclasses of Connection in org.openqa.selenium.devtools Modifier and Type Class Description class
SeleniumCdpConnection
Methods in org.openqa.selenium.devtools that return types with arguments of type Connection Modifier and Type Method Description static java.util.Optional<Connection>
SeleniumCdpConnection. create(org.openqa.selenium.Capabilities capabilities)
static java.util.Optional<Connection>
SeleniumCdpConnection. create(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, org.openqa.selenium.Capabilities capabilities)
static java.util.Optional<Connection>
SeleniumCdpConnection. create(org.openqa.selenium.WebDriver driver)
Constructors in org.openqa.selenium.devtools with parameters of type Connection Constructor Description DevTools(java.util.function.Function<DevTools,Domains> protocol, Connection connection)
-