I’m having Could not find the user-interface (UI) error with the last step, namely Get Text ‘DIV’, what could be the reason?

I’m having Could not find the user-interface (UI) error with the last step, namely Get Text ‘DIV’, what could be the reason?

Had the same problem when I tried to “upgrade” the robot to process multiple lines from Excel. It seems if you select the html <span> element like here
span_selection
it will give you this error but if you select the <div> element all is ok, when indicating the target on the screen try to click in the red highlighted like in this picture
div_selection
then the target should be wider.

2 Likes

Yes, this worked for multiple rows.

1 Like