Table of Contents

Top 28 Selenium WebDriver Commands in NUnit For Test Automation (2025-03-13)

Local Backup

What are Selenium Webdriver Commands?

Web Browser Commands

1. Url

2. Title

3. PageSource

4. Quit

5. Close

Back()

Forward()

GoToUrl()

Refresh()

Web Element Commands

1. Click

2. Enabled

3. Displayed

4. Clear

5. SendKeys

6. GetAttribute

7. GetCssValue

8. Submit

9. Text

10. TagName

11. Selected

12. Size

Below are drop down operations in C#:

1. SelectByIndex

2. DeselectByIndex

3. SelectByText

4. DeselectByText

5. SelectByValue

6. DeselectByValue

7. DeselectAll

8. IsMultiple

9. Options

10. AllSelectedOptions

It’s A Wrap!