I am doing a web scraping using jaunt java library. I find code to submit a "submit" button in the examples and the tutorials available. But how to click a normal button which is not of type "submit"?
Asked
Active
Viewed 2,153 times
1 Answers
-2
form.submit("button label");
check this out http://jaunt-api.com/examples/Example15.java
-
actually this doesn't work when there is no button value defined – fenix Feb 28 '17 at 21:54