簡體   English   中英

Selenium 自動化 firebase google 登錄過程

[英]Selenium automate firebase google sign in process

我正在嘗試使用 selenium 網絡驅動程序登錄 firebase google 登錄。 但是輸入電子郵件並單擊下一步按鈕時出現以下錯誤:

**Couldn't sign you in**
This browser or app may not be secure.
Try using a different browser. If you’re already using a supported browser, you can refresh your screen and try again to sign in.

// Redirected to reject url
https://accounts.google.com/signin/oauth/deniedsigninrejected?

我使用的是 chrome 瀏覽器和 chrome 驅動程序版本 79.0.3945.79。 任何幫助,將不勝感激。

問題是您提供了無法訪問此 firebase 的登錄電子郵件。

可能不是最好的解決方案。但它最適合我。 Provide email to sign in 應該是所有者郵箱,用於指定誰可以full access firebase。 因此,當您使用所有者電子郵件時,它可以正常工作。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM