Skip to content

knikolovdev/Selenium-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium helper

Wrapper functions for easy and fluid use of Selenium webdriver in C#. This can be used as a starter template for any C# Selenium project.

Examples

As you can see code required is reduced.

Driver.Navigate().GoToUrl(url) -> Goto(url)

Driver.FindElement(By.Id(id)) -> Id(id)

wait.Until(ExpectedConditions.ElementIsVisible(By.Id(identifier))) -> WaitId(identifier)

About

Wrapper functions for easy use of Selenium webdriver in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages