I have to scrape a Website. I using phantomjs for this job. So there is a problem. I have to select form dropdown and then scrape the next page. I Don't know how to select a dropdown using Javascript. So AnyOne Can help me out.
E.g We can click of any link using $('Selector').trigger('click');
Thank you for you time.
Asked
Active
Viewed 37 times
0

Luis felipe De jesus Munoz
- 7,454
- 2
- 33
- 53

Awais Manzoor
- 45
- 1
- 6
-
1trigger change if its a select – AvcS Apr 27 '18 at 20:47
-
Can you give me an Example. ? – Awais Manzoor Apr 27 '18 at 21:03