| This command will save the url prefix and everytime get_html
is called the url prefix will be used to construct full url.
parameter: urlPrefix
examples:
set_url_prefix | http://localhost:8080/myapp
and then use
get_html | /mypage.jsp
instead of
get_html | http://localhost:8080/myapp/mypage.jsp
author: Sergey Pariev (spariev@gmail.com) |