All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by selenium with all dependencies

Search JAR files by class name

cissnei-report from group org.bitbucket.iamkenos (version 1.0.4)

Group: org.bitbucket.iamkenos Artifact: cissnei-report
Show all versions Show documentation Show source 
 

0 downloads
Artifact cissnei-report
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies cissnei-commons, jackson-databind, velocity, owasp-java-html-sanitizer,
There are maybe transitive dependencies!

cissnei-commons from group org.bitbucket.iamkenos (version 1.0.4)

Group: org.bitbucket.iamkenos Artifact: cissnei-commons
Show all versions Show documentation Show source 
 

0 downloads
Artifact cissnei-commons
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 18
Dependencies junit, assertj-core, cucumber-java, cucumber-junit, rest-assured, guava, gson, protobuf-java, poi, poi-ooxml, commons-io, commons-lang3, commons-text, commons-csv, commons-configuration2, log4j-web, log4j-api, log4j-core,
There are maybe transitive dependencies!

cissnei from group org.bitbucket.iamkenos (version 1.0.4)

A test automation framework built on top of Cucumber. Intended to be used for writing various automated cucumber tests using external dependencies: - Cucumber: ${io-cucumber-ver} - Web UI Functional Tests: Selenium ${selenium-java-ver} - API Tests: RestAssured ${rest-assured-ver} Run tests using: - A Cucumber runner class for CICD setup - Built-in JavaFx Applet test runner to non-CICD setup using a fat jar c/o maven shade Report Results: - Credits to Damian Szczepanik and his project [cucumber-reporting] - Built-in reporting module [cissnei-report] forked and modified - https://github.com/damianszczepanik/cucumber-reporting

Group: org.bitbucket.iamkenos Artifact: cissnei
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cissnei
Group org.bitbucket.iamkenos
Version 1.0.4
Last update 20. June 2018
Organization not specified
URL https://bitbucket.org/iamkenos/cissnei
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

allure-selenium-module from group com.capgemini.ntc (version 3.8.1.6)

Allure Test Framework Selenium supports: * Malleable resolution * Remote Web Design * Mobile browsers * Support for many browsers * Internet Explorer, Edge * Chrome, Firefox * Safari * User friendly actions * elementCheckBox * elementDropdown, etc. * Ubiquise test execution * locally * against Selenium Grid through Jenkins * Page Object Model architecture * Selenium WebDriver with Java * Update Observers Based on Selenium 3.8.1

Group: com.capgemini.ntc Artifact: allure-selenium-module
Show all versions Show documentation Show source 
 

0 downloads
Artifact allure-selenium-module
Group com.capgemini.ntc
Version 3.8.1.6
Last update 19. April 2018
Organization Capgemini - Nearshore Test Center - Poland
URL https://github.com/devonfw/devonfw-testing
License The Apache License, Version 2.0
Dependencies amount 12
Dependencies guava, allure-core-module, allure-java-annotations, selenium-java, google-api-client, junit-platform-surefire-provider, junit, guice, joda-time, commons-csv, jsoup, webdrivermanager,
There are maybe transitive dependencies!

aludratest from group org.aludratest (version 3.0.2)

Test automation framework providing seamless integration of selenium based web GUI tests, file and stream content, and protocols. It enforces a unified programming model for testing different technologies: Web GUI including AJAX (using Selenium), HTML, XML, EDIFACT, Flat File, CSV/TSV, protocols like HTTP, JMS, FTP, SFTP, Network Shares. The framework is extensible via a flexible service API.

Group: org.aludratest Artifact: aludratest
Show all versions Show documentation Show source 
 

0 downloads
Artifact aludratest
Group org.aludratest
Version 3.0.2
Last update 24. July 2015
Organization aludratest.org
URL http://www.aludratest.org/
License Apache License 2.0
Dependencies amount 22
Dependencies junit, slf4j-api, databene-formats, databene-commons, dom4j, jaxen, xom, plexus-container-default, plexus-component-annotations, edifatto, selenium-java, selenium-java-client-driver, jtidy, commons-vfs2, commons-net, jsch, velocity, joda-time, pmd, jms-api, xml-apis, rhino,
There are maybe transitive dependencies!

seleniumjt-core from group net.sf.seleniumjt (version 1.2.4)

SeleniumJT is a Selenium2 wrapper framework that simplifies the coding required for getting you tests up and running fast. In addition to encapsulating the idiosyncrasies of Selenium WebDriver it also supplies a more reliable testing framework for dynamic web pages by allowing elements time for conditions to be met before failure, times that are fully customisable.

Group: net.sf.seleniumjt Artifact: seleniumjt-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact seleniumjt-core
Group net.sf.seleniumjt
Version 1.2.4
Last update 02. May 2014
Organization not specified
URL https://sourceforge.net/projects/seleniumjt/
License MIT License
Dependencies amount 7
Dependencies spring-context, selenium-java, phantomjsdriver, commons-lang3, commons-io, aspectjtools, testng,
There are maybe transitive dependencies!

