Showing 73 open source projects for "selenium webdriver with java"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    Atomic34 allows you to leverage the Selenium Testing framework for testing your site using a SiteDefinition DSL to generate objects representing your site. The generated code can then be used to write tests using strongly typed objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    BrowserMob JavaScript Validator VNC
    VNC for use with the BrowserMob Selenium JavaScript Validator. This tool is made available for users of BrowserMob FREE Website Monitoring and Load Testing. The BrowserMob Local Validation Service can be downloaded from https://browsermob.com/tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    LoggingSelenium is a Java library extending Java-Client-Driver of Selenium Remote Control to add logging ability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Bromine is an open source QA tool that uses selenium RC as its testing engine. It provides project management, OS/browser specification, test-case creation as well as user management. Check out our screencasts
    Downloads: 1 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    StoryTestIQ (STIQ) is a test framework used to create Automated Acceptance Tests. STIQ is a mashup of Selenium and FitNesse: its "wiki-ized" Selenium with widgets and features that make it easier to write and organize Selenium tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This is a web automation framework containing multiple technologies combined to work together. It contains: - Selenium - TestNG - ReportNG - SimpleXML - Java - Sikuli - Flash-selenium
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Web Automation Framework that implements the interface of WebDriver using the SWT Browser widget. Unlike WebDriver, allows _hiding_ of the browser window during automation tests. Supports Windows/Mac/Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JFTA is an API that makes your testing code independent of the underlying implementation. Thus you can easily switch between different implementations at runtime. Currently JFTA provides implementations for HtmlUnit and Selenium RC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A set of tools for application testing. JUnit runners to execute your Selenium tests, internationalize them, generate detailed reports containing screenshots, a Maven plugin to prepare the infratstructure and a Hudson plugin to publish reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Data Collection and Labeling for AI Innovation. Icon
    Data Collection and Labeling for AI Innovation.

    For AI startups and developers in need of globally diverse, high-quality datasets that are fully traceable to accelerate machine learning innovation.

    OORT DataHub is a blockchain-powered platform where people across the world can collect and pre-process data including images, audios, or videos to improve AI and machine learning models.
    Learn More
  • 10
    A commercially supported, open-source distribution of the popular web application test automation tool Selenium Remote Control. Built by the original author of the Selenium, Sauce RC is easy to install and has the latest fixes and browser support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The wzz-bridge product provides "services" via simple http requests. These services include execution commands (Groovy, Java, Process, Sql) as well as services to store state and retrieve file resources. A Selenium IDE extension included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Selenium RC extension that allows a tester or developer to define Selenium tests using XML. The project includes utilities for converting Selenium IDE recorded scripts as well as utilities for capturing and dynamically applying data from your test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project has a set of simple objects and aspects (AspectJ) to make the code of tests with Selenium-RC (Java) easier to understand and debug. It separates all methods of Selenium in appropriate classes and adds new methods useful for testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a test framework built for ALL testers of web based applications. It is based on a Java Selenium RC platform and accessed through Eclipse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WebTest Fixtures library is a bridge between two great opensource tools, FitNesse and Selenium. It fills a gap between web tests and the domain model or database, allowing quick set up or verification of the effects of web tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Acceptance is glue code for creating an end-to-end FitNesse/Selenium testing environment. It includes recording scripts for Selenium IDE, Java code to start and control selenium based on FitNesse tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JSelenium accomodates an object-oriented layer for using the Selenium RC facade, by providing a library for interacting with various types of elements in the HTML DOM. Take a look at our wiki: http://jselenium.wiki.sourceforge.net/FAQ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CubicTest is a visual tool for writing Selenium and Watir tests. It makes tests faster and easier to write, and provides abstractions to make tests more robust and reusable. Go to www.CubicTest.org for more information. The SVN is moved to www.OpenQA.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    mvn-it is a serires of Maven 2 Plugins designed to cooperate with each other in order to ease integration testing in maven. Plugins currently being developed include a dbunit plugin and a selenium plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SMPPSim simulates a Short Message Service Centre (SMSC) that allows interaction with an External Short Message Entity (ESME) using the Logica Aldiscon protocol SMPP. It is intended as a testing tool. SMPPSim is currently hosted by Selenium Software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Luanium

    A Lua-based crawling scripting language and leveraging selenium

    I needed a way to crawl a site, crawling using commands. I would put commands in a file or DB to use selenium to interpret the HTML and Javascript. The best would be to have a complete language with conditionals and looping. I'm a java developper and I needed that the crawler to run in a Spring-Boot application. So I decided to use a Lua interpreter in Java to build a crawling tool based on Selenium. The trick here is to add the crawling commands into the Lua interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Java Web Application Stack built on top of Wicket, Spring, Hibernate/Ibatis, Jetty, HSQLDB, Junit, functional testing (Selenium), code coverage(Cobertura), DB Migration and CI. Its intent is to provide a rapid method for creating java web new projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Java based web testing platform using the JUnit testing framework and multiple testing engines such as HtmlUnit, HttpUnit, Jacobie, and Selenium.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.