Hello, i'm working on simple zenno project for scraping content, for this purpose i'm thinking to scrape google qualified individual in specific country.
Here's the main flow:
1. go to http://google.starttest.com/, and click for "Search for Qualified Individuals"
2. choose country manually
3. grab certification type in a list variable
4. start to loop on each certification
5. on first selection of certification, select
6. click 'search'
7. scarpe on each row (with regex)
8. remove duplicates
9. click the first name
10. on each detail, grab first name, last name, company
11. back to list
12. do step no. 7 until ends
13. loop/back to step 5 with next selection, until ends
Now i'm stucked in:
no. 4. how to do 'the loop' the list ?
no. 7 , on First Name and Last Name, it is same link (i'm using take source - HTML data), use regex and add to the list. I tested on debug, click on my list name, but it empty ?
that's all for now, as i'm still stucked.. i don't have more question at the moment
Here's the main flow:
1. go to http://google.starttest.com/, and click for "Search for Qualified Individuals"
2. choose country manually
3. grab certification type in a list variable
4. start to loop on each certification
5. on first selection of certification, select
6. click 'search'
7. scarpe on each row (with regex)
8. remove duplicates
9. click the first name
10. on each detail, grab first name, last name, company
11. back to list
12. do step no. 7 until ends
13. loop/back to step 5 with next selection, until ends
Now i'm stucked in:
no. 4. how to do 'the loop' the list ?
no. 7 , on First Name and Last Name, it is same link (i'm using take source - HTML data), use regex and add to the list. I tested on debug, click on my list name, but it empty ?
that's all for now, as i'm still stucked.. i don't have more question at the moment