${url} ${browser} Opens a new browser instance to the optional ``url``. Opening browser 'chrome' to base url 'https://www.ebay.com/'. Maximizes current browser window. //*[@id="gh-ac"] mobile Types the given ``text`` into the text field identified by ``locator``. Typing text 'mobile' into text field '//*[@id="gh-ac"]'. xpath://*[@id="gh-btn"] RETURN Simulates the user pressing key(s) to an element or on the active browser. Sending key(s) ('RETURN',) to xpath://*[@id="gh-btn"] element. Pressing special key RETURN to element. Releasing special key RETURN. výsledků mobile Verifies that current page contains ``text``. Current page contains text 'výsledků mobile'. //span[contains(text(),"Stav")] Click the element identified by ``locator``. Clicking element '//span[contains(text(),"Stav")]'. 3s Pauses the test executed for the given time. Slept 3 seconds //span[normalize-space()="Nový"] Click the element identified by ``locator``. Clicking element '//span[normalize-space()="Nový"]'. Closes the current browser. This test case verifins the basic search Functional Basic Search Funcianality All Tests Functional BasicSearch2