Skip to main content

Hi Team- one quick technical question. One process is running in chrome. Now we want to move to Mozilla Firefox. Do we need to recapture all elements again?

As I see the application path in the window variable is not editable.

Will you have to capture all the elements again? Short answer: Yes.

Long answer: Yesssssssssssss.  😂

Seriously though, since Firefox is a very different application from Chrome, the way it draws its objects is different, meaning the DOM Xpath of the objects will be different.


Reply