scalenium

Selenium on Scala examples.

License

License

GroupId

GroupId

com.github.artemkorsakov
ArtifactId

ArtifactId

scalenium_2.12
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

scalenium
Selenium on Scala examples.
Project URL

Project URL

https://artemkorsakov.github.io/scalenium/
Project Organization

Project Organization

Artem Korsakov
Source Code Management

Source Code Management

https://github.com/artemkorsakov/scalenium

Download scalenium_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.artemkorsakov/scalenium_2.12/ -->
<dependency>
    <groupId>com.github.artemkorsakov</groupId>
    <artifactId>scalenium_2.12</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.artemkorsakov/scalenium_2.12/
implementation 'com.github.artemkorsakov:scalenium_2.12:0.1.0'
// https://jarcasting.com/artifacts/com.github.artemkorsakov/scalenium_2.12/
implementation ("com.github.artemkorsakov:scalenium_2.12:0.1.0")
'com.github.artemkorsakov:scalenium_2.12:jar:0.1.0'
<dependency org="com.github.artemkorsakov" name="scalenium_2.12" rev="0.1.0">
  <artifact name="scalenium_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.artemkorsakov', module='scalenium_2.12', version='0.1.0')
)
libraryDependencies += "com.github.artemkorsakov" % "scalenium_2.12" % "0.1.0"
[com.github.artemkorsakov/scalenium_2.12 "0.1.0"]

Dependencies

compile (9)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.13
org.scalatestplus : selenium-3-141_2.12 jar 3.2.6.0
org.seleniumhq.selenium : selenium-java jar 4.0.0-beta-2
org.scalatest : scalatest_2.12 jar 3.2.6
com.github.pureconfig : pureconfig_2.12 jar 0.14.1
com.github.pureconfig : pureconfig-enumeratum_2.12 jar 0.14.1
ch.qos.logback : logback-classic jar 1.2.3
com.typesafe.scala-logging : scala-logging_2.12 jar 3.9.2
com.dimafeng : testcontainers-scala-scalatest-selenium_2.12 jar 0.39.3

Project Modules

There are no modules declared in this project.

Scalenium

Scalenium library contains examples of Selenium on Scala.

Installation

Maven Central latest snapshot release

master last commit

Add the following to your build.sbt

libraryDependencies += "com.github.artemkorsakov" %% "scalenium" % "0.1.0"

Use additional methods for Query in the code:

import com.github.artemkorsakov.query.UpQuery._

val query: Query = ???
query.waitClassContain("active")

Documentation

The library homepage is available here.
The library documentation is available here.
The library API is available here.

Versions

Version
0.1.0