C
Cobus2408
Guest
I'm trying to automate an ad on a news paper site.
I can log into the site.I can fill in the main category but it should populate the sub category.
When I do it manually and inspect the web site after selection of main category it send a get message e.g.
The page source :
<select class="form-control" display="none" id="sub_category" name="sub_category"><option value="0">Select your Sub-Category</option></select>
I tried to navigate to the link but then i get new page with combo box containing all information
Can I get help so that can populate the combo box as it opens other categories only if it is populated
Regards
Cobus
Continue reading...
I can log into the site.I can fill in the main category but it should populate the sub category.
When I do it manually and inspect the web site after selection of main category it send a get message e.g.
- Request URL:
https://www.thinklocal.co.za/ajax/getsubcat/21 - Request Method:
GET
The page source :
<select class="form-control" display="none" id="sub_category" name="sub_category"><option value="0">Select your Sub-Category</option></select>
I tried to navigate to the link but then i get new page with combo box containing all information
Can I get help so that can populate the combo box as it opens other categories only if it is populated
Regards
Cobus
Continue reading...