Computer Science, asked by Rahulgenius5892, 1 year ago

What is the name of the javascript object which wraps the dom in selenium rc?

Answers

Answered by imhkp4u
1

Whenever you want to access the DOM in your test with the help of something other than the usual Selenium command, then you need a special object.

This special object wraps the Dom in Selenium RC and the object is known as Browserbot.

It basically manages the transaction tests and page load. Whenever you are adding some new tests to an existing set of tests then you need a browser bot for this migration to Selenium WebDriver from Selenium RC.

Similar questions