Skip to content

Commit

Permalink
LukeIS: adding info about 'page load' that can be set on timeouts wir…
Browse files Browse the repository at this point in the history
…e command

r16384
  • Loading branch information
lukeis committed Mar 26, 2012
1 parent 4d0a8f7 commit e2f1407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,8 @@ def main():
client.''').
AddJsonParameter('type', '{string}',
'The type of operation to set the timeout for. Valid \
values are: "script" for script timeouts and "implicit" for modifying the \
implicit wait timeout.').
values are: "script" for script timeouts, "implicit" for modifying the \
implicit wait timeout and "page load" for setting a page load timeout.').
AddJsonParameter('ms', '{number}',
'The amount of time, in milliseconds, that time-limited'
' commands are permitted to run.'))
Expand Down

0 comments on commit e2f1407

Please sign in to comment.