Post your questions and help other users.
Moderator: Martin
-
tekwueme
- Posts: 1
- Joined: 23 Oct 2013 18:56
Post
by tekwueme » 23 Oct 2013 19:01
I'm using a moto X with Android 4.2 and for some reason it ignores the command click("More options") and wont let me access the overflow.
I've tried the equivalent command on firefox and it works flawlessly. But my preferred browser is Chrome

I'm trying to write a flow that uses a gesture to send a webpage to my text to speech app.
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 24 Oct 2013 16:20
Hi,
I can reproduce this problem with Chrome. Chrome receives the command and even returns a result indicating that the button was successfully clicked.
I have no idea what Chrome is doing here but I can probably not fix this in Automagic.
Sending a menu key event to open the overflow menu seems to work (but requires root):
-action Execute Root Command: input keyevent MENU or
-action Execute Root Command: input keyevent 82
Regards,
Martin