New commands in v0.6
enable_javascript
There might be problems when using javascript. In order to be able to disbale javascript you can use this command.
Syntax:
enable_javascript | true / false
seturlprefix
If you are always using the same base URL you can now set the URL prefix. This prefix will be set at the beginning for every URL you use.
Syntax:
set_url_prefix | http://www.mysite.com
For example:
set_url_prefix | http://www.mysite.com/
get_html | index.html
check_text | Hello world
get_html | info.html
check_text | More information