Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Add helper classes SelenoidOptions and Selenoid***Options #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

asolntsev
Copy link
Member

Now it's easier to setup Selenoid. Instead of Map with hardcoded value, users can just use Java objects:

    Configuration.browser = "edge";
    Configuration.browserCapabilities = new SelenoidEdgeOptions(all());

@asolntsev asolntsev added the enhancement New feature or request label Nov 24, 2021
@asolntsev asolntsev self-assigned this Nov 24, 2021
@asolntsev asolntsev added this to the 2.2.0 milestone Nov 24, 2021
@asolntsev asolntsev removed this from the 2.2.0 milestone May 16, 2022
@sonarcloud
Copy link

sonarcloud bot commented Jun 17, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant