I am using Data scrapping for a website and when I am clicking on the element for data extraction, I am directly getting a box asking if I want to extract the entire table.
Even if i select yes, it only extracts first column and displays in the interface. I tried to write it in the excel sheet but still it shows only one row in excel
Thing is that write range is not a problem, data extraction itself is faulty, bcoz I even tried printing:- DtRange.rows.count.tostring before eve using write range, but the printed value shows “1”
When I select the first element of (Column IMO), I get only first row
When I select the second element of (Column IMO), I get only second row
When I select the third element of (Column IMO), I get only third row
And so on…
I am really not sure what is happening in this case.
Generally It works fine.
When you are asked if you want to extract entire table, you should select ‘No’. Then you will find the exact procedure of ‘Data Scraping’ which you are looking for.
I did what you asked.
But Now I am getting an error as soon as I try to select the second element.
“Cannot find the UI element corresponding to this selector: <webctrl data-ui[ath-top.container=‘1’/>”
I have created a fresh flow as you suggested. As I am selecting the first portion, it is getting selected. But when I am clicking on the second element after doing (“Extracting from entire table = NO”), I am directly getting the above error.
Also how do I make the selector dynamic before even selecting the second element?
You are right that, it’s not possible to make dynamic selector before the whole process. However I had told you to do that so that you will not face selector related problem when you will run the workflow in next time.
Can you please share the screenshot of the issue for better understanding?