All Projects → sayems → Java.webdriver

sayems / Java.webdriver

Licence: gpl-2.0
Browser test automation using Selenium WebDriver in Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Java.webdriver

Selenium Maven Template
A maven template for Selenium that will let you check out and go.
Stars: ✭ 403 (+198.52%)
Mutual labels:  maven, selenium, webdriver, selenium-webdriver
SeleniumTDD
A Selenium TDD framework that incorporates key features of Selenium and TestNG which can be used to create web-based automation scripts.
Stars: ✭ 23 (-82.96%)
Mutual labels:  webdriver, maven, selenium, testng
Java.appium
Mobile test automation using Appium in Java
Stars: ✭ 59 (-56.3%)
Mutual labels:  selenium, webdriver, selenium-webdriver, testng
Webdriverextensions
Make your WebDriver based Selenium tests more readable, reusability and maintainable by using WebDriver Extensions!
Stars: ✭ 89 (-34.07%)
Mutual labels:  selenium, webdriver, selenium-webdriver
TestLeafSeleniumTraining
This is public repository for Selenium Learners at TestLeaf
Stars: ✭ 80 (-40.74%)
Mutual labels:  webdriver, selenium, testng
Htmlelements
Html Elements is a Java framework providing easy-to-use way of interaction with web-page elements in web-page tests.
Stars: ✭ 258 (+91.11%)
Mutual labels:  selenium, webdriver, selenium-webdriver
Golem
A complete test automation tool
Stars: ✭ 441 (+226.67%)
Mutual labels:  selenium, webdriver, selenium-webdriver
Csharp.webdriver
Browser test automation using Selenium WebDriver in C#
Stars: ✭ 115 (-14.81%)
Mutual labels:  selenium, webdriver, selenium-webdriver
Php Webdriver
PHP client for Selenium/WebDriver protocol. Previously facebook/php-webdriver
Stars: ✭ 4,477 (+3216.3%)
Mutual labels:  selenium, webdriver, selenium-webdriver
Webdrivermanager
WebDriverManager (Copyright © 2015-2021) is a project created and maintained by Boni Garcia and licensed under the terms of the Apache 2.0 License.
Stars: ✭ 1,808 (+1239.26%)
Mutual labels:  maven, selenium, selenium-webdriver
Marionette client
Mozilla's Gecko Marionette client in golang
Stars: ✭ 21 (-84.44%)
Mutual labels:  selenium, webdriver, selenium-webdriver
Marionette
Selenium alternative for Crystal. Browser manipulation without the Java overhead.
Stars: ✭ 119 (-11.85%)
Mutual labels:  selenium, webdriver, selenium-webdriver
atata-kendoui
A set of Atata components for Kendo UI
Stars: ✭ 17 (-87.41%)
Mutual labels:  webdriver, selenium, selenium-webdriver
page-modeller
⚙️ Browser DevTools extension for modelling web pages for automation.
Stars: ✭ 66 (-51.11%)
Mutual labels:  webdriver, selenium, selenium-webdriver
Atata
C#/.NET test automation framework for web
Stars: ✭ 362 (+168.15%)
Mutual labels:  selenium, webdriver, selenium-webdriver
PWAF
Python Webdriver Automation Framework
Stars: ✭ 37 (-72.59%)
Mutual labels:  webdriver, selenium, selenium-webdriver
headless-chrome
Implementation of the new headless chrome with chromedriver and selenium.
Stars: ✭ 34 (-74.81%)
Mutual labels:  maven, selenium, selenium-webdriver
SeleniumDemo
Selenium automation test framework
Stars: ✭ 84 (-37.78%)
Mutual labels:  maven, selenium, selenium-webdriver
E2e Experiment
A demo project with Spring Boot / Angular application and e2e tests
Stars: ✭ 9 (-93.33%)
Mutual labels:  selenium, webdriver, selenium-webdriver
Katalium
Stars: ✭ 36 (-73.33%)
Mutual labels:  selenium, selenium-webdriver, testng

Selenium WebDriver

This repository contains WebDriver code examples, exercises and tutorials for developers. Over time, more and more test example will be uploaded here. All tests examples in this repository is to be considered public domain unless stated otherwise.

Demo website to practice WebDriver:

Here is a list of websites where you can practice Selenium webdriver. You will find the list incredibly useful as these will cover many of your real-time web automation use case scenario. Some of the common examples includes are like testing of a login page, online registration forms, and automating flight booking.

Examples with:

  • Mouse hover
  • Drag & Drop
  • Draggable
  • Selectable
  • Sortable
  • Actionable
  • Radio Button
  • Checkbox
  • Datepicker

Pre-requisites

You'll need to install

  • Java 8.
  • Maven.
  • Firefox.

###Contributions

If you have any code examples you would like to contribute to this repository, please feel free to open a pull request.

##Feedback

Contributors to this repo would be very grateful to receive feedback! If you would like to praise or comment on any test examples, or the repo as a whole, please do so in the issue tracker. I'd love to hear what you think, so please take a moment to let me know.

##Contact

If you have any questions about this repo, or need some help to contribute, please do not hesitate to contact me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].