Control UI's click(x, y) - touchGesture
Posted: 10 Oct 2018 00:35
Hi -,
I need some help with click(x, y).
(Phone not rooted)*
I have a game that I have multiple accounts. I want to automate login to other account. The problem, is that the game is protected against the Control UI function. I though, I can use click(x, y), but it did not work. Now, I discovered the touchGesture can be configured to do just like click and it worked.
Though I have I a workaround, I still want to know if someone has an info how to use the click(x, y) to click any part on the screen that the Control UI could not read.
I also have a question regarding touchGesture. I need to scroll a screen so that a button is positioned at the exact location. I'm using touchGesture with this, but the behavior is not what I expected. It's like it just randomly swipe the screen upward and the button I want to drag to the position is randomly positioned in the screen.
Regards,
jAGHere
I need some help with click(x, y).
(Phone not rooted)*
I have a game that I have multiple accounts. I want to automate login to other account. The problem, is that the game is protected against the Control UI function. I though, I can use click(x, y), but it did not work. Now, I discovered the touchGesture can be configured to do just like click and it worked.
Though I have I a workaround, I still want to know if someone has an info how to use the click(x, y) to click any part on the screen that the Control UI could not read.
I also have a question regarding touchGesture. I need to scroll a screen so that a button is positioned at the exact location. I'm using touchGesture with this, but the behavior is not what I expected. It's like it just randomly swipe the screen upward and the button I want to drag to the position is randomly positioned in the screen.
Regards,
jAGHere