Have you encountered the error saying Missing Support type in OpenQA.Selenium.Support.UI?
The reason for this issue is that you have not added the reference of required dll - WebDriver.Support.dll file in your .net project.
Remember that when working with Selenium webdriver from visual studio, you need to add 2 dll references as mentioned below.
This solves the problem. Hope it helps.
What do you think on above selenium topic. Please provide your inputs and comments. You can write to me at reply2sagar@gmail.com
The reason for this issue is that you have not added the reference of required dll - WebDriver.Support.dll file in your .net project.
Remember that when working with Selenium webdriver from visual studio, you need to add 2 dll references as mentioned below.
- WebDriver.dll
- WebDriver.Support.dll
This solves the problem. Hope it helps.
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