Windows 10 is launched now and if you have upgraded to Windows 10 then you need to read this article because today in this article we will discuss how to launch Microsoft Edge Browser using Selenium Webdriver. If you have ever worked on IE browser then you must be familiar with the challenges which you will face in IE browser while running scripts. Follow steps to launch … [Read more...] about How to launch Microsoft Edge Browser using Selenium Webdriver
Basic Selenium
Simple step to start Default Firefox Profile in Selenium
Welcome back to another post of Selenium Webdriver in this post I will show you how to start default Firefox profile in Selenium Webdriver. While working with Firefox in Selenium you have noticed that it starts the fresh profile every time so you will not get any cookies, form data and any plugin or add-on, which you have installed on your local browser. What is … [Read more...] about Simple step to start Default Firefox Profile in Selenium
Write Dynamic CSS Selector in Selenium using multiple ways
Selenium supports multiple locators which will help you to identify web element and perform the operation based on your requirements.We will discuss about CSS Selector in Selenium and you will feel the importance of the same. Selenium supports 8 locators, please check below screenshot. This is one of the most frequent asked questions in interview … [Read more...] about Write Dynamic CSS Selector in Selenium using multiple ways
How to learn Selenium Webdriver in simple ways
When I started Selenium this was one of the most confusing questions for me like from where to start and where to end. How to learn Selenium this was also a challenge for me. I will try to explain based on my view, which worked for me. If you have, some thoughts or view then please let me know through comments. Once upon a time, I was completely new to Selenium and I … [Read more...] about How to learn Selenium Webdriver in simple ways
Solution for sendkeys(CharSequence) in Selenium
If you are working with Selenium and if SendKeys is not working in Selenium then you have to do small settings which will fix your issue. Please refer below screenshot for the exact problem statement. Solution if SendKeys is not working in Selenium Problem Statement for sendkeys(CharSequence) in Selenium This is one of the most common problems for … [Read more...] about Solution for sendkeys(CharSequence) in Selenium