WebDriverHarnessEnvironmentOptions
interface
Options to configure the environment.
queryFn
(selector: string, root: () => webdriver.WebElement) => Promise<webdriver.WebElement[]>
The query function used to find DOM elements.
Jump to details
Options to configure the environment.
(selector: string, root: () => webdriver.WebElement) => Promise<webdriver.WebElement[]>
The query function used to find DOM elements.