BrowseTheWebWithWebdriverIO
Hierarchy
- BrowseTheWeb<WebdriverIO.Element>
- BrowseTheWebWithWebdriverIO
Index
Methods
Constructors
Methods
staticusing
Parameters
browserInstance: Browser
Returns BrowseTheWebWithWebdriverIO
currentPage
Returns a Page representing the currently active browser tab.
Returns Promise<Page<Element>>
allPages
Returns an array of pages representing all the browser tabs available in the current BrowsingSession.
Returns Promise<Page<Element>[]>
browserCapabilities
Returns basic meta-data about the browser associated with this ability.
Returns Promise<BrowserCapabilities>
Constructors
constructor
Parameters
session: BrowsingSession<Page<Element>>
Returns BrowseTheWebWithWebdriverIO
This implementation of the ability to BrowseTheWeb enables the Actor to interact with web front-ends using WebdriverIO.
Using WebdriverIO to
BrowseTheWeb
Learn more