Search found 81 matches

by robchoc
18 Dec 2018 09:41
Forum: User Help / Bug Reports
Topic: Control UI within Chrome
Replies: 3
Views: 8979

Control UI within Chrome

I have a website "Bing rewards" that I'm automating to earn Microsoft points. I have figured out how to do searches using Bing Rewards app, Edge browser app and Chrome desktop mode search on the webpage. https://i.ibb.co/2t30zxT/Capture.png The only thing left that I'm not sure how to do is to click...
by robchoc
13 Dec 2018 17:37
Forum: User Help / Bug Reports
Topic: Chrome Desktop Site
Replies: 4
Views: 9718

Re: Chrome Desktop Site

I don't want to use ADB to force desktop mode as I reset the phone a lot.
by robchoc
12 Dec 2018 19:01
Forum: User Help / Bug Reports
Topic: Chrome Desktop Site
Replies: 4
Views: 9718

Re: Chrome Desktop Site

Does not work for me, I'm on Chrome ver 71.

Your script did not work.

I have just this second found a way around it. :)

sendKey("MENU")
by robchoc
12 Dec 2018 11:57
Forum: User Help / Bug Reports
Topic: Chrome Desktop Site
Replies: 4
Views: 9718

Chrome Desktop Site

I'm using Android 6 and no root available.

Is there a way to open Chrome as a desktop site from Automagic?

I have tried using the UI overlay it has a green box over the 3 dots but when I click it, it says No component found.

Is there another way to trigger the 3 dots?

Thanks
by robchoc
11 Dec 2018 08:23
Forum: User Help / Bug Reports
Topic: Copy and paste a variable.
Replies: 2
Views: 7031

Re: Copy and paste a variable.

I learn something new everytime I write a flow.

Thanks for all the help.
by robchoc
10 Dec 2018 19:47
Forum: User Help / Bug Reports
Topic: Copy and paste a variable.
Replies: 2
Views: 7031

Copy and paste a variable.

I have a simple script that generates a word and places it into global_word

How do I copy this into my clipboard and then paste it?

I have tried

copy(global_word):
paste()

This just pastes what is already in the clipboard and not my random word.

Thanks
by robchoc
09 Dec 2018 19:26
Forum: User Help / Bug Reports
Topic: Detect number in a string.
Replies: 6
Views: 12786

Re: Detect number in a string.

Thanks

Was starting to get concerned about your whereabouts. Glad you are back. :)
by robchoc
07 Dec 2018 15:34
Forum: User Help / Bug Reports
Topic: Detect number in a string.
Replies: 6
Views: 12786

Re: Detect number in a string.

And how would I put "STEERS IN-STORE We don’t have any steers for you to do right now. If you have a bad, or no internet connection, this can happen. We don’t have any steers for you to do right now. If you have a bad, or no internet connection, this can happen. vypr" into a variable to compare it a...
by robchoc
07 Dec 2018 13:14
Forum: User Help / Bug Reports
Topic: Detect number in a string.
Replies: 6
Views: 12786

Detect number in a string.

Is there a simple way to detect for any number in a string or a way to compare 2 strings and if they are different play a sound? Example of a string that I'm using that has no numbers (I used getTextFromActiveWindow): (how do I put all this text into a string?) "STEERS IN-STORE We don’t have any ste...
by robchoc
06 Dec 2018 14:33
Forum: User Help / Bug Reports
Topic: Show overlay control
Replies: 2
Views: 7413

Show overlay control

Is there a way to select the other elements such as the RESUME VIDEO button?

Image