I want to search a CEO name of the each company in google, and write into to excel.
For example: When I search like CEO of Apple. its should scrape the data and write in to excel. after next search and write into excel.so in this case I am getting only first time searched CEO name for my entire data, can you help me with dynamic selector about this. or we can do with inspecting element.
buddy @Abudhahir
kindly follow the below steps that could help you resolve your issue
save all the name of the CEO in a string array and name it in_name_array
use a for each loop and pass the above variable to the loop and change the type argument as string in the loop properties
inside the loop use a open browser activity and pass the url as “www.google.com” in the url and use a type into activity inside the open browser container and pass the input as item from for each loop as it has the value of the array in_name_array
after that use the same method of how you extracted the first CEO name
and change the dynamic part of selector of the activity that scrapes the name of the CEO with wildcard * buddy like in aaname attribute and title attribute of the selector
kindly try this and let know buddy
Cheers @Abudhahir