Skip to content

Commit d4a11de

Browse files
committed
Fix curl command name, syntax, and url (#2377)
* Fix curl command name * Fix curl url * Fix command syntax [deploy site] 93be037
1 parent 7ffc0d1 commit d4a11de

File tree

63 files changed

+1026
-1026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1026
-1026
lines changed

documentation/_print/index.html

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.

documentation/about/_print/index.html

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

documentation/about/copyright/index.html

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

documentation/grid/_print/index.html

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.

documentation/grid/advanced_features/_print/index.html

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.

documentation/grid/advanced_features/endpoints/index.html

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

documentation/test_practices/_print/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,7 @@
28882888
Instead, find the link using Selenium
28892889
(and any required cookies)
28902890
and pass it to a HTTP request library like
2891-
<a href=//curl.haxx.se/libcurl/>libcurl</a>.</p><p>The <a href=https://github.com/SeleniumHQ/htmlunit-driver>HtmlUnit driver</a> can download attachments
2891+
<a href=https:////curl.se/>curl</a>.</p><p>The <a href=https://github.com/SeleniumHQ/htmlunit-driver>HtmlUnit driver</a> can download attachments
28922892
by accessing them as input streams by implementing the
28932893
<a href=https://htmlunit.sourceforge.io/apidocs/com/gargoylesoftware/htmlunit/attachment/AttachmentHandler.html>AttachmentHandler</a>
28942894
interface. The AttachmentHandler can then be added to the <a href=https://htmlunit.sourceforge.io/>HtmlUnit</a> WebClient.</p></div><div class=td-content style=page-break-before:always><h1 id=pg-b10eceb097750b67d81f2781a6a7826c>5.3 - HTTP response codes</h1><p>For some browser configurations in Selenium RC,
@@ -2993,7 +2993,7 @@
29932993
depending on how your test is written,
29942994
just to get to the page and traverse through the DOM.</p><p>Instead of using WebDriver for this,
29952995
you could save a ton of time
2996-
by executing a <a href=/>curl</a> command,
2996+
by executing a <a href=https://curl.se/>curl</a> command,
29972997
or using a library such as BeautifulSoup
29982998
since these methods do not rely
29992999
on creating a browser and navigating to a page.

documentation/test_practices/discouraged/_print/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Instead, find the link using Selenium
2626
(and any required cookies)
2727
and pass it to a HTTP request library like
28-
<a href=//curl.haxx.se/libcurl/>libcurl</a>.</p><p>The <a href=https://github.com/SeleniumHQ/htmlunit-driver>HtmlUnit driver</a> can download attachments
28+
<a href=https:////curl.se/>curl</a>.</p><p>The <a href=https://github.com/SeleniumHQ/htmlunit-driver>HtmlUnit driver</a> can download attachments
2929
by accessing them as input streams by implementing the
3030
<a href=https://htmlunit.sourceforge.io/apidocs/com/gargoylesoftware/htmlunit/attachment/AttachmentHandler.html>AttachmentHandler</a>
3131
interface. The AttachmentHandler can then be added to the <a href=https://htmlunit.sourceforge.io/>HtmlUnit</a> WebClient.</p></div><div class=td-content style=page-break-before:always><h1 id=pg-b10eceb097750b67d81f2781a6a7826c>3 - HTTP response codes</h1><p>For some browser configurations in Selenium RC,
@@ -130,7 +130,7 @@
130130
depending on how your test is written,
131131
just to get to the page and traverse through the DOM.</p><p>Instead of using WebDriver for this,
132132
you could save a ton of time
133-
by executing a <a href=/>curl</a> command,
133+
by executing a <a href=https://curl.se/>curl</a> command,
134134
or using a library such as BeautifulSoup
135135
since these methods do not rely
136136
on creating a browser and navigating to a page.

documentation/test_practices/discouraged/file_downloads/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

documentation/test_practices/discouraged/link_spidering/index.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)