We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347194c commit 33eefc2Copy full SHA for 33eefc2
e2e-testing/src/pageObjects/WebViewExtended.ts
@@ -7,15 +7,6 @@ export class WebViewExtended extends WebView {
7
8
private windowHandle: string | undefined;
9
10
- /**
11
- * The aria-flowto attribute is used to associate a webview editor instance
12
- * with the container div containing the active webview iframe.
13
- * @returns Promise resolving to the id
14
- */
15
- async getAriaFlowtoId(): Promise<string> {
16
- return this.findElement(By.css('div')).getAttribute('aria-flowto');
17
- }
18
-
19
/**
20
* Get the id used to associate a webview editor instance with container divs
21
* that contain the webview iframes.
0 commit comments