Dynamic parameters
Hi,
Is there a way to deal with dynamic parameters for login. The parameters always have the same prefix but end differently.
For example,
User_[RandomNumbers]
Pass_[RandomNumbers]
Was looking for a way to add in regex or a wildcard, so far no luck.
Thanks.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 30 Aug, 2017 07:59 PM
You'll need to use a Ruby login script and login via the exposed Watir interface.
I'm fairly certain there must be a way to access those input fields even if you don't know the exact name/id, but you'll need to consult the Watir docs or its support community for the proper approach to that.