Closed ushankar5586 closed 5 months ago
Thanks you for your report. I found similar issues
Could you try to update PowerShell on your self-hosted runner?
Thanks @ueokande Updating powershell resolve the above issue. So now after running this command - Run ``` browser-actions/setup-chrome@v1.6.0 with: chrome-version: latest
i am getting this message - Successfully setup chromium version 127.0.6495.0
but when test is starting i am getting this message -
Error Message:
System.InvalidOperationException : session not created: This version of ChromeDriver only supports Chrome version 125
Current browser version is 124.0.6367.208 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
What could be the reason?
The issue is caused by the incompatibility issue between Chrome and Chrome Driver. I think you install the latest Google Chrome by our action, but your test executes the pre-installed ChromeDriver in the GitHub Runner. You need to install a compatible version of ChromeDriver for Chrome 127.0.6495.0 before you run tests. Please refer to the ChromeDriver document to choose the correct version of ChromeDriver. We will track this issue in https://github.com/browser-actions/setup-chrome/issues/527
Thank you.
Hello, I am using below steps in the yaml file
I am getting this below error so can you please help on how to resolve it