Cast Text to Password
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-10-16 05:13 PM
The question may be pretty simple, but how do I determine if a data item is text or password?
I want to enter an username and a password with 0.1 second delay. I'm currently using "Send Keys" page from Surface Automation training. This page takes a data item of type text as an input. How do I determine if the input is a password instead? I don't want the password to be displayed in the data item.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-10-16 05:24 PM
You can 'force' the password data item into a text input by typing it in rather than dragging; this should then invoke the cast to text at run time. Alternatively you could create a new page called Send Keys (Password) that uses the password data type right up to the Navigate stage that executes Send Keys.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-10-16 08:52 PM
Oh, lol. I didn't think of adding a second page that uses password as data type as input. Thanks! 🙂
