browser_scroll_to_element
Scroll a web page to make a specific element visible in the viewport using Selenium WebDriver. Input the locator strategy and value to automatically navigate to the desired element for further interaction.
Instructions
Scroll to an element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |