Commands | Descriptions | Arguments |
sleep | Delay execution for a specified time | wait time: The amount of time to wait (in milliseconds) |
wait_for_element_editable | Wait for an element to be editable. | locator: An element locator.wait time: The amount of time to wait (in milliseconds). |
wait_for_element_not_editable | Wait for an element to not be editable. | locator: An element locator.wait time: The amount of time to wait (in milliseconds). |
wait_for_element_not_present | Wait for a target element to not be present on the page. | locator: An element locator.wait time: The amount of time to wait (in milliseconds). |
wait_for_element_not_visible | Wait for a target element to not be visible on the page. | locator: An element locator.wait time: The amount of time to wait (in milliseconds). |
wait_for_element_present | Wait for a target element to be present on the page. | locator: An element locator.wait time: The amount of time to wait (in milliseconds). |
wait_for_element_visible | Wait for a target element to be visible on the page. | locator: An element locator.wait time: The amount of time to wait (in milliseconds). |