Skip to main content
Solved

Moving existing process in chrome to mozilla firefox platform

  • February 19, 2025
  • 1 reply
  • 32 views

Forum|alt.badge.img

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.

Best answer by Aaron.Gleason

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.

1 reply

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • Answer
  • February 19, 2025

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.