Hi Team,
I am Beginner in Power Automate, please help me out to resolve the issue. How to login to web application like (Amazon) using credentials like user name and password by using selenium ide commands. Any help appreciated in advance.
Solved! Go to Solution.
@Anonymous
You can add following command in Selenium IDE.
This is a one way.
Command | Target | Value |
click | id=UserName [id of your username textbox] | |
type | id= UserName | Bansari |
click | id=Password | |
type | id=Password | 123456 |
click | id=btnLogin[id of your Login Button] |
|
The second way is that you sign out from the app and start recording. Hope This will help you to understand better.
@Anonymous
You can add following command in Selenium IDE.
This is a one way.
Command | Target | Value |
click | id=UserName [id of your username textbox] | |
type | id= UserName | Bansari |
click | id=Password | |
type | id=Password | 123456 |
click | id=btnLogin[id of your Login Button] |
|
The second way is that you sign out from the app and start recording. Hope This will help you to understand better.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
11 | |
9 | |
9 | |
6 |
User | Count |
---|---|
25 | |
20 | |
12 | |
8 | |
7 |