From 62f954e1e09ec6001f72a7c9a94f790231bfed04 Mon Sep 17 00:00:00 2001 From: "George S. Baugh" Date: Mon, 8 Mar 2021 16:46:23 -0600 Subject: [PATCH] handle auto-link insertion by podweaver better --- lib/Selenium/Remote/Driver.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Selenium/Remote/Driver.pm b/lib/Selenium/Remote/Driver.pm index 38d1c222..d1046a3e 100644 --- a/lib/Selenium/Remote/Driver.pm +++ b/lib/Selenium/Remote/Driver.pm @@ -3750,10 +3750,10 @@ __END__ =head1 SEE ALSO -L - the main selenium RC project -L - the "legacy" webdriver specification -L - the WC3 WebDriver 3 specification -L +https://github.com/SeleniumHQ/selenium - the main selenium RC project +https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol - the "legacy" webdriver specification +https://www.w3.org/TR/webdriver/ - the WC3 WebDriver 3 specification +https://github.com/teodesian/Selenium-Remote-Driver/wiki Brownie Wight