InterviewSolution
Saved Bookmarks
| 1. |
What is not the purpose of the parameter location?(a) Specifies agent location(b) Specifies speed(c) Specifies browser(d) Specifies block |
|
Answer» The correct choice is (d) Specifies block Best explanation: The window.location object can be used to get the current page address (URL) and to redirect the browser to a new page. The parameter location specifies the agent location, speed and browser to use for the test, formatted as location.browser:location. |
|