From b4a0f8b0434176ab3b07d8c9e23d2aa65cd60547 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Thu, 16 Nov 2023 00:31:41 +0100 Subject: [PATCH] Updated baseline --- README.md | 15 +++++++++++++++ .../BaselineOfWebDriver.class.st | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0695d7d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# WebDriver implementation for Pharo + +This library implements the WebDriver protocol for Pharo, +currently for Firefox only, but it is easily +extendable for other browsers. + +Use the following URL to add it to your baseline: + +`git:https://gitea.lyrion.ch/Pharo/WebDriver.git` + +Please note that, thanks to the impressive incompetence +of the people behind Iceberg, you have to set +`Remote type` to HTTPS. Otherwise, it will crash +trying to install your baseline. + diff --git a/src/BaselineOfWebDriver/BaselineOfWebDriver.class.st b/src/BaselineOfWebDriver/BaselineOfWebDriver.class.st index c42f279..46260f9 100644 --- a/src/BaselineOfWebDriver/BaselineOfWebDriver.class.st +++ b/src/BaselineOfWebDriver/BaselineOfWebDriver.class.st @@ -12,7 +12,7 @@ BaselineOfWebDriver >> baseline: spec [ for: #common do: [ spec package: 'WebDriver' ]; baseline: 'Clouseau' with: [ - spec repository: 'https://gitea.lyrion.ch/Pharo/Clouseau.git' ]; + spec repository: 'git:https://gitea.lyrion.ch/Pharo/Clouseau.git' ]; baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]; baseline: 'OSSubprocess' with: [