browser_get_element_text
Extracts text from a web element on a webpage using Selenium WebDriver. Specify the locator strategy (e.g., id, css, xpath) and value, with optional timeout for element visibility.
Instructions
Gets the text of 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 |