Hi Team,
I want to search google and type Top 10 cars and only 10 cars image to store in folder.
I tried Get Attributes but “src” not coming
please help me anyone for this.
Regards,
Raja G
Hi Team,
I want to search google and type Top 10 cars and only 10 cars image to store in folder.
I tried Get Attributes but “src” not coming
please help me anyone for this.
Regards,
Raja G
Hi Team,
Please help me anyone for this.
Regards,
Raja G
Use extract data table and limit field to 10
The data looks in tabular format so it should work @Raja.G
use this selector
<html app='chrome.exe' title='* - Google Search' />
<webctrl tag='G-IMG' idx='1' />
<webctrl tag='IMG' parentclass='thumb' />
ideally it is displaying as a base64 image you can save the string and then save the base64 string as image file
as you increase the idx to 3,5,7 etc you get eacg image…make sure to use odd idx numbers
cheers
Hi Anil,
I used get attribute i couldn’t able to get “src”, not working
This selector which activity i should use
not sure why youa re unable to add…just open properties panel…open strict selector and copy thsi selector
cheers