Skip to content

Commit

Permalink
Update constructor documentation about ua option
Browse files Browse the repository at this point in the history
  • Loading branch information
gempesaw committed Apr 19, 2014
1 parent 44dfdbf commit 31f00d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Selenium/Remote/Driver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ available here.
'auto_close' - <boolean> - whether driver should end session on remote server on close.
'default_finder' - <string> - choose default finder used for find_element* {class|class_name|css|id|link|link_text|name|partial_link_text|tag_name|xpath}
'webelement_class' - <string> - sub-class of Selenium::Remote::WebElement if you wish to use an alternate WebElement class.
'ua' - LWP::UserAgent instance - if you wish to use a specific $ua, like from Test::LWP::UserAgent
If no values are provided, then these defaults will be assumed:
Expand Down

0 comments on commit 31f00d1

Please sign in to comment.