NHoe
(Norman)
October 25, 2021, 1:06pm
1
Hello all,
I have a website whose content resembles a table. I get the content via data scraping. To do this, I lift a comparison value that is to be searched for in the table area of the website and when it is found, it is to enter a number in the associated field.
To do this, I have limited the range in the For Each loop with Attach Browser, but it does not click in the associated field.
How do I get this to work?
Srini84
(Srinivas Kadamati)
October 25, 2021, 1:23pm
2
@NHoe
Use Click activity and inspect the Selector
Inside the selector you have to pass the variable name
But you are placing directly the row which will not work
Hope this may help you
Thanks
Hi
Please ensure that the selector is having a variable in it to hold that value from datatable which is extracted
For how to create a variable in selector
Refer this
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
And also check whether the selector is handled with wildcard symbols * for dynamic value
For more details on extraction and click further row by row
Refer this similar thread
Hi @ronanpeter ,
I kept trying out different variants and it finally worked with this Selector:
[grafik]
Thanks for your help!
Cheers @NHoe
NHoe
(Norman)
October 25, 2021, 3:07pm
4
that was the right hint, now it works, thanks
system
(system)
Closed
October 28, 2021, 3:07pm
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.