I’m trying to make the URL , username a variable.
Hello @Latoya_mbatha
You can keep the url in config file and username or password as well in the config or in orchestrator assets. Then use Application\Broser activity to open the url and Get asset and get the username and password from orchestrator and pass to website.
can i do that with the community edition
yes, you can do.
Hey!
We have lot of methods to achieve this…
If you wants to pass the URL as a variable try this
- Create a string variable as URL->Pass the value like this
"www.Google.com"
- Then take one Open Browser activity pass the ->URL Variable
Reference:
Creating the variables for UserName and password…
- Create a string Variable as UserName->Pass the value like this
"abc@gmail.com"
- Create a string variable as Password
- Take get password activity → Enter the password and pass the Password Variable
Reference:
Now take the two type into activities
- Indicate it on the UserName field->Pass the UserName variable
- Indicate it on the Password field_>Pass the Password Variable
- Take one click activity to click the sign in button
Regards,
NaNi
for user name do i have to use get element from any websie
and sign in / login do i create a random button.
Hey!
The username is nothing but which we used to login to the site…
That we need to provide here…
We can use Assets to store the username and password but wr have to use config file…
We can store the credentials in windows credentials as well… we can also get the data from there if we stored the credentials in windows credentials manager
Regards,
NaNi