[🐛 Bug]: driver fails calling to minimize_browser() with error: failed to change window state to 'minimized', current state is 'normal' (Linux ENV) #9201
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Label Commenter | |
uses: peaceiris/actions-label-commenter@v1 |