8000 Fix/chrome headless 110 by kayqueGovetri · Pull Request #80 · botcity-dev/botcity-framework-web-python · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@kayqueGovetri
Copy link
Contributor
  • Tested version of Chrome:
    • Version 104.0.5112.101 (Official version) 64 bits
      • It worked by putting both options in the headless flag:
        chrome_options.add_argument("--headless")
        chrome_options.add_argument("--headless=new")
    • Version 110.0.5481.177 (Official version) 64 bits
      • It worked by putting the two options in the flag headers:
        chrome_options.add_argument("--headless")
        chrome_options.add_argument("--headless=new")

@kayqueGovetri kayqueGovetri added the bug Something isn't working label Mar 10, 2023
@kayqueGovetri kayqueGovetri self-assigned this Mar 10, 2023
Copy link
Contributor
@hhslepicka hhslepicka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kayqueGovetri, thank you for addressing the compatibility issues.
I added some suggestions and questions for us to address before merging.

@hhslepicka hhslepicka merged commit 1a7b6fc into botcity-dev:main Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0