| line | stmt | bran | cond | sub | pod | time | code | 
| 1 |  |  |  |  |  |  | package WWW::Selenium::Utils::Actions; | 
| 2 | 3 |  |  | 3 |  | 28600 | use strict; | 
|  | 3 |  |  |  |  | 5 |  | 
|  | 3 |  |  |  |  | 85 |  | 
| 3 | 3 |  |  | 3 |  | 15 | use warnings; | 
|  | 3 |  |  |  |  | 5 |  | 
|  | 3 |  |  |  |  | 97 |  | 
| 4 | 3 |  |  | 3 |  | 14 | use base 'Exporter'; | 
|  | 3 |  |  |  |  | 6 |  | 
|  | 3 |  |  |  |  | 496 |  | 
| 5 |  |  |  |  |  |  | our @EXPORT_OK = qw(%selenium_actions); | 
| 6 |  |  |  |  |  |  |  | 
| 7 |  |  |  |  |  |  | # Do not edit this file - it is auto-generated from the Selenium sources | 
| 8 |  |  |  |  |  |  |  | 
| 9 |  |  |  |  |  |  | # key is function name (without assert/verify) | 
| 10 |  |  |  |  |  |  | # value is number of arguments | 
| 11 |  |  |  |  |  |  | our %selenium_actions = ( | 
| 12 |  |  |  |  |  |  | modaldialogtest => 1, | 
| 13 |  |  |  |  |  |  | click => 1, | 
| 14 |  |  |  |  |  |  | type => 2, | 
| 15 |  |  |  |  |  |  | select => 2, | 
| 16 |  |  |  |  |  |  | open => 1, | 
| 17 |  |  |  |  |  |  | selectwindow => 1, | 
| 18 |  |  |  |  |  |  | choosecancelonnextconfirmation => 0, | 
| 19 |  |  |  |  |  |  | answeronnextprompt => 1, | 
| 20 |  |  |  |  |  |  | goback => 0, | 
| 21 |  |  |  |  |  |  | close => 0, | 
| 22 |  |  |  |  |  |  | fireevent => 2, | 
| 23 |  |  |  |  |  |  | context => 1, | 
| 24 |  |  |  |  |  |  | storevalue => 2, | 
| 25 |  |  |  |  |  |  | storetext => 2, | 
| 26 |  |  |  |  |  |  | storeattribute => 2, | 
| 27 |  |  |  |  |  |  | store => 2, | 
| 28 |  |  |  |  |  |  | ); | 
| 29 |  |  |  |  |  |  | 1; |