Skip to content

Commit a9c1dab

Browse files
authored
Merge pull request #84 from MarketSquare/000-fix-seleniumlibrary
000 fix seleniumlibrary
2 parents dbee27a + aa543ef commit a9c1dab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The Robot Framework Foundation is a non-profit organization that supports the de
212212
- [Browser](https://pypi.org/project/robotframework-browser/) - Automate the browser using Playwright.
213213
- [Page Object Library](https://github.com/boakley/robotframework-pageobjectlibrary) Library that makes it possible to use the page object pattern when testing web pages.
214214
- [QWeb](https://github.com/qentinelqi/qweb) - Keyword based test automation for the web. ([Keywords](https://qentinelqi.github.io/qweb/QWeb.html))
215-
- [Selenium Library](robotframework-seleniumlibrary) Web testing based on Selenium.
215+
- [Selenium Library](https://github.com/robotframework/SeleniumLibrary) Web testing based on Selenium.
216216
- [Selenium Screenshots](https://pypi.org/project/robotframework-seleniumscreenshots/) Capture annotated screenshots with SeleniumLibrary.
217217
- [Selenium Testability](https://pypi.org/project/robotframework-seleniumtestability/) Provides either manual or automatic waiting asyncronous events within SUT.
218218

@@ -226,7 +226,7 @@ The Robot Framework Foundation is a non-profit organization that supports the de
226226
- [robotframework-rp-tools](https://pypi.org/project/robotframework-rp-tools/) - Listener and visitor modules for integration with ReportPortal.
227227
- [RobotMK](https://www.robotmk.org) - Integration for the Open Source monitoring solution [Checkmk](https://checkmk.com).
228228
- [molecule-robotframework](https://pypi.org/project/molecule-robotframework/) - Ansible Molecule plugin for running molecule tests with Robot Framework.
229-
- [pytest-robotframework](https://pypi.org/project/pytest_robotframework/) - Pytest plugin for creating Robot Framework reports and running tests.
229+
- [pytest-robotframework](https://pypi.org/project/pytest-robotframework/) - Pytest plugin for creating Robot Framework reports and running tests.
230230

231231
### Network Testing
232232

@@ -306,6 +306,7 @@ The Robot Framework Foundation is a non-profit organization that supports the de
306306

307307
- [robotframework-cookbook](https://github.com/adrianyorke/robotframework-cookbook) - A curated list of delicious Robot Framework recipes that will help accelerate the development of test automation scripts, especially for beginner or intermediate level engineers.
308308
- [RobotFramework Youtube Channel](https://www.youtube.com/c/RobotFrameworkChannel) with speaches from previous Robocon and [tutorials in the live section](https://www.youtube.com/@RobotFrameworkChannel/streams).
309+
- [Pekka's Demos](https://www.youtube.com/playlist?list=PLSK6YK5OGX1BHhuGsz407aPuxPUILmzOP) - A playlist of video's demonstrating Robot Framework by its creator Pekka
309310

310311
### Robocon
311312

@@ -324,7 +325,7 @@ The Robot Framework Foundation is a non-profit organization that supports the de
324325

325326
[Robot Framework Conference by Polish Community](https://wrobocon.eu)
326327

327-
- [Conference 2024](https://www.youtube.com/watch?v=KQlBYqSI2V4 )
328+
- [Conference 2024](https://www.youtube.com/watch?v=KQlBYqSI2V4)
328329
- [Conference 2023](https://www.youtube.com/watch?v=VHysJ8hbUPI)
329330
- [Conference 2022](https://www.youtube.com/watch?v=1me0OXmgLSg)
330331

0 commit comments

Comments
 (0)