Registry / testing / scalatestplus-selenium-2-12

scalatestplus-selenium-2-12

JSON →
library1.0.0-SNAP5javamavenunverified

Integrates ScalaTest with Selenium for browser-based testing.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalatestplus-selenium_2.12</artifactId> <version>1.0.0-SNAP5</version> </dependency>
INSTALL
IMPORT
SIG · SCALATESTPLUS-SELE
S
scalatestplus-selenium-2-12
testingjavav1.0.0-SNAP5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebBrowser
org.scalatestplus.selenium.WebBrowser

A ScalaTest spec using WebBrowser to test a web page.

import org.scalatestplus.selenium.WebBrowser import org.scalatest.flatspec.AnyFlatSpec class ExampleSpec extends AnyFlatSpec with WebBrowser { "Google" should "have a title" in { go to "https://www.google.com" assert(pageTitle == "Google") } }
Debug
Known issues
breakingThis package is for Scala 2.12; use the appropriate version for your Scala version.
fix
Ensure you use the correct artifact for your Scala version (e.g., _2.13).
affects: *
Upgrade
Version history
1.0.0-SNAP5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalatestplus-selenium-2-12 — mvn dependency:get scalatestplus-selenium-2-12 · libregistry