.25s
Sets the delay that is waited after each Selenium command.
10s
Sets the timeout that is used by various keywords.
Starting the test case!
Starting the test case!
Logs the given message with the given level.
Opening browser 'chrome' to base url 'https://automationplayground.com/crm/'.
https://automationplayground.com/crm/
chrome
Opens a new browser instance to the optional ``url``.
Executing JavaScript:
document.body.style.zoom = "80%"
Without any arguments.
document.body.style.zoom = "80%"
Executes the given JavaScript code with possible arguments.
x=0
y=0
Sets window position using ``x`` and ``y`` coordinates.
width=1280
height=1080
Sets current windows size to given ``width`` and ``height``.
Current page contains text 'Customers Are Priority One!'.
Customers Are Priority One!
Verifies that current page contains ``text``.
Clicking link 'id=SignIn'.
id=SignIn
Clicks a link identified by ``locator``.
Current page contains text 'Login'.
Login
Verifies that current page contains ``text``.
Typing text 'contact@gmail.com' into text field 'id=email-id'.
id=email-id
contact@gmail.com
Types the given ``text`` into the text field identified by ``locator``.
Typing password into text field 'id=password'.
Temporally setting log level to: NONE
id=password
password12345
Types the given password into the text field identified by ``locator``.
Selecting checkbox 'remember'.
remember
Selects the checkbox identified by ``locator``.
Slept 2 seconds.
2s
Pauses the test executed for the given time.
Clicking button 'id=submit-id'.
id=submit-id
Clicks the button identified by ``locator``.
Current page contains text 'Our Happy Customers'.
Our Happy Customers
Verifies that current page contains ``text``.
Clicking link 'id=new-customer'.
id=new-customer
Clicks a link identified by ``locator``.
Current page contains text 'Add Customer'.
Add Customer
Verifies that current page contains ``text``.
Typing text 'jane.doe@gmail.com' into text field 'id=EmailAddress'.
id=EmailAddress
jane.doe@gmail.com
Types the given ``text`` into the text field identified by ``locator``.
Typing text 'Jane' into text field 'id=FirstName'.
id=FirstName
Jane
Types the given ``text`` into the text field identified by ``locator``.
Typing text 'Doe' into text field 'id=LastName'.
id=LastName
Doe
Types the given ``text`` into the text field identified by ``locator``.
Typing text 'Marseille' into text field 'id=City'.
id=City
Marseille
Types the given ``text`` into the text field identified by ``locator``.
Selecting options from selection list 'id=StateOrRegion' by value TX.
id=StateOrRegion
TX
Selects options from selection list ``locator`` by ``values``.
Selecting 'female' from radio button 'gender'.
gender
female
Sets the radio button group ``group_name`` to ``value``.
Selecting checkbox 'promos-name'.
promos-name
Selects the checkbox identified by ``locator``.
Slept 2 seconds.
2s
Pauses the test executed for the given time.
Clicking button 'Submit'.
Submit
Clicks the button identified by ``locator``.
Clicking element 'css:a[href='two.html']'.
css:a[href='two.html']
Click the element identified by ``locator``.
Slept 3 seconds.
3s
Pauses the test executed for the given time.
Clicking element 'css:a[href='three.html']'.
css:a[href='three.html']
Click the element identified by ``locator``.
Slept 3 seconds.
3s
Pauses the test executed for the given time.
Closes the current browser.
This is some basic info about the test
1006
Contacts
Smoke
This is some basic info about the whole suite
All Tests
1006
Contacts
Smoke
Crm