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