by Nikolay Advolodkin | Feb 17, 2020 | Selenium Problems
Are you struggling to get started with Selenium WebDriver in Java? Well this post will help you to resolve the most annoying Selenium WebDriver with Java errors. java.lang.IllegalStateException: The driver is not executable: …/chromedriver Error Message...
by Nikolay Advolodkin | Mar 13, 2018 | Selenium Problems
PageFactory in C# is deprecated as of version 3.11. This is actually a great change because it prevents usage of a class that is not recommended by the Selenium contributors. Furthermore, not using PageFactory will prevent users from many weird element exceptions that...
by Nikolay Advolodkin | Apr 5, 2017 | Selenium Problems, Selenium Webdriver
How to disable Chrome’s “save your password” prompt? ChromeDriver | C# | Chrome Browser The Problem You want to disable the annoying Chrome pop up that says, “Do you want Google Chrome to save your password for this site?”. The...
by Nikolay Advolodkin | Oct 27, 2016 | Selenium Problems, Selenium Webdriver
Sometimes, you got some issues with firefox not working properly with Selenium Webdriver. In this cases, you need to downgrade firefox version that is installed on your computer to make it work. 1. Stop auto updates on your browser. On your current browser, make sure...
by Nikolay Advolodkin | Oct 11, 2016 | Selenium Problems, Selenium Webdriver
The Problem If you are attempting to use: RemoteWebDriver class from Selenium Webdriver with a Chrome extension and .NET bindings You will seriously struggle. Whether you are attempting to create your own Selenium Grid or use a service like Sauce Labs or Browser...
by Nikolay Advolodkin | Jul 26, 2016 | Selenium Problems
Here you will find the most common Selenium WebDriver errors and the solutions to those errors. Enjoy 👍 Selenium C# errors Element is not clickable at point (X, Y). Other element would receive the click… Error Message System.InvalidOperationException :...