Base element of given page object
Get the locator map of given page object
Parent element of given page object
Switch from the webview context back to the VSCode context.
Switch WebDriver context to given webview so subsequent element calls are targeting elements within the webview.
Note: ensure to call webview.close() to leave the webview context before using other page objects.
webview.close()
Poll for the element to become visible
custom timeout for the wait
custom interval to control polling
thenable self reference
Wait for the element to become visible
Static
Get all available WebViews (including the once in the sidebar or from the editor)
locator map
a list of webview objects
Generated using TypeDoc
Base element of given page object