Skip to content

Commit

Permalink
Merge pull request #40 from Lazar-T/master
Browse files Browse the repository at this point in the history
Update navigating.rst
  • Loading branch information
baijum committed Mar 12, 2015
2 parents 11dbd17 + 700d3b5 commit dbab84f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/navigating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Popup dialogs
~~~~~~~~~~~~~

Selenium WebDriver has built-in support for handling popup dialog
boxes. After you've triggerd and action that would open a popup, you
boxes. After you've triggerd action that would open a popup, you
can access the alert with the following::

alert = driver.switch_to_alert()
Expand Down
4 changes: 2 additions & 2 deletions source/page-objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Page Objects
.. note::

Code in this chapter works and is quite self-descriptive, but a
little description wouldn't hurt. If anyone interested, please
send pull request in `Github
little description wouldn't hurt. If anyone is interested, please
send pull request on `Github
<https://github.com/baijum/selenium-python>`_. Here is an example
implementation of the page objects pattern:
https://github.com/baijum/pitracker/tree/master/test/acceptance
Expand Down
2 changes: 1 addition & 1 deletion source/waits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ExpectedCondition types.

**Expected Conditions**

There are some common conditions that are frequently come across when
There are some common conditions that are frequent when
automating web browsers. Listed below are Implementations of
each. Selenium Python binding provides some convienence methods so you
don't have to code an expected_condition class yourself or create your
Expand Down

0 comments on commit dbab84f

Please sign in to comment.