• Overview
@angular/cdk/testing/selenium-webdriver

WebDriverHarnessEnvironmentOptions

interface

Options to configure the environment.

API

  interface WebDriverHarnessEnvironmentOptions { queryFn: (selector: string, root: () => webdriver.WebElement) => Promise<webdriver.WebElement[]>;}  

queryFn

(selector: string, root: () => webdriver.WebElement) => Promise<webdriver.WebElement[]>

The query function used to find DOM elements.

Jump to details