Safaridriver unable to close after the execution

Hi, I am running my selenium Java scripts in mac on Safaridriver. safari version is 10+. So, I am using the inbuilt safaridriver coming with safari browser. I am able to run scripts, but at the end the driver.quit() or driver.close() is not closing the browser. Any help please?

Hi,

Could someone provide the solution for this problem.


Thanks

Hello!


Can you share your configuration because I am unable to do even a single click to login using Safari 11 or 10.

I am using "gulp-protractor": "^4.1.0", "chromedriver": "~2.29.0","selenium-server": "~3.4.0". I am able to open the browser but no clicks happen. Unable to click on login button to write credentials in the fields


Your help will be appreciated.

I'm facing the same problem. Tests can be executed successfully on Safari browser but I can't get it to close/quit after the test is done. I'm using inbuilt safaridriver that comes with Safari browser 14.0.3 on MacOS 11.2.2. The framework I'm using is Pytest 6.2.3 with Selenium 3.141 and IDE is PyCharm 2021.1.1 (Community edition).

Does anyone know the solution to this?
Safaridriver unable to close after the execution
 
 
Q