Skip to content

Conversation

@craigfowler
Copy link
Member

This is the PR for #212 and related issues. It introduces a complete rewrite of the Selenium library, which has been imported (with history) from CSF.Screenplay.Selenium.

Alpha release v0.1.0 (first after split from Screenplay core)

This is the first release of the new Screenplay Selenium
project since it was split from Screenplay core and moved
to its own repo.

It mainly does everything that the old used to do.  The one
exception being the forthcoming browser flags fuctionality.
This will replace the old "browser capabilities" (not web
driver capabilities) functionality we used to have.
The fix to the crash bug which was blocking me means that now the
web browser flags are loading correctly and are visible to the web driver.
craigfowler and others added 28 commits November 10, 2024 18:01
Also a rework to Assets and screenshots.
Adds the `--no-sandbox` argument to run Chrome as root.  See https://developer.chrome.com/docs/chromedriver/help/chrome-doesnt-start for more info
I am confident that it was using the right version, so this change is no longer needed.
Undo this change, I can't do it that way.  I must use `AddArgument(string)` instead.
This follows lessons learned in the CSF.Extensions.WebDriver project.
* Activate xvfb to provide an X environment for the browser
* Ensure we're using the right driver version for the env
* Upgrade to latest beta of CSF.Extensions.WebDriver
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
22.1% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants