has a robot process moment that I use screen scrapping, I generate a table and I pass the data to excel, sometimes it works and sometimes it appears that that element does not exist, I soon suspected that that element is dynamic and changes all the time
I noticed that there are two elements with the same id, as shown in the prints
your problem could be easily solved using a try catch. try to extract the data using the first selector. in the catch, extract the data using the second selector.
the problem is that it also does not recognize the attack browser, in fact sometimes it recognizes and sometimes not, how do I make the element unique?
I found these two selector
Hello, in a part of the robot process I need to use the screen scrapping and get the information from a certain place on the screen and move to excel, however the attack browser is not recognized every time. I’m going to send a test stream.
I would like to know if it has a way to make the selector recognize the window without giving error or make a condition to not give error
it´s possible?