| 1. |
What Distinguishes Between An Absolute And Relative Url In Side? |
|
Answer» Absolute URL means the URL starts with http or HTTPS. Selenium IDE addes the argument in the open STATEMENT and create an absolute URL RELATIVE URL means that in BaseURL, we can put the main domain, and in the open STATMENT, USER should put relative URL; For example, if main url is http://mysite.com, in the relative url, we can put http://beta.mysite.com in the open statement. Absolute URL means the URL starts with http or https. Selenium IDE addes the argument in the open statement and create an absolute URL Relative URL means that in BaseURL, we can put the main domain, and in the open statment, user should put relative URL; For example, if main url is http://mysite.com, in the relative url, we can put http://beta.mysite.com in the open statement. |
|