What distinguishes between an absolute and relative url in side?
Answer / Lalit Kumar Rajput
An Absolute URL starts with a scheme name (e.g., http:// or https://), domain name, and optionally the path from the root directory. A Relative URL does not have these elements and is typically defined relative to the current URL.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the use of x-path?
What you know about selenium?
How to execute a single line command from selenium ide?
Explain the meaning of assertion in selenium and what are the types of assertion?
What is the difference between driver.findelement() and driver.findelements() commands?
Name the different types of waits in webdriver.
What is the difference between “type” and “typeandwait” command?
While using click command can you use screen coordinate?
What is the wait?
How you are integrating cucumber feature files with step files?
How are selenium ide, webdriver and selenium rc different from each other?
How you can use recovery scenario with selenium?