WebRecorder and authentication boxes

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
fthomas
Pro Scripter
Posts: 91
Joined: Fri Oct 03, 2008 6:40 pm

WebRecorder and authentication boxes

Post by fthomas » Sat Oct 04, 2008 9:43 pm

I have a quick question. I'm trying to automate functions within my cpanel console on my web hosting agent.

When I try to go to the webpage for cpanel, an authentication window opens to allow me to login.

But in webrecorder, it doesn't bring up the authentication window, it just shows a page for internet explorer stating, "This program cannot display the webpage".

Is there a way around this in webrecorder?

Or if I have to do this right in MS, how do I startup internet explore?

On a second note, how the heck do I know the name of windows or buttons in an application to select them in a script?

Thanks!

Frank.

fthomas
Pro Scripter
Posts: 91
Joined: Fri Oct 03, 2008 6:40 pm

part way there

Post by fthomas » Sun Oct 05, 2008 2:06 pm

Good day all,

Part way there. I did discover that my usage of the run command was wrong in MS. I didn't realize that it was critical to run a path command just before to start internet explorer.

So, I've created the script (partly, still working on moving the focus on the window to the address bar), and I can log in with it.

Next it would be awesome to be able to take this 'logged in' window over to webrecorder and complete the process there.

Is that possible? And if I don't find a way, is there a keyboard command to move the focus to the address bar in IE?

Thanks,

Frank

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Sun Oct 05, 2008 7:00 pm

Keyboard shortcut to Address bar in MSIE:

SetFocus>Microsoft Internet Explorer*
Press ALT
Send>d
Release ALT

-------------------------
Keyboard shortcut to Address bar in Firefox:

SetFocus>Mozilla Firefox*
Press CTRL
Send>l
Release CTRL
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

fthomas
Pro Scripter
Posts: 91
Joined: Fri Oct 03, 2008 6:40 pm

Post by fthomas » Sun Oct 05, 2008 9:00 pm

Thanks again Bob!

Frank

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts