Hi,
I'm developing a script in python.
I need to login to a LRE web (https://[server]/Loadtest/pcx/login) - I can do in a insecure way because is a development site- and then, navigate to another (https://[server]/Loadtest/pcx/app/testing/preview-script/1950/Details) and take a part of the html using the XPath of this part.
The Login is this type:
How can I implement the login in python to access the web content?
Thanks