Fork me on GitHub
#etaoin
<
2022-01-12
>
José Javier Blanco Rivero02:01:00

Hi, everyone! I'm trying to send some input into an alert popup (concretely, user and password), however there is no send-alert-text function in etaoin's API, just as in others webdriver implementations. I tried to add another defmethod to get-alert-text, but I get a '...response "HTTP method not allowed"....' and I also get an arity exception if I specify no method and try to pass user and password to :alert. I also tried to do it as a normal function, did not worked either. Don't know what else to try... (By the way, I am using a firefox driver)