I’m trying to identify image(flag) color in a web page. I’m using data scraping method to read the data from web page. Each row of data contains a flag with red or green color. I have used element exist activity in for each loop to identify image color in each row. But it is taking more time to pass element exist activity if its having green color flag(if I’m checking for red color flag). How can I reduce time for it? Can anyone suggest any solution for this please?
@renjutom
on the first look it looks fine
now in the next analysis we have inspect if the flag is data scrapping ready via image, classes or others
here a screenshot from UiExplorer along with selectors and expanded Property explorer helps. Also a right click on a flag and clicking inspect element (eg. FireFox) wil give us more details to the html structure
In general the data scrapping will be configured as mentioned here
I’m extracting entire table instead of extracting each column. I tried to extract individual columns. But it is missing some rows while extracting the values. Thats the reason I tried to use element exist activity in for each loop after extracting the remaining values.
@renjutom
if something fails on the first try so will get it within the next try. can you share some details to the webpage. which system it is about or sharing a link