Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c50c062

Browse files
committed
update links
1 parent 8e3659e commit c50c062

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/locating-elements.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ The "Clear" button element can be located like this::
189189
These examples cover some basics, but in order to learn more, the
190190
following references are recommended:
191191

192-
* `W3Schools XPath Tutorial <http://www.w3schools.com/xsl/xpath_intro.asp>`_
192+
* `W3Schools XPath Tutorial <https://www.w3schools.com/xml/xpath_intro.asp>`_
193193
* `W3C XPath Recommendation <http://www.w3.org/TR/xpath>`_
194194
* `XPath Tutorial
195195
<http://www.zvon.org/comp/r/tut-XPath_1.html>`_
@@ -199,9 +199,9 @@ There are also a couple of very useful Add-ons that can assist in
199199
discovering the XPath of an element:
200200

201201
* `XPath Checker
202-
<https://addons.mozilla.org/en-US/firefox/addon/1095?id=1095>`_ -
202+
<https://addons.mozilla.org/en-US/firefox/addon/xpath-checker/>`_ -
203203
suggests XPath and can be used to test XPath results.
204-
* `Firebug <https://addons.mozilla.org/en-US/firefox/addon/1843>`_ -
204+
* `Firebug <https://addons.mozilla.org/en-US/firefox/addon/firebug/>`_ -
205205
XPath suggestions are just one of the many powerful features of this
206206
very useful add-on.
207207
* `XPath Helper
@@ -295,5 +295,5 @@ The "p" element can be located like this::
295295

296296
content = driver.find_element_by_css_selector('p.content')
297297

298-
`Sauce Labs has good documentation <http://saucelabs.com/resources/selenium/css-selectors>`_
298+
`Sauce Labs has good documentation <https://saucelabs.com/resources/articles/selenium-tips-css-selectors>`_
299299
on CSS selectors.

0 commit comments

Comments
 (0)