Skip to content

[pull] master from fkromer:master#1

Open
pull[bot] wants to merge 200 commits into
testautomation:masterfrom
MarketSquare:master
Open

[pull] master from fkromer:master#1
pull[bot] wants to merge 200 commits into
testautomation:masterfrom
MarketSquare:master

Conversation

@pull

@pull pull Bot commented Dec 22, 2019

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot added the ⤵️ pull label Dec 22, 2019
Wolfe1 and others added 14 commits January 22, 2020 16:18
This uses leon-ai to turn Robot Framework into a conversational AI test assistant and OpenRPA task runner.

https://github.com/jg8481/leon/tree/develop/packages/robotframework-test-assistant
Update Zoomba Library description
Add the robotframework-test-assistant to Tools
…re link

I fixed a typo I made in a previous PR (sorry about that). I added the MarketSquare (link below) featured in a RoboCon 2020 lightning talk presented by Edward Manlove. I also added a section called Remote Library Examples and added the following to it.

https://github.com/MarketSquare
https://github.com/ThomasJaspers/remote-keyword-library
https://github.com/jg8481/robotframework-scala-remote-library
Include robotframework-historic in collection
add library to list in Readme.md
Fixed small typo, added Remote Library Examples, and MarketSquare link
@pull pull Bot added the merge-conflict Resolve conflicts manually label Feb 19, 2020
Copilot AI and others added 30 commits March 4, 2026 07:50
Co-authored-by: MobyNL <59473010+MobyNL@users.noreply.github.com>
Co-authored-by: MobyNL <59473010+MobyNL@users.noreply.github.com>
…nd robotframework-dashboard

Co-authored-by: MobyNL <59473010+MobyNL@users.noreply.github.com>
Co-authored-by: MobyNL <59473010+MobyNL@users.noreply.github.com>
Add 7 libraries from open issues to respective sections
Add OKW4Robot and OKW Web Selenium libraries
The library can remember the data generated for the caller in a so-called context. This means that the test case does not need to store the data if a test date is required multiple times. The data in the context is also used to provide consistent data. For example, a license plate number is generated to match the previously requested address.
SynData added, a library for generating consistent test data
Add RobotLiveTrace entry to testing & debugging
Add Wopee_rf Visual Regression Testing Library
…oader

Add Salesforce Files Downloader and Salesforce Objects Scanner under Enterprise Platforms (Tools)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
I released a small, dependency-free library for a recurring pain in cross-platform
mobile testing: maintaining the same locator for Android, iOS, iPadOS and Windows.

You define a selector once per platform, and crosslocator resolves the right one
at runtime:

    from crosslocator import Locator

    LOGIN = Locator(
        android="accessibility_id=login",
        ios="accessibility_id=login",
        windows='//Button[@name="Log in"]',
        default="id=login",
    )
    LOGIN.resolve()  # the right selector for the current platform

It works with pure Python (Appium) and Robot Framework (a small library exposing
`Set Current Platform` / `Resolve Locator` keywords). It can also auto-detect the
platform from the active Appium session. iPad falls back to iOS selectors, and a
shared default covers the rest.

- Install: pip install crosslocator
- Source: https://github.com/julien-becheny/crosslocator

It's an early release (v0.2). Feedback and issues are very welcome — especially on
the Robot Framework integration and the locator formats you'd like supported.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Add RobotFramework WebDialogs README.md
Add robotframework-falsegreen to Development and Editing Tools
Add crosslocator library to README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.