Recent content by Ayano

  1. A

    JavaScript Code doesn't work only in Virtual Android Emulator

    Yes, could you suggest me some solutions to fix it, if possible?
  2. A

    JavaScript Code doesn't work only in Virtual Android Emulator

    I have a Javascript code that in my smartphone works, however in my virtual Android smartphone it doesn't and I don't know why, I would like to be able to use this code there as well. This code reads the text on the display through the touchtask Plugin and then through variables, arrays Strings...
  3. A

    How to reverse the dictionary entries of a read screen content variable?

    Sorry for all the comments, I wanted to make you understand perfectly the steps, the I point of view and what I want, please also read the description of the macro. If you want, you can also try to optimize my macro if it feels like it could be done even better and with fewer steps. Thank you...
  4. A

    How to reverse the dictionary entries of a read screen content variable?

    basically: if there items with this view Id do the actions I want No matter how many times there are items, then do another check to see if there are any items And do the same thing, if there are no more items with this ID on the screen then continue the macro, then scroll down and repeat the...
  5. A

    How to reverse the dictionary entries of a read screen content variable?

    thanks to auto input I can fake a click on an element and store the coordinate in a string and then do the split array like you told me. I can only do in this way. So the process with auto input is this: check if there are elements of the view id I want and click it, then because it's a...
  6. A

    How to create a loop that counts how many elements there are that have the same View Id in the screen?

    I would like to do a screen read content to see what elements are in my screen and then store them in an integer variable that I will need for the loop. Example: If there are: com.banana1 com.banana2 com.banana3 I want to know how many com.banana there are. After checking in this case the...
  7. A

    How to reverse the dictionary entries of a read screen content variable?

    bro about this, it works perfectly and I've another idea, how can I add the +20x in this script? It clicks directly the element but I want to do the same thing, +20x it's the same thing of the other macro but I don't know hot to do it with this Javascript script l
  8. A

    How can I click the element I want using autoinput and increasing its X?

    I did a few changes and it works perfectlyyyyyy, thank you so much Dev
  9. A

    How can I click the element I want using autoinput and increasing its X?

    It works, I can figure out where the element is, it takes its coordinates, puts them in the string then it splits into an array and you do the click. But the click it does, the x is right, the y however I don't know why it doesn't work, it should be like the Screenshot you see however it does...
  10. A

    How can I click the element I want using autoinput and increasing its X?

    yes I remember and you are right sir, it's just that I'm not sure how to do it in autoinput, that's it.. I can store the coordinates in a string variable so maybe I can split and convert it to make new two new integer variables
  11. A

    How can I click the element I want using autoinput and increasing its X?

    Thanks to autoinput, I can simultaneously click all the elements I see that have a certain View id, however now what I want to click is next to the 'element I want. The elements do not have a specific position but change, I am only interested in finding them(which it already does automatically...
  12. A

    How to reverse the dictionary entries of a read screen content variable?

    yeah bro, I tested and it perfectly worksss😁
  13. A

    How to reverse the dictionary entries of a read screen content variable?

    I added read screen content and I set the variable buttons check to memorize the dictionary entry obtained thanks to screen content. Then I changed the button name com.. in the JavaScript code. Now what I've to change?
  14. A

    How to reverse the dictionary entries of a read screen content variable?

    I have this macro: It reads the screen, so I can know if there are buttons in the screen. If there are keys in the dictionary that contain the View id of the button I want to press then press them. Once done reset the dictionary and make it empty. After that I will put a scroll to do the...
  15. A

    How can I set the x and y coordinates of a string variable?

    Have I to set delimiter? Because it seems doesn't work and be sure because I'm a newbie. In the string there is: 400,900 but when I test this spitted array it says 0,8 why?
Top