소스 검색

Update README to make people stop using this junk

George S. Baugh 5 년 전
부모
커밋
ac7b96fb68
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 1
      README.md

+ 10 - 1
README.md

@@ -1,17 +1,26 @@
 # Selenium::Remote::Driver [![Build Status](https://travis-ci.org/teodesian/Selenium-Remote-Driver.svg?branch=master)](https://travis-ci.org/teodesian/Selenium-Remote-Driver) [![Coverage Status](https://coveralls.io/repos/github/teodesian/Selenium-Remote-Driver/badge.svg?branch=master)](https://coveralls.io/github/teodesian/Selenium-Remote-Driver?branch=master)
 
+## WARNING
+
+Selenium has essentially been leapfrogged technologically by Puppetteer (using Chrome Dev tools directly).
+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.
+Even then you are probably shooting yourself in the foot not using Javascript directly to automate the testing of webpages.
+
+## Introduction
+
 [Selenium WebDriver][wd] is a test tool that allows you to write
 automated web application UI tests in any programming language against
 any HTTP website using any mainstream JavaScript-enabled browser. This
 module is a Perl implementation of the client for the Webdriver
 [JSONWireProtocol that Selenium provides.][jsonwire]
 
-It also implements WC3 [selenium][wc3]
+It also implements WC3 [selenium][wc3].
 
 [wc3]: https://w3c.github.io/webdriver/
 [wd]: http://www.seleniumhq.org/
 [jsonwire]: https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol
 [standalone]: http://selenium-release.storage.googleapis.com/index.html
+[dt]: https://metacpan.org/pod/Chrome::DevToolsProtocol
 
 ## Installation