JunTan
Level 3
since ‎17-04-19
‎18-03-24

User Statistics

  • 9 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

Hi There,I created a process to automate a web application using firefox. When debugging in studio,it running very slow even in fast mode. It took about 30 mins for only one records. (IE will only take about 2 to 3 mins,but last step failed because o...
Hi All, I try to automation a IE application on windows 10.But Element not correctly identified. Please refer to the Snapshot for details.  
Recently I develop a robot for Anglarjs webpage,some input fields have validation, only if input correct format value will allowed to submit. I use write stage input correct value but the webpage not allow to submit. Manual input or global send keys...
Is there a VBO to connect the remote server(AIX or Unix) and run commands/get commands output? I tried use putty and use region to do this,it working on my computer but not working on others' computer.
I capture a Text from command line output,I need replace all characters after '$',I tried following ways,but both not work. Replace([output], "\$.*", "\$") Replace([output], "\\$.*", "\\$") Can we use regular expression in the replace function? how ...