Skip to content

[🚀 Request] Access WebView in BottomBar #804

@datho7561

Description

@datho7561

What is the feature you are missing?

Could you provide some example of usage?
eg. asserting the contents of an ordered list in the webview

// in a mocha BDD test suite, using chai for assertions
const webview = new BottomBarWebview();
webview.switchToFrame();
const listItems = webview..findElements(By.css('ol>li'));
const listItemsText = await Promise.all(listItems.map(async listItem => listItem.getText()));
expect(listItemsText).to.contain('list item 1');
webview.switchBack();

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions