Hi. I've been using Selenium for almost 2 years in both Chrome and IE. Lately, IE has been a real problem finding elements. It seems it can only see Xpath. Also in Chrome, it is unable to proceed further after clicking a print button that opens a "pop-up" of sorts, and then of course cannot close it. Any thoughts what might be the source of these issues/ Thanks so much.
Hi Glenn, IE works perfectly with CSS always, I always use Xpath and CSS combination. For another issue Selenium only automate browser so when it comes to handle windows activity then it is helpless. Robot class can handle Windows activity learn-automation.com/robot-class-in-selenium-webdriver/
It will be really helpful if you can explain more about selenium with C# as after finding thousands of videos on you tube finally able to understand the concept. Your idea of explanation is with ease and detailed with real time project. Thanks
Hi Mukesh, Nice Video. Please make video on Jenkins setup with Maven project to run selenium script on server. when any test case fail mail should get fired.
Hi Ankita, no such element found exception comes when Selenium is not able to find the element. 1- Check if the locator is correct or not 2- If locator is correct then make sure wait statement is given 3- If above two condition is also true then check whether element is inside frame or not. Let me know if you still face any issue