webtestfixtures from group net.sf.webtestfixtures (version 2.0.1.3)

WebTest Fixtures are an extension to FIT/FitNesse that implement a customer-friendly language for web testing, utilising Selenium Remote Control. WebTest runs inside FitNesse, allowing you to integrate web UI tests into an automated build system, and use other FitNesse fixtures to talk to your domain model, prepare and verify database changes during Web UI tests. Both .NET and Java FitNesse runners are supported, and the library is released under GPL.

Group: net.sf.webtestfixtures Artifact: webtestfixtures
Show documentation Show source 
 

0 downloads
Artifact webtestfixtures
Group net.sf.webtestfixtures
Version 2.0.1.3
Last update 01. January 2009
Organization not specified
URL http://www.fitnesse.info/webtest
License GNU General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

test-drop-in-framework from group com.salesforce.cqe (version 4.1.2)

Test Drop-in Framework for Selenium WebDriver 4.1.x This repository contains these major deliverables: a) the Test Drop-in Framework, b) a WebDriver implementation offering enhanced logging capabilities, and c) the @FindByJS annotation support Provides a thin abstraction layer between the test environment and the test class plus its helpers. This makes the test code independent of the test environment, thus allowing exchange of tests between organizations or even companies. It comes with an event firing WebDriver wrapper plus corresponding interface. This allows you to implement listeners to arbitrary WebDriver activities for various purposes such as logging. Offers support of JavaScript commands to find elements in a way similar to @FindBy used on fields in Page Object classes.

Group: com.salesforce.cqe Artifact: test-drop-in-framework
Show all versions Show documentation Show source 
 

0 downloads
Artifact test-drop-in-framework
Group com.salesforce.cqe
Version 4.1.2
Last update 28. December 2021
Organization not specified
URL https://github.com/salesforce/test-drop-in-framework
License BSD 3-Clause
Dependencies amount 5
Dependencies testng, selenium-java, jackson-core, jackson-annotations, jackson-databind,
There are maybe transitive dependencies!

Bichromate from group com.github.dramer (version 3.13)

Java, Selenium, Appium, Winium, Extend, and TestNG automated testing framework. Bichromate integrates the best of these frameworks and takes automation to the next level. With Bichromate there is one function call that builds any type of Web,IOS Mobile, Android, and Windows App driver on any platform (Windows, Mac, Linux). From Local web drivers, to SauceLabs, Browserstack, and Selenium grid. Build data driven tests is never easier. Bichromate also gives you built in Factories that, access DBs, Video Capture, FTP, POM Generation, Hilite element.

Group: com.github.dramer Artifact: Bichromate
Show all versions Show documentation Show source 
 

0 downloads
Artifact Bichromate
Group com.github.dramer
Version 3.13
Last update 28. October 2018
Organization not specified
URL http://www.bichromate.org
License Apache License, Version 2.0
Dependencies amount 56
Dependencies lorem, jsoup, gson, aether-connector-basic, aether-transport-wagon, wagon-http, wagon-provider-api, selenium-remote-driver, jcommander, operadriver, transport, log4j-core, webcam-capture, poi, poi-ooxml, twilio, twilio-java-sdk, hamcrest-all, winium-webdriver, winium-elements-desktop, unit-api, org.eclipse.jgit, jazzy, guava, xchart, j2bugzilla, mysql-connector-java, commons-net, jmf, extentreports, java-client, jsch, selenium-ie-driver, selenium-chrome-driver, selenium-firefox-driver, selenium-server, selenium-java, selenium-api, selenium-htmlunit-driver, sikuli-webdriver, mail, swingx, ci-sauce, hipchat-java, jersey-client, jersey-media-json-jackson, jbrowserdriver, javacv, javacpp, thumbnailator, axis, phantomjsdriver, hipchat-scala_2.11, testng, jxl, saucerest,
There are maybe transitive dependencies!

testsuite from group org.apache.geronimo.testsuite (version 2.1.2)

Geronimo integration testsuite. This contains 2 profiles, default and child. The default profile is used by the top level suites directly under this. The child profile is used by the test poms under the suites. This pom defines the basic dependencies needed by most suites. The start-selenium, start-server, invoke, and stop-server goals are globally configured here in the pluginManagement sections. They just need to be bound in the suites where needed and appropriate. The test poms under the suites should have this pom as their parent and set their relativePath appropriately The test poms under the suites inherit an empty 'child' profile from here. But any other build executions within the test poms should all be inside a 'child' profile.

Group: org.apache.geronimo.testsuite Artifact: testsuite
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact testsuite
Group org.apache.geronimo.testsuite
Version 2.1.2
Last update 05. August 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 83 from 83 (items total 830)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy