Keystrokes : Good Guide

avatar

Hi,

I am sure it's possible, but rather than trawling around the docs I thought I would ask.

I have a couple of sessions where it's necessary to click something before logging in, or to click .. press enter .. wait for a secondary auth to supply me a code, and then to login.

Is there some kind of way to repeat these keystrokes, clicks and waits ?

Two specific examples ..

1. Logging into a HP Blade Center OA (Onboard Administrator), when logging in via the usual kind of embedded user/pass there is a check box to select which enclosures to connect to. I don't see any change in the URL when I check the checkbox, so I would like a way that RDM could 'fake' this click for me.

2. When logging into certain SSL VPN connections, they require you to select if you are a public or private computer. Then you are only asked for your username, which then sends you to a second screen for secondary auth (usually a passcode sent to your email), after entering the code you are finally presented with a new screen for your user/pass.

Does this make sense ? Maybe it's not possible, but I thought I would check.

All Comments (2)

avatar

Hello Ivan,
This make sense but that something really hard to do. You can use the Execute Macro/Script in the event tab page but this might not work. For simulating the click on the web page, it's another story. I already have in mind to create a scripting engine but it's not done yet.

Regards

David Hervieux

avatar

IvanMarshall: You might want to consider building something in AutoIT (https://www.autoitscript.com/site/autoit/).

David F.