${url}
${browser}
Opens a new browser instance to the optional ``url``.
Opening browser 'chrome' to base url 'https://demo.nopcommerce.com/'.
Maximizes current browser window.
nopCommerce demo store
Verifies that the current page title equals ``title``.
Page title is 'nopCommerce demo store'.
xpath://a[@class="ico-login"]
Clicks a link identified by ``locator``.
Clicking link 'xpath://a[@class="ico-login"]'.
${"email_txt"}
id:Email
Returns the given values which can then be assigned to a variables.
${"email_txt"} = id:Email
${"email_txt"}
Verifies that the element identified by ``locator`` is visible.
Element 'id:Email' is displayed.
${"email_txt"}
Verifies that element identified by ``locator`` is enabled.
${"email_txt"}
superborec@gmail.com
Types the given ``text`` into the text field identified by ``locator``.
Typing text 'superborec@gmail.com' into text field 'id:Email'.
5
Pauses the test executed for the given time.
Slept 5 seconds
${"email_txt"}
Clears the value of the text-input-element identified by ``locator``.
3
Pauses the test executed for the given time.
Slept 3 seconds
Closes the current browser.
All Tests
Inputbox