Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
teodesian committed Mar 27, 2021
1 parent d3dd484 commit 4b83798
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -3,9 +3,13 @@
## WARNING

Selenium has essentially been leapfrogged technologically by [Playwright][pw]. (using the devtools protocol for all browsers)
Use [Chrome::DevToolsProtocol][dt] instead of this unless you want to be frustrated by a tool which doesn't do half of what you want.
Use [Chrome::DevToolsProtocol][dt] (or the [Playwright][pwc] interface on CPAN) instead of this unless you want to be frustrated by a tool which doesn't do half of what you want.
Even then you are probably shooting yourself in the foot not using Javascript directly to automate the testing of webpages.

This module is also not ready for SeleniumHQ's 4.0 series JAR.
For compatibility with that, try our next generation selenium client:
[Selenium::Client][sc]

## Introduction

[Selenium WebDriver][wd] is a test tool that allows you to write
Expand All @@ -22,6 +26,8 @@ It also implements WC3 [selenium][wc3].
[standalone]: http://selenium-release.storage.googleapis.com/index.html
[dt]: https://metacpan.org/pod/Chrome::DevToolsProtocol
[pw]: https://github.com/microsoft/playwright
[pwc]: https://metacpan.org/pod/Playwright
[sc]: https://metacpan.org/pod/Selenium::Client

## Installation

Expand Down

0 comments on commit 4b83798

Please sign in to comment.