login_template = """
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<NS1:GetVersion xmlns:NS1="urn:DCCIntf-IDCC">
<user>{user}</user>
<pass>{password}</pass>
</NS1:GetVersion>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
"""
body = login_template.format(user=user, password=password)
exec(export DISPLAY=:0 && firefox -p "default" http://google.com)
Last released: Aug 12, 2018