'Robot framework handle an authentication popup

I need to handle authentication pop up in chrome browser with Robot Framework by pressing enter key or esc keys or click the cancel button. Like this enter image description here

I'm trying using the SeleniumLibrary Press keys,

Press Keys    None    ESC

But it doesn't work

Does someone know how to resolve this? Thank you



Solution 1:[1]

http://username:[email protected]/ It doesn't seem to work with a password that contains a "/" character, the log is "Message: InvalidArgumentException: Message: invalid argument" I tried insert "" before "/" or replace "/" by "%2F"

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1