Skip to content

This is a sample project to demonstrate Web UI Automation using Selenide.

Notifications You must be signed in to change notification settings

osandadeshan/selenide-page-object-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selenide Example: Google search

This is a sample project demonstrating how to test Google search UI in Page Object Pattern with Selenide (Selenium webdriver).

You can check out and run it locally with a few minutes.

How to run with Maven

Type from command line for running tests in different browsers:

mvn clean test -Dbrowser=chrome
mvn clean test -Dbrowser=headless-chrome
mvn clean test -Dbrowser=firefox
mvn clean test -Dbrowser=headless-firefox
mvn clean test -Dbrowser=ie
mvn clean test -Dbrowser=edge
mvn clean test -Dbrowser=safari

Feel free to share your feedback!

Video

It's a short video demonstrating how it works:

https://vimeo.com/107647158

About

This is a sample project to demonstrate Web UI Automation using Selenide.

Topics

Resources

Stars

Watchers

Forks

Languages