Utility Commands

CommandsDescriptionsArguments
sleepDelay execution for a specified timewait time: The amount of time to wait (in milliseconds)
wait_for_element_editableWait for an element to be editable.locator: An element locator.wait time: The amount of time to wait (in milliseconds).
wait_for_element_not_editableWait 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_presentWait 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_visibleWait 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_presentWait 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_visibleWait for a target element to be visible on the page.locator: An element locator.wait time: The amount of time to wait (in milliseconds).