Hello, Welcome to Selenium tutorial in this post we will see how to Handle Untrusted Certificate Selenium. What is Untrusted SSL certificate? Whenever We try to access HTTPS website or application so many time you will face untrusted SSL certificate issue. This issue comes in all browser like IE, Chrome,Safari, Firefox etc. 2- Why we get this … [Read more...] about How to Handle Untrusted Certificate Selenium Webdriver
Basic Selenium
How to find xpath in Chrome browser and Write for Selenium
Welcome to Selenium tutorial, in this post, we will see how to find xpath in Chrome browser for Selenium script development. Till now we have seen that we have so many plugins for xpath in Firefox Browser like Firebug and Firepath but for Chrome, IE and another browser we do not have a plugin to identify xpath. In the last post,we have seen Awesome plugin in Firefox for … [Read more...] about How to find xpath in Chrome browser and Write for Selenium
Finally Selenium 3.0 Officially Released
Now you can upgrade to Selenium 3.0 because it's officially released. You can find Latest changes and Download link in below screenshot. Selenium 3 changes and all fixes … [Read more...] about Finally Selenium 3.0 Officially Released
How to Disable Chrome notifications in Selenium WebDriver
I am sure that you might have faced notification bar in Selenium while working with Chrome Browser. In this article, I will guide you how to Disable Chrome notifications Selenium webdriver. In previous, post we also discussed how to disable developer option mode in Selenium. If you have not faced any scenario like this then check below screenshot to check how it … [Read more...] about How to Disable Chrome notifications in Selenium WebDriver
How to remove Disable Developer Mode Extension in Selenium
While working with Selenium Webdriver using Chrome browser you might get one additional popup. You can Disable Developer Mode Extension in Chrome using some additional code. Before moving into this post you should be familiar with Chrome with Selenium Webdriver. Code snippet //Set the chrome path System.setProperty("webdriver.chrome.driver", … [Read more...] about How to remove Disable Developer Mode Extension in Selenium