Uses of Class
org.openqa.selenium.devtools.v96.browser.model.BrowserCommandId
-
Packages that use BrowserCommandId Package Description org.openqa.selenium.devtools.v96.browser org.openqa.selenium.devtools.v96.browser.model -
-
Uses of BrowserCommandId in org.openqa.selenium.devtools.v96.browser
Methods in org.openqa.selenium.devtools.v96.browser with parameters of type BrowserCommandId Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Browser. executeBrowserCommand(BrowserCommandId commandId)Invoke custom browser commands used by telemetry. -
Uses of BrowserCommandId in org.openqa.selenium.devtools.v96.browser.model
Methods in org.openqa.selenium.devtools.v96.browser.model that return BrowserCommandId Modifier and Type Method Description static BrowserCommandIdBrowserCommandId. fromString(java.lang.String s)static BrowserCommandIdBrowserCommandId. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BrowserCommandId[]BrowserCommandId. values()Returns an array containing the constants of this enum type, in the order they are declared.
-