w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
363 stars 40 forks source link

Discussion: need for `browsingContext.waitElement` command #545

Open sadym-chromium opened 1 year ago

sadym-chromium commented 1 year ago

The follow up after #150.

The waiter should be configurable to wait for an element specified by selector to be present or to be missing.

User scenario: user wants to make sure the certain element is appeared e.g. as a part of the test setup to verify the single page application page is fully loaded.