📄️ .navigateTo()
Navigate to a particular URL, with optional verification of navigated URL
📄️ .close()
Quit or close the current driver session
📄️ .refreshCurrentPage()
[Web] Refresh the current webpage.
📄️ .waitForElement()
Wait for A SINGLE specified element to appear and returns them as an array
📄️ .waitForElements()
Wait for specified element(s) to appear and returns them as an array