2

I am looking to implement simple automation which requires screen scraping for an android (ICS) phone.

What are the options, frameworks, libraries available?

I have been using WATIN on .NET and found it very powerful and yet easy to use, A Java version of WATIN, WATIR - is it a good choice for web screenscraping / automation for the Android platform?

Andrew
  • 291
  • 1
  • 10

2 Answers2

1

You can use watir-webdriver or selenium-webdriver Ruby gems to drive real browsers in Android emulators or real Android devices. Of course, if you are not a Ruby person, you can do the same from another language. More information: http://code.google.com/p/selenium/wiki/AndroidDriver

Željko Filipin
  • 56,372
  • 28
  • 94
  • 125
1

Using RESTful API enables you to extract data with minimum coding effort. Here are some links you might be interested in.

Calling a REST web service from Android http://timewasted.net/?p=127

Synthetics Web http://www.syntheticsweb.com/