Data scraping for Chrome
-
Hi,
I'm trying to create a data table by scraping the table displayed using the web.
At the moment, IE can scraping the table create a data table, but Chrome is having difficulty setting the selector.
Please tell me how to deal with it.Data Link
Get For Table 'Chrome'.xaml
Get For Table 'IE'.xaml -
@nmatsuok You cannot just copy the selector from IE to NM .. it's 2 different technologies and concepts
I updated your chrome example to something that works.
get-for-table-x27-chrome-x27-fixed.xaml -
@allan-zimmermann Having learned the program from UiPath, I didn't realize that NM and IE needed different configuration methods ...
Thank you for your support. I learned a lot.By the way, is it possible to get the whole table without setting "Max Results" of element get?
-
Well, you can get the table object, but if you want the data inside it, you need to grab the rows one at the time.
It's on my wish list, to create a "data scraping" wizard like some other products have, but right now, we don't have one and need to get the data a little more "old school" -
@allan-zimmermann I see, I understand.
I'm looking forward to adding that feature.
Thank you.