Can anyone confirm that plugin cypress-real-events is not working any more with Chrome version 100 and higher?
Not sure about Chrome version, but it doesn't work with Cypress 10.
Related
I'm using selenium with python. I'm pretty sure my browser updated when I restarted my computer. When I ran my code it gave me an error saying the driver was not up to date with the browser. I went here to download the most recent version. I am using MacOS BTW. When I launched the executable it just gets stuck on "ChromeDriver was started successfully."
I would launch the executable and leave it there for 10 minutes and it would just get stuck on this. How can I fix this?
You'll have to download the same version of the driver as your chrome version.
To check your chrome version:
Click on the 3 dots in the top right corner.
Hover over the help tab and click on About Google Chrome.
You will be able to see your chrome version. Since my chrome version is 88, I would have to download driver version 88.
If you just updated chrome, your version might be 89.
I used to just run the executable but I guess that doesn't work? So according to this post you have to move it manually to the usr/local/bin folder. Going there I deleted the old chromedriver and replaced it with the new one.
I have updated my app to Nativescript 7. One thing I haven't been able to get to work correctly is debugging using Chrome Dev Tools. It does use the Chrome Dev Tools console, but I can't seem to get the Network tab to work or the Elements tab. Has anyone else managed to get it to work?
My app uses Angular 10 and Nativescript 7.
I believe they fixed this in a recent update for NS. Try updating and see if that fixes it.
If not you can update your package.json file to use "#nativescript/ios": "6.5.3",. That'll use the JSC compiler for iOS instead of the new V8 runtime, then your element and network inspector should work!
For about a week, Chrome dev tools has been completely blank every time I try to use it on my Mac (screenshot). I have reinstalled it but to no avail. Once I open dev tools, the specific tab seems to break - I have to open a new tab to be able to navigate, and none of the dev tools tabs & buttons work, so I cannot use any of the suggestions included here:
Chrome dev tools console completely blank
I am using High Sierra 10.13.2 & chrome Version 63.0.3239.132 (64-bit)
Any tips would be greatly appreciated
Download Chrome Canary and see if the problem is fixed when you run the latest Chrome code. If it's fixed, then there was just some temporary regression that's causing Chrome to break.
If the issue is still there when you run Canary, file a bug!
When I run ruby watir script for opening chrome browser, it also opens up another chrome tab with address "chrome://settings/help" and sets focus on that. How can I disable such additional tabs getting created?
Update: I updated the chromedriver to 2.33 that the selenium-standalone package uses and the config of the selenium server. The tab is not appearing anymore. You can try to update the chromedriver that your ruby script uses to 2.33.
If you need my Chrome version, it is currently 62.0.3202.89 (64 bit) for Mac OS.
I ran into this issue when I tried to used our selenium automation in nodejs. I tried the new chromedriver 2.33 but the issue persisted. I just downgraded my Chrome to version 59 at the moment until it can be fixed.
This has been fixed using the latest release: ChromeDriver 2.33. You can pick it from https://sites.google.com/a/chromium.org/chromedriver/downloads
We hit the same after last update of chrome: 62.0.3202.89
I've been searching around for a way to run our Behat (PHP dist of Cucumber) tests on Safari, however we encounter the problem of Selenium Safari Driver not being able to use simple click functionality, which is breaking the majority of our browser tests.
As Safari (at time of writing this post) is around 9% of all browser usage, according to browser stats, it is a necessity to test it.
The click functionality works with Chrome, Firefox and Opera.
Does anyone have any solutions?
Mac OSX 10.11
Safari 9.0
Selenium Safari Driver 2.47.1
Latest SafariDriver.safariextz
Behat 2.5.3
It seems as there is still an open issue concerning the Selenium Safari Driver with Safari 9. You could try to apply the suggestion in one of the comments.