Page Content Extraction Commands

CommandsDescriptionsArgument
get_element_attributeGet an attribute value of the web elementlocator: An element locator
get_element_textGet the visible innerText of the web elementlocator: An element locator
store_window_handleGets the handle of the current page.window_handle: A handle representing a specific page (tab, or window).