Page 1 of 1

Cannot seem to click "More options" in chrome specifically

Posted: 23 Oct 2013 19:01
by tekwueme
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.

Re: Cannot seem to click "More options" in chrome specifical

Posted: 24 Oct 2013 16:20
by Martin
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