Launch Safari and Wait Until it is Closed [duplicate]

柔情痞子 提交于 2019-11-28 02:26:50
d_air

Since there is a Selenium Safari driver here

https://code.google.com/p/selenium/wiki/SafariDriver

I assume that what you want above is possible on MacOS (and in other OS) using the Selenium library. I have only tested a basic functionality of this on Firefox and Chrome as was posted in your other questions. If those are really applicable to you requirements, then this is also possible with Safari. This may need more work, though.

Selenium was intended for software testing, but I believe it can be utilized for the purpose of your application. And I think this technique is possible also with other browsers as long as Selenium supports it.

For Selenium for Chromium I found a hint in this: Use Selenium with Chromium Browser

And here the link for the Opera driver https://code.google.com/p/selenium/wiki/OperaDriver

For Edge, I found this hint Is there a Selenium WebDriver available for the Microsoft Edge browser?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!