jsoup - Edit browser's text field using java -


is possible edit browser's text field using java? i'm using jsoup gather information websites i'm looking more options.could jsoup this? thank you!

i don't see how jsoup here. jsoup way parse html. use write out html has text field in input tag has value attribute on it. when render file in browser, page have value. since haven't given information, i'm not sure if exactly want or completely different want do.

this last thing you'd want (not first), set values of text field using java's robot class.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -