I am having an issue with a dynamic selector. This was previously working in IE Explorer, when I rebuilt the application for Edge the application broke.
What I need to do: I need to download each new file from a list
Issue:
I extract a data table and count the new records
The robot downloads the first file for the number of new occurrences.
The robot does not download the next new file.
I know this is a dynamic selector issue and I am stumped as to how to fix it.
I need to replace ‘2’ with my indexing variable ‘UIRowIndex’
This will allow my bot to work down a list downloading items dynamically
Whenever I try my selector using the variable, the selector will not validate.
I receive an error that the variable is out of scope.