Hi everyone!
Really glad to have started learning UiPath Studio. I’m tackling the very first tutorial, Introduction to the RPA Developer Course → Your first Encounter… → Create your first workflow… and even though I’m following all steps carefully to replicate the example in my particular installation I can’t still validate the selector as shown on the tutoral video.
This is what the video shows:
This is what I get:
The only obvious difference I can spot is that the video has <html url='*www.google.com*' />
whereas I have <html title='Google' />
.
I have tried pointing and clicking the IExplore window several times to see if the html tag attribute changes from title to url, but to no avail. I don’t know if that’s what making it fail to validate, so I’d appreciate any feedback here.
Note: I also tried changing aaname to '*:?? ?M'
but it’s the same problem.
Thanks in advance!