Skip to content

🐞 NoSuchDriverException: Message: Unable to obtain driver for chrome; For documentation on this error, plea #625

@KARMAA10

Description

@KARMAA10

What is happening?

I am using github runner and have given

 - name: Install Google Chrome
   if: ${{ env.TEST_CASE == 'catalog' && github.event.inputs.browser == 'chrome' }}
   uses: browser-actions/setup-chrome@v1

when tries to triggering framework , giving this error
browser is chrome
[ WARN ] exexcutable_path is being deprecated. Please use service to configure the driver's executable_path as per documentation.
| FAIL |
NoSuchDriverException: Message: Unable to obtain driver for chrome; For documentation on this error, please visit:

but before 3 days it was working fine .. suddenly it is happening this .. what can be the issue and whats the solution ?

Version where you found the bug

134 also tried 114

Runner specifics

github hosted

Action workflow configuration

- name: Install Chrome Browser Dependencies
      if: ${{ env.TEST_CASE == 'catalog' && github.event.inputs.browser == 'chrome' }}
      run: sudo apt update && sudo apt install -y libgbm-dev     

- name: Install Google Chrome
      if: ${{ env.TEST_CASE == 'catalog' && github.event.inputs.browser == 'chrome' }}
      uses: browser-actions/setup-chrome@v1

Link to the workflow run

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions