Skip to content

[🐛 Bug]: Title: Bypass "This browser or app may not be secure" issue in Selenium with Firefox Body: I am trying to automate login to a Gmail account using Selenium with Firefox browser. However, I am facing the issue where it says "This browser or app may not be secure". Here is the code I am using: <Include your code here> I have tried using undetected_chromedriver, but it only supports Chrome. How can I bypass this issue with Firefox? Any help would be appreciated. Error Message: <Include the exact error message you are getting> Thanks in advance! #8240

[🐛 Bug]: Title: Bypass "This browser or app may not be secure" issue in Selenium with Firefox Body: I am trying to automate login to a Gmail account using Selenium with Firefox browser. However, I am facing the issue where it says "This browser or app may not be secure". Here is the code I am using: <Include your code here> I have tried using undetected_chromedriver, but it only supports Chrome. How can I bypass this issue with Firefox? Any help would be appreciated. Error Message: <Include the exact error message you are getting> Thanks in advance!

[🐛 Bug]: Title: Bypass "This browser or app may not be secure" issue in Selenium with Firefox Body: I am trying to automate login to a Gmail account using Selenium with Firefox browser. However, I am facing the issue where it says "This browser or app may not be secure". Here is the code I am using: <Include your code here> I have tried using undetected_chromedriver, but it only supports Chrome. How can I bypass this issue with Firefox? Any help would be appreciated. Error Message: <Include the exact error message you are getting> Thanks in advance! #8240

# Configuration for Label Commenter - https://github.com/peaceiris/actions-label-commenter
name: Label Commenter
on:
issues:
types: [ labeled ]
permissions:
contents: read
issues: write
jobs:
comment:
if: github.repository_owner == 'seleniumhq'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1