I have a problem getting text from the property site. I want to do a robot that received data from specific rows, but the positions of these lines vary depending on how the seller enters them.
So, one time there will be e.g. construction year in row 7 and material which building was made in row 8. If seller didn’t enter construction year in another offer, row with information of material which building was made will be in row 7
How can I get text related to object? The titles of rows on every offer are the same (e.g. “Powierzchnia w m2”, “Powierzchnia działki w m2”, “Liczba pokoi” etc.)
I was trying to use get text and data scraping, but I can’t edit properly selectors
And i can’t do properly selectors in data scraping.
My idea was to scrape data from selected area in the photo and than get data which I want.
Any ideas?
yeah, i recommend doing the same thing. use data scraping on that table then get the data you want using a for each row. i’ve also tried using anchor base but it produced strange results.
I think that my problem wasn’t properly understood.
My biggest problem is that I can’t get data from each site. I’m trying to use data scraping (selector looks like: ) and when I’m trying to edit selector by clicking “Open in UI Explorer” and selecting area from where Robot should scrape data it look like these.
Thank You very much! Your method works It turned out that this website has very bad code with a lot of bugs. So in some cases UiPath had problem and I couldn’t understand why