Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a tool like mechanize for Android? [closed]

I'm creating an Android app which must do some web surfing in the background in order to provide a service to the user.

The site I must connect to has no API, it only provides standard HTTP access, with extensive cookie usage but (luckily for me) not much Javascript code.

I wonder if there is a library which behaves like python mechanize for Android, or if it's possible to use mechanize itself in the Android app.

like image 780
Emiliano Avatar asked Oct 08 '22 08:10

Emiliano


1 Answers

I'm not 100% sure it'll work in Android, but being Java-based, HtmlUnit is probably worth a look.

like image 116
kabuko Avatar answered Oct 12 '22 12:10

kabuko