panyamap Posted March 23, 2013 Share Posted March 23, 2013 Dear Members, I'm looking for help with automating applications in the Android Emulator called Bluestacks. There are a few apps I like to make small automation for to speed up my workflow since I'm disabled. I tried a few things also noted from a previous topic but that did not work because when you use the info window tool, it simply does not show any button info. They said the controls would be made in some other language so a work around was needed. Apps I'd like to start automation with is Fancy / Ted / Flipboard Just simply go to location A > Click button > Wait > click button > Click button A if available , if not press B (imagesearch?) hope this is clear if not let's start from the beginning please as I'm new to AutoIt. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted March 23, 2013 Moderators Share Posted March 23, 2013 All, The OP and I have had a longish conversation about this and I am satisfied that this is a reasonable request. His earlier thread about automating a game on this platform was, I believe, merely an example for testing and the apps mentioned above are perfectly acceptable. Please feel free to help if you can. M23 panyamap 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
junkew Posted March 24, 2013 Share Posted March 24, 2013 (edited) Doubt if this is done from remote language to an android emulator But in the end you have to reach http://developer.android.com/tools/help/uiautomator/index.html seems not to be easy https://groups.google.com/forum/?fromgroups=#!topic/adt-dev/h9iteRZaGrY This project seems to be doing something https://code.google.com/p/robotium/ Edited March 24, 2013 by junkew panyamap 1 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
panyamap Posted March 30, 2013 Author Share Posted March 30, 2013 Doubt if this is done from remote language to an android emulatorBut in the end you have to reachhttp://developer.android.com/tools/help/uiautomator/index.htmlseems not to be easyhttps://groups.google.com/forum/?fromgroups=#!topic/adt-dev/h9iteRZaGrYThis project seems to be doing somethinghttps://code.google.com/p/robotium/This seems nice but I don't know where to start with it. Also the third link I have no idea to use that, could you explain? Link to comment Share on other sites More sharing options...
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