Search results

  1. A

    How to get the puclic IP Address?

    Hello RPA Devs, can someone help me how to get my public IP Address (like the IP address when you search "what's my IP address" on google)? i already have this code Dns.GetHostByName(Dns.GetHostName()).AddressList(0).ToString() but the output is my Local IP Address thanks! :)
  2. A

    Control Room already exist

    Can someone help me with this problem? I want to reinstall the AA Control Room but it always show this message "already exist" I already uninstalled and delete all the files/folders of my control Room, and also the AA Client but still i get this error message.
  3. A

    RPA Challenge Exercise in Automation Anywhere

    You must use Object Cloning to customized the xpath, just capture the text field and try this //label[text() = 'Phone Number']/following-sibling::input[1] on the DOMXPath, just edit the Phone Number to whatever the Label of the textfield is.
  4. A

    RPA Challenge Exercise in Automation Anywhere

    i got the solution by using Automation Anywhere Object Cloning and customized the DOMXPath on the search criteria but the result is too slow than the result when i used the UiPath :)
  5. A

    RPA Challenge - Fastest Times...

    UIPath is the MVP :)
  6. A

    hot wo execute my js script into a website

    thank you for reply, but i need an answer using Automation Anywhere :)
  7. A

    hot wo execute my js script into a website

    what software did you used? is it Automation Anywhere?
  8. A

    RPA Automation Anywhere (Multiple Intance)

    Hi RPA Devs, Good day. Just a quick question, lets say i have loop statement and it has 3 if logic inside. i want to execute all the if-statement at one time is there any way i can do this at Automation Anyhwere? Thank you.
  9. A

    RPA Challenge Exercise in Automation Anywhere

    Hello VJR, i'm the one who used the keystrokes in this challenge, and you said i should not use keystrokes since it is not always reliable and not a recommended best practice. i think i found another solution for the challenge without using keystrokes, i want to use a javascript but i dont know...
  10. A

    hot wo execute my js script into a website

    Hello guys, how can i execute my created javascript into some website using automation anywhere, should i use the "Run Script" command or "Execute Javascript Function" under the web recorder command?
  11. A

    RPA Challenge

    Hi, theres nothing in the instructions saying that i should not use keystrokes, i know this is not the best practice but thats the only solution i know to complete the challenge :D. Can you suggest or give me some tips for other solution for this challenge? Thanks :)
  12. A

    RPA Challenge

    i forgot to say I am using Automation Anywhere :D
  13. A

    RPA Challenge

    is there any RPA Challenge link like www.rpachallenge.com?
  14. A

    RPA Challenge Exercise in Automation Anywhere

    2nd attempt, faster than my first attempt :D , i removed the 5seconds delay inside the loop
  15. A

    RPA Challenge Exercise in Automation Anywhere

    I did a trick using Key Strokes :D
Top