Interview Questions

Selenium WebDriver and Selenium IDE - What distinguishes between an absolute and relative URL in SIDE?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver and Selenium IDE - What distinguishes between an absolute and relative URL in SIDE?

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.

(Continued on next question...)

Other Interview Questions