File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ The "Clear" button element can be located like this::
189
189
These examples cover some basics, but in order to learn more, the
190
190
following references are recommended:
191
191
192
- * `W3Schools XPath Tutorial <http ://www.w3schools.com/xsl /xpath_intro.asp >`_
192
+ * `W3Schools XPath Tutorial <https ://www.w3schools.com/xml /xpath_intro.asp >`_
193
193
* `W3C XPath Recommendation <http://www.w3.org/TR/xpath >`_
194
194
* `XPath Tutorial
195
195
<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
199
199
discovering the XPath of an element:
200
200
201
201
* `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/ > `_ -
203
203
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/ >`_ -
205
205
XPath suggestions are just one of the many powerful features of this
206
206
very useful add-on.
207
207
* `XPath Helper
@@ -295,5 +295,5 @@ The "p" element can be located like this::
295
295
296
296
content = driver.find_element_by_css_selector('p.content')
297
297
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 >`_
299
299
on CSS selectors.
You can’t perform that action at this time.
0 commit comments