Zohar Posted January 12, 2017 Posted January 12, 2017 (edited) Hi All I need to do some basic browser automation in Android. Basic means: - Attach to an already open browser - Read/Write to a Textbox on the page (<INPUT TYPE="Text">) - Click a button I am flexible regarding what browser it will be - I can choose according to what makes the automation possible or more comfortable. One more requirement: It is an Android mini-pc that works alone, no Windows near it. I mention this because in my search in the forums here, I saw an example of Android automation, that is based on using ADB.EXE which exists on a Windows machine, and that Windows machine is connected to (and controls) an Android device. I need the automation here to be independent: Running on Android and controlling itself. Thank you Edited August 20, 2021 by Zohar
Moderators JLogan3o13 Posted January 12, 2017 Moderators Posted January 12, 2017 Moved to Developer Forum. Also, you do a great job of stating what you want. What about what you have tried on your own? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Zohar Posted January 12, 2017 Author Posted January 12, 2017 11 minutes ago, JLogan3o13 said: you do a great job of stating what you want. What about what you have tried on your own? I have used Tasker extensively for the past 3 years, it is a great and simple language for automating in Android, yet it does not have anything for Browser automation.. Currently I do not have a direction, so I have no done anything yet, so that's why I ask for recommendations
anthonyjr2 Posted January 12, 2017 Posted January 12, 2017 (edited) I am almost positive Selenium does what you're looking for. Unfortunately I don't know much about actually using it, but you might be able to find something. Google gave me http://selendroid.io/ for android specifically. EDIT: I also found http://appium.io/ which looks to be similar. Edited January 12, 2017 by anthonyjr2 UHJvZmVzc2lvbmFsIENvbXB1dGVyZXI=
Zohar Posted January 13, 2017 Author Posted January 13, 2017 Thank you very much anthonyjr2 After reading about them, it seems that they require a computer near the mobile device, that will be connected to the mobile device, and run the test on it. It is not something that can independently run on the mobile device..
Zohar Posted August 20, 2021 Author Posted August 20, 2021 I'm updating this thread in case someone finds it thru the Search, and needs a solution. The simplest way to do Browser Automation on Android, is to use a Browser that supports Add-ons, and then write the add-on with the web-automation code you need. An example of such a browser on Android is Kiwi Browser.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now