Accessing web application on Linux server

I am converting production scripts, that currently access a web based application hosting on a windows server, to access the next version of the software that is now hosted on a Linux server.

Has anyone else done the same?

We are having the following issues:

  • Screen Timing
  • Selectors not working
  • Some of the selectors will work on some runs but do not on others.
  • Entire IE screen being one selector. Restart of UiPath resolves the issue. Correct Selectors available.

One problem that I had in the past was having multiple tabs of the same URL up at one time, that tends to throw off UiPath for me unless you specify the browser or close all other tabs that may have the same selectors.

Single tab only. SOP is to close all browsers before starting.