Skip to content

Commit

Permalink
Merge pull request #367 from frodopwns/patch-3
Browse files Browse the repository at this point in the history
Update to indicate that get_iframe() can be used with other attributes..
  • Loading branch information
andrewsmedina committed Jan 19, 2015
2 parents 86e0666 + 4bc02c9 commit e68b459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/iframes-and-alerts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Frames, alerts and prompts
Using iframes
-------------

You can use the ``get_iframe`` method and the ``with`` statement to interact with iframes.
You can use the ``get_iframe`` method and the ``with`` statement to interact with iframes. You can pass the iframe's name, id, or index to ``get_iframe``.

.. highlight:: python

Expand Down

0 comments on commit e68b459

Please sign in to comment.