Search found 81 matches

by robchoc
09 Nov 2018 12:50
Forum: User Help / Bug Reports
Topic: Android 6 automation
Replies: 10
Views: 22704

Re: Android 6 automation

Another very useful post from you about the Start Activity action, very useful when it does what you want it to do.
Unfortunately, I could not refresh my app but I have used start action for another project, saved me a bit of work just using a class that I found.

Thanks :)
by robchoc
08 Nov 2018 11:14
Forum: User Help / Bug Reports
Topic: Control UI Questions
Replies: 9
Views: 22759

Re: Control UI Questions

What if there is no ID just click("OK") & click("STOP")

How woud this be changed?
(getTextById("android:id/button2") == "OK")
and this
while(getTextById("android:id/button1") != "STOP" AND loop < 100)
by robchoc
08 Nov 2018 10:59
Forum: User Help / Bug Reports
Topic: Android 6 automation
Replies: 10
Views: 22704

Re: Android 6 automation

I tried the Bluetooth Keyboard and F5 did not refresh.

I'm interested in the second part of your reply about finding a possible intent using start activity, how do you use this action to do this?
by robchoc
07 Nov 2018 13:33
Forum: User Help / Bug Reports
Topic: Control UI Questions
Replies: 9
Views: 22759

Control UI Questions

What would be the best way to accomplish each of these scenarios: You have to click on the OK text, every few seconds or even better each time you get a new one on the screen until stop button shows up that you then click. You only click a button if it says ready on the screen if not you click a but...
by robchoc
07 Nov 2018 10:18
Forum: User Help / Bug Reports
Topic: Android 6 automation
Replies: 10
Views: 22704

Re: Android 6 automation

Is this a possibility to replicate gesture to swipe down.

Do a long click at a certain point and before it has had a chance to finish the click then do another one a pixel down and keep going like this so that it looks like the press never left the touchscreen?
by robchoc
06 Nov 2018 13:25
Forum: Feature Requests
Topic: Image compare
Replies: 11
Views: 28042

Re: Image compare

Tasker has the facility to compare images but I'm trying to move away from Tasker as I'm running out of space on my 8Gb phones, with all the plugins necessary.

I can use the autoinput plugin for now.

Thanks for the input. :)
by robchoc
06 Nov 2018 10:10
Forum: User Help / Bug Reports
Topic: Ctrl Alt Del Reboot
Replies: 3
Views: 8682

Re: Ctrl Alt Del Reboot

That works perfectly, however, the overlay did not show up and was under the dialog to reboot.
I could only get to it once I had dismissed the reboot dialog.
by robchoc
06 Nov 2018 07:48
Forum: User Help / Bug Reports
Topic: Android 6 automation
Replies: 10
Views: 22704

Re: Android 6 automation

No root, unfortunately.
by robchoc
05 Nov 2018 19:41
Forum: Feature Requests
Topic: Image compare
Replies: 11
Views: 28042

Re: Image compare

I can give you a use case scenario and that might better explain the feature that I'm requesting.

I take a screenshot and save the image to a variable I then crop this image and save it.
I take another screenshot, crop and compare it with the first and if they are the same then the condition is true.
by robchoc
05 Nov 2018 18:42
Forum: User Help / Bug Reports
Topic: Android 6 automation
Replies: 10
Views: 22704

Re: Android 6 automation

Looks like this is something that can't be done, thanks for the replies.