Skip to main content
Question

open url and enter id and pwd withour recorder

  • May 16, 2024
  • 1 reply
  • 32 views

Forum|alt.badge.img+3

I want to open url and click login button and set id and pwd and login without recorder 

how can we achieve this and after login some paragraph section coming that we need to copy in word and sent word to mail.

1 reply

jon.stueveapeople
Automation Anywhere Team
Forum|alt.badge.img+7

Opening web pages, entering credentials, clicking login button, are all UI processes, that are best done via the Universal Recorder.

If the process and UI allows it, you may use Simulate Keystrokes depending on how the process is defined. 


To get “some paragraph section” you’ll need to use the Recorder.

Everything you’re asking about happens on a displayed page, so the Recorder, AI Sense, or Simulate Keystrokes are the standard methods. 

You might look at using Javascript to perform a similar process.