httpCredentials with $variable is not working
See original GitHub issueWhen using the following code, the credential variables are not resolved and the variable name is used instead of actual value:
${user} Set Variable myuser
${pw} Set Variable mypassword
New Browser chromium headless=false
New Context httpCredentials={'username': '$user', 'password': '$pw'}
I tested this by temporarily disabling _mask_credentials function.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Allow Fill,Type Text to resolve variables too #1013 - GitHub
In SeleniumLibrary if one wants to debug issues, one needs to raise ... Robot Framework that the unresolved variables do not work correctly....
Read more >Environment variable not working with GCP- Windows 10
Setting up the variable using the command prompt: set GOOGLE_APPLICATION_CREDENTIALS=[path]; Setting up the variable using the anaconda power ...
Read more >Environment variables for the AWS SDK for Rust
Set this environment variable to support your own HTTP credentials loader. AWS_CONTAINER_CREDENTIALS_RELATIVE_URI. Relative URI for the ECS/HTTP credentials ...
Read more >Use HTTP authentication - Progress Documentation
The Credentials class constructor takes three parameters: domain, username, and password. USING OpenEdge.Net.HTTP.Credentials. DEFINE VARIABLE oCredentials AS ...
Read more >Browser Library : Single Sign on - Robot Framework
Hi Experts, I am using Browser Library and opening a new context by passing the username and password in httpcredentials. and able to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Found the bug, good catch.
@aaltat
I’ve put up a pull request to add @adrian-evo! 🎉