You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ru.stqa.selenium:webdriver-wrapper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ru.stqa.selenium:webdriver-wrapper

WebDriver extensions following Decorator design pattern

2.0
Source
mavenMaven
Version published
Maintainers
1
Source
Readme not found for selected version
Showing the latest (latest)

WebDriver Extensions

This project consists of a set of WebDriver extensions:

  • webdriver-factory is an utility to simplify managing instances of WebDriver
  • webdriver-repeatable-actions is an alternative to "expected conditions": instead of waiting for an element to be ready for an action one can try to perform an action until succeeded
  • webdriver-wrapper allows to create WebDriver extensions following Decorator design pattern; it also contains several ready-to-use extensions: a wrapper that highlights elements before an action, a wrapper that handles unhandled alerts, a wrapper that handles "stale" elements and attempts to find them again and perform the action on the "restored" element
  • webdriver-logging-wrapper is a WebDriver wrapper that logs all commands to slf4j
  • webdriver-implicit-wait-wrapper implements client-side waits that are similar to browser-side impicit waits, but are more intelligent and flexible

FAQs

Package last updated on 19 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts