Updated baseline

This commit is contained in:
Daniel Ziltener 2023-11-16 00:31:41 +01:00
parent e6ebde011e
commit b4a0f8b043
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 16 additions and 1 deletions

15
README.md Normal file
View File

@ -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.

View File

@ -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: [