Uses of Class
org.openqa.selenium.devtools.Connection
Packages that use Connection
-
Uses of Connection in org.openqa.selenium.devtools
Subclasses of Connection in org.openqa.selenium.devtoolsMethods in org.openqa.selenium.devtools that return types with arguments of type ConnectionModifier and TypeMethodDescriptionstatic Optional<Connection>
SeleniumCdpConnection.create
(org.openqa.selenium.Capabilities capabilities) static Optional<Connection>
SeleniumCdpConnection.create
(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, org.openqa.selenium.Capabilities capabilities) static Optional<Connection>
SeleniumCdpConnection.create
(org.openqa.selenium.WebDriver driver) Constructors in org.openqa.selenium.devtools with parameters of type ConnectionModifierConstructorDescriptionDevTools
(Function<DevTools, Domains> protocol, Connection connection)