Skip to content

Commit 3fa59b0

Browse files
committed
stylizing method for better clarity.
1 parent dd04ed2 commit 3fa59b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/targets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ for the locator starting at the root of the DOM::
9898
web_element = driver.find_element(*USERNAME_FIELD)
9999

100100
But, selenium also has the ability to search starting from a found WebElement;
101-
:ref:`Target`:: can do the same by utilizing the method `inside`::
101+
:ref:`Target`:: can do the same by utilizing the method ``Target.inside()``::
102102

103103
# These are equivalent
104104

0 commit comments

Comments
 (0)