Organizations use Proxies in their network for a number of reasons such as filtration of web content, to go around restrictions, to screen downloads and uploads, and to provide anonymity when surfing the internet and last but not least to provide a layer of security within the Organization.
LEAPWORK has a special setting which enables its user to create and run tests in proxy enabled networks, below screenshot shows proxy configuration options available in LEAPWORK. Users can navigate to proxy settings by navigating to Settings > Proxy Settings -> Proxy type for web Cases.
Dropdown options | Settings |
No Proxy | Is default, and it means LEAPWORK will not use (disable) any proxy |
Automatic detection | An organization with an automatic proxy detection mechanism should choose this option |
Automatic URL | Enter the proxy server URL used in your organization in the text box |
Manual Settings | Enter HTTP and HTTPS proxy used in your organization in the text box |
Special Case
In case user proxy requires login using credentials stored in Windows Credentials Manager, then this can be achieved by:
- Open “C:\Program Files\LEAPWORK\Studio\LEAPWORK.AutomationStudio.exe.config”
- Add this block inside configuration section:
<system.net>
<defaultProxy enabled=”true” useDefaultCredentials=”true”>
<proxy usesystemdefault=”True” />
</defaultProxy>
</system.net>
For any clarification, please contact our Priority Support.
Comments
0 comments
Please sign in to leave a comment.