Before automating the Safari Browser, ensure that you do below settings.
Below code will launch the Safari browser.
What do you think on above selenium topic. Please provide your inputs and comments. You can write to me at reply2sagar@gmail.com
- Create Safari Extension developer certificate on Apple developer website.
- Install webdriver extension in Safari Browser. You can download webdriver extension http://selenium-release.storage.googleapis.com/index.html?path=2.48/
Below image shows the sample extension on the google site.
Below code will launch the Safari browser.
Webdriver driver = new SafariDriver(); driver.get("http://www.softpost.org");
What do you think on above selenium topic. Please provide your inputs and comments. You can write to me at reply2sagar@gmail.com
No comments:
Post a Comment