Skip to content

Commit 2ecf366

Browse files
committed
Fixed typo
1 parent 39fff43 commit 2ecf366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SeleniumLibrary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class SeleniumLibrary(DynamicCore):
177177
If the locator starts with ``//`` or multiple opening parenthesis in front
178178
of the ``//``, the locator is considered to be an XPath expression. In other
179179
words, using ``//div`` is equivalent to using explicit ``xpath://div`` and
180-
``((//div))`` is equivalent to using explicit ``((xpath://div))``
180+
``((//div))`` is equivalent to using explicit ``xpath:((//div))``
181181
182182
Examples:
183183

utest/test/api/approved_files/PluginDocumentation.test_many_plugins.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Examples:
120120
If the locator starts with ``//`` or multiple opening parenthesis in front
121121
of the ``//``, the locator is considered to be an XPath expression. In other
122122
words, using ``//div`` is equivalent to using explicit ``xpath://div`` and
123-
``((//div))`` is equivalent to using explicit ``((xpath://div))``
123+
``((//div))`` is equivalent to using explicit ``xpath:((//div))``
124124

125125
Examples:
126126

0 commit comments

Comments
 (0)