Selenium C#
Here is a set of Selenium C# tutorial. These tutorials starts from Beginner level of Selenium in CSharp and move towards the Advance level. For new learners, to have maximum learning, follow the tutorials in the given sequence.
Set Up Selenium WebDriver
- Download and Install Visual Studio
- Set Up Selenium with Visual Studio in C#
- How to write Selenium Test using NUnit Framework
- Running Test in Safari browser
- Running Test in Chrome browser
- Running Test in IE Explorer- Coming Soon
- Internet Explorer Driver Server – Coming Soon
- Challenges with IE browser in Selenium WebDriver – Coming Soon
WebDriver Commands
- IWebDriver Browser Commands in C#
- Browser Navigation Commands in C#
- WebElement Commands in C#
- FindElements Commands in C#
- Check Box & Radio buttons in C#
- Drop Down & Multiple Select in C#
- WebTable Handling in C#
Locators & XPath
- Use Of Browser Inspector
- FireBug & FirePath
- HTML Locators
- Element Locator for WebDriver
- XPath Helper Plug-in for Chrome
- Fire-IE-Selenium – Coming Soon
- Effective XPath
Switches Alerts & Windows
- Implicit Wait Commands in Selenium C#
- Explict/Smart Wait Commands in Selenium C#
- Switch Commands in Selenium C#
- Different types of Alerts
- Handling Multiple Windows
- Handle Unexpected Alert – Coming Soon
- Expected Condition Wait – Coming Soon
- Handling IFrames using WebDriver – Coming Soon
- Interacting with elements inside IFrame – Coming Soon