Skip to content

Commit

Permalink
#841 - docs typo in example for present() function
Browse files Browse the repository at this point in the history
  • Loading branch information
kensoh authored Nov 28, 2020
1 parent 3c668b5 commit f653414
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -821,10 +821,8 @@ present()

.. code-block:: none
read name_element to name
read price_element to price
read details_element to details
write csv_row([name, price, details]) to product_list.csv
if present('//table')
click button1
mouse_xy()
Expand Down

0 comments on commit f653414

Please sign in to comment.