Page navigation
In order to navigate to another page you can either use
get_html | the url
or use the click_link command:
click_link | name of the link
If you use the click_link then you need to specify the name of the link. For example if you have the following html snippet:
<a href="welcome.page">Home</a>
then you have to use:
click_link | Home
Here is a short example:
get_html | http://localhost:8181/link_list.html
check_title | Link test
click_link | Link1
check_title | Link1 page
check_text | The link one page