I'm trying to log to a local site using chrome using selenium and python. I've tried using:
driver.get('user.name:!#$EDCzzzzzzzz@http://localhost/');
but whenever I do that I get warning that my url is in invalid format. I suppose it has to do with the way that passoword is (has !@#$ in it etc.) I cannot change that password. Any ideas? Is there a way to target chrome dialog popup with xpath? What should I look for as a solution.