w3c / webdriver-bidi

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

Add top-level command for scrolling an element into view #543

Open jgraham opened 10 months ago

jgraham commented 10 months ago

This is useful for cases where you want subsequent commands to know that the element will be visible e.g. actions and screenshots.

whimboo commented 10 months ago

See also #544 for the input.performActions command, which basically could make use of this same method.