Search Results for "selenium-server-standalone.jar"

Showing 23 open source projects for "selenium-server-standalone.jar"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 1
    ShadowsocksX-NG

    ShadowsocksX-NG

    Next Generation of ShadowsocksX

    ShadowsocksX-NG is the new ShadowsocksX, a secure socks5 proxy for accessing restricted sites or services on macOS. ShadowsocksX-NG was created separately from the original implementation as there had been too much unused code and dependencies of the ss-local source code in the original that had to be maintained. As such it was difficult to update. ShadowsocksX-NG has just a copy of ss-local from Homebrew, and its GUI code has been rewritten in Swift. It now runs as a background service...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 2
    Swiftfin

    Swiftfin

    Native Jellyfin Client for iOS and tvOS

    Swiftfin is a modern video client for the Jellyfin media server. Made using Swift to maximize direct play with the power of VLC and look native on all classes of Apple devices. Swiftfin is a fast, native video player that works with Jellyfin, the open source free software media server.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Atlantis iOS

    Atlantis iOS

    A lightweight and powerful iOS framework for intercepting HTTP/HTTPS

    Don't let cumbersome web debugging tools hold you back. With Proxyman's native macOS app, you can capture, inspect, and manipulate HTTP(s) traffic with ease. Intuitive, thoughtful, and built with meticulous attention to detail. Dive into the network level to diagnose and fix problems with reliable and powerful tools. Proxyman acts as a man-in-the-middle server that captures the traffic between your applications and SSL Web Server. With a built-in macOS setup, so you can inspect your HTTP/HTTPS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    GraphQLite

    GraphQLite

    Rapid GraphQL prototyping, development, and testing. Core Server

    GraphQLite is an open-source GraphQL server, using the latest technologies. Queries, Mutations, and event-based (Pub/Sub) Subscriptions. With our easy-to-use schema generator, the Database tables, the GraphQL schema, and all the resolvers are created automatically. GraphQLite is a perfect match for developers who are looking to get the most out of PostgreSQL. It takes the best features of PostgreSQL and wraps it in an API that's easy to use. With the industry-standard JSON Web Token (JWT...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 5
    Apollo iOS

    Apollo iOS

    A strongly-typed, caching GraphQL client for iOS, written in Swift

    It allows you to execute queries and mutations against a GraphQL server, and returns results as query-specific Swift types. This means you don’t have to deal with parsing JSON, or passing around dictionaries and making clients cast values to the right type manually. You also don't have to write model types yourself, because these are generated from the GraphQL definitions your UI uses. As the generated types are query-specific, you're only able to access data you actually specify as part...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Starscream

    Starscream

    Websockets in swift for iOS and OSX

    Starscream is a conforming WebSocket (RFC 6455) library in Swift. Once imported, you can open a connection to your WebSocket server. Note that socket is probably best as a property, so it doesn't get deallocated right after being setup. After you are connected, there is either a delegate or closure you can use for process WebSocket events. The writeData method gives you a simple way to send Data (binary) data to the server. The writeString method is the same as writeData, but sends text/string...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Planet

    Planet

    Build and host decentralized blogs and websites on your Mac

    Planet is a free and open source tool for publishing and following web content. It doesn't rely on a central server or service, and instead uses IPFS for peer-to-peer content distribution. You can also link your content to an Ethereum Name (e.g. yourname.eth) so that others can follow you on Planet using your .eth name. Since both IPFS and ENS are decentralized, you can use Planet to build and follow websites in a decentralized way. Did you know that you can use an Ethereum Name (ENS) to set up...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Vapor

    Vapor

    A server-side Swift web framework

    Non-blocking, event-driven architecture built on top of Apple's SwiftNIO. Written in Swift, the powerful programming language that is also easy to learn. Expressive, protocol-oriented design with a focus on type-safety. Vapor is more than just a web framework. The project includes over a hundred official and community maintained server-first Swift packages. Vapor's documentation covers everything from creating your first application to building large projects. The definitive book on building...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    VirtualBuddy

    VirtualBuddy

    Virtualize macOS 12 and later on Apple Silicon

    VirtualBuddy can virtualize macOS 12 and later on Apple Silicon, with the goal of offering features that are useful to developers who need to test their apps on multiple versions of macOS, especially betas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 10
    WebSocket Kit

    WebSocket Kit

    WebSocket client library built on SwiftNIO

    WebSocket client library built on SwiftNIO. WebSockets allow for two-way communication between a client and server. Unlike HTTP, which has a request and response pattern, WebSocket peers can send an arbitrary number of messages in either direction. Vapor's WebSocket API allows you to create both clients and servers that handle messages asynchronously.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Socket.IO-Client-Swift

    Socket.IO-Client-Swift

    Socket.IO-client for iOS/OS X

    Socket.IO-client for iOS/OS X. Supports Socket.IO server 2.0+/3.0+/4.0+. Supports Binary, supports Polling and WebSockets, and supports TLS/SSL. Requires Swift 4/5 and Xcode 10.x. Add the project as a dependency to your Package.swift. Add the Starscream and SocketIO frameworks to your projects and follow the usual Carthage process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Nextcloud iOS app

    Nextcloud iOS app

    Nextcloud iOS App

    Read, rename, copy, move, delete all the files stored in your Nextcloud and send them to other App. Display documents, photos, videos, audio files. Automatically display previews of images and videos. Create new folders. Add any kind of data (documents, templates, photos, videos, voice memo, etc…). Tag the most important files and folders as ‘favorites’ or ‘offline’ to consult them offline. Use the Passcode function for an advanced level of protection of single folders or to prevent access...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RevenueCat

    RevenueCat

    In-app purchases and subscriptions made easy

    RevenueCat is a powerful, reliable, and free-to-use in-app purchase server with cross-platform support. Our open-source framework provides a backend and a wrapper around StoreKit and Google Play Billing to make implementing in-app purchases and subscriptions easy. Send enriched purchase events to analytics and attribution tools with our easy integrations. Fetch products, make purchases, and check subscription status with our native SDKs. Host and configure products remotely from our dashboard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SwiftDate

    SwiftDate

    Toolkit to parse, validate, manipulate, compare and display dates

    SwiftDate is the definitive toolchain to manipulate and display dates and time zones on all Apple platform and even on Linux and Swift Server Side frameworks like Vapor or Kitura. From simple date manipulation to complex business logic SwiftDate maybe the right choice for your next project. From simple date manipulation to complex business logic SwiftDate maybe the right choice for your next project. SwiftDate can recognize all the major datetime formats automatically (ISO8601, RSS, Alt RSS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Swift Package Manager Project

    Swift Package Manager Project

    The package manager for the Swift Programming Language

    ... a team, or at any other granularity. Swift Package Manager includes a build system that can build for macOS and Linux. Starting with Xcode 11, Xcode integrates with SwiftPM to provide support for including packages in iOS, macOS, watchOS, and tvOS applications. The SourceKit-LSP project leverages libSwiftPM and provides Language Server Protocol implementation for editors that support LSP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OmniEdge

    OmniEdge

    Bringing intranet on the internet with Zero-Config Mesh VPNS.

    OmniEdge is an Open source p2p layer 2 , zero-config mesh VPN infrastructure, a traditional VPN, AWS VPC, Ngrok, DDNS alternative. No central server, easy to scale with less maintenance. What happens in intranet, stays in in intranet.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    ResponseDetective

    ResponseDetective

    Sherlock Holmes of the networking layer

    ResponseDetective is a non-intrusive framework for intercepting any outgoing requests and incoming responses between your app and your server for debugging purposes. For ResponseDetective to work, it needs to be added as a middleman between your (NS)URLSession and the Internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Siesta

    Siesta

    The civilized way to write REST API clients for iOS / macOS

    Drastically simplifies app code by providing a client-side cache of observable models for RESTful resources. The elegant way to write iOS / macOS REST clients. You need to display response data whenever it arrives. Unless the requesting screen is no longer visible. Unless some other currently visible bit of UI happens to need the same data. Or is about to need it. You should show a loading indicator (but watch out for race conditions that leave it stuck spinning forever), display...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Sync

    Sync

    JSON to Core Data and back. Swift Core Data Sync.

    Sync eases your everyday job of parsing a JSON response and syncing it with Core Data. Sync is a lightweight Swift library that uses a convention-over-configuration paradigm to facilitate your workflow. Syncing JSON to Core Data is a repetitive tasks that often demands adding a lot of boilerplate code. Mapping attributes, mapping relationships, diffing for inserts, removals and updates are often tasks that don't change between apps. Taking this in account we took the challenge to abstract...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Swifter

    Swifter

    Tiny http server engine written in Swift programming language

    Tiny http server engine written in Swift programming language. Lands on CocoaPods and others. Supports the latest non-beta Xcode and SPM. Stable. Stable branch plus experimental web-framework layer. Next version of Swifter (async IO).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OAuth2

    OAuth2

    OAuth2 framework for macOS and iOS, written in Swift

    ... be found on a separate feature branch named appropriately. In OAuth2 there are different kinds of flows. This library supports all of them, make sure you're using the correct one for your use-case and authorization server. A typical code grant flow is used for demo purposes below. The steps for other flows are mostly the same short of instantiating a different subclass and using different client settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Perfect: Server-Side Swift

    Perfect: Server-Side Swift

    The Perfect core toolset and framework for Swift Developers

    Perfect is a web server and toolkit for developers using the Swift programming language to build applications and other REST services. It lets developers build using only Swift to program both the client-facing and server-side of their projects. It’s the ideal backbone for cloud and mobile technologies. Developers can be more productive and efficient using Perfect to write less code and work in one fundamental language for all their needs. With Perfect, you can write an entire project in one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next