angiejones
Automates web browser actions with Selenium WebDriver.
launches browser
navigates to a URL
finds an element
clicks an element
sends keys to an element, aka typing
gets the text() of an element
moves the mouse to hover over an element
drags an element and drops it onto another element
performs a double click on an element
performs a right click (context click) on an element
simulates pressing a keyboard key
uploads a file using a file input element
captures a screenshot of the current page
closes the current browser session
No additional configuration required