4

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"?

Ref:http://jaunt-api.com/

Tapeshvar
  • 338
  • 1
  • 13

1 Answers1

-2
form.submit("button label");

check this out http://jaunt-api.com/examples/Example15.java

Undo
  • 25,519
  • 37
  • 106
  • 129
darkerror
  • 67
  • 9