Version 2.1 updated at the start of the thread
Added action to just test url with simpler output
AndroidManager - module for managing android emulators
-
-
@Rae said in AndroidManager - module for managing android emulators:
@Rae @thepappo I realize what the issue is now, the script would send clicks early after the interface would change from prior action. Since it was too early, the click wouldn't actually register.
Is there anyway to make sure that clicks aren't sent until the element is clickable?Yes, you can wait for element will appear using action.
-
This post is deleted!
-
I'm looking at your AndroidManager module.
When I share a BAS project using your module with others, they only need to install the emulator to run it, right?
Or do you need to install everything you asked for in the instructions? -
the clear text field does not work properly if there is a line break is there any way to clear the text field properly and also I tried getting click on the copy button when you long click but was not able to get the xpath for cut button through uiautomatorviewer
-
How to solve tiktok capcha successfully, please guide me bro
-
@xuandungpy said in AndroidManager - module for managing android emulators:
Or do you need to install everything you asked for in the instructions?
Yes, they need to install everything from the manual.
@Bunnz said in AndroidManager - module for managing android emulators:
the clear text field does not work properly if there is a line break
This action was made through the long swiping between start and end points of the text field. This makes the text stand out. After that the "DEL" command is executed. So you can try to run this actions step by step:
- Clear text.
- Send 1 or 2 "DEL" actions ("Send Key Event" with code 67). This will remove the empty first line.
- Clear text again.
I'm using a real phone but not able to open any app other features are working like closing the app and opening the notification bar
