PHPUnit Selenium Docs
SeleniumTestCaseDoc.php
Go to the documentation of this file.
1 <?php
2 
19 {
20  private $dummy; //variables doc_* only for separate phpDoc by section (and for links)
21 
83 
98 
117 
162 
187  public function addLocationStrategy($strategyName, $functionDefinition)
188  {
189  $this->_callParentMethod(__METHOD__, func_get_args());
190  }
191 
220  public function addLocationStrategyAndWait($strategyName, $functionDefinition)
221  {
222  $this->_callParentMethod(__METHOD__, func_get_args());
223  }
224 
240  public function addScript($scriptContent, $scriptTagId)
241  {
242  $this->_callParentMethod(__METHOD__, func_get_args());
243  }
244 
264  public function addScriptAndWait($scriptContent, $scriptTagId)
265  {
266  $this->_callParentMethod(__METHOD__, func_get_args());
267  }
268 
282  public function addSelection($locator, $optionLocator)
283  {
284  $this->_callParentMethod(__METHOD__, func_get_args());
285  }
286 
304  public function addSelectionAndWait($locator, $optionLocator)
305  {
306  $this->_callParentMethod(__METHOD__, func_get_args());
307  }
308 
323  public function allowNativeXpath($allow)
324  {
325  $this->_callParentMethod(__METHOD__, func_get_args());
326  }
327 
346  public function allowNativeXpathAndWait($allow)
347  {
348  $this->_callParentMethod(__METHOD__, func_get_args());
349  }
350 
358  public function altKeyDown()
359  {
360  $this->_callParentMethod(__METHOD__, func_get_args());
361  }
362 
374  public function altKeyDownAndWait()
375  {
376  $this->_callParentMethod(__METHOD__, func_get_args());
377  }
378 
386  public function altKeyUp()
387  {
388  $this->_callParentMethod(__METHOD__, func_get_args());
389  }
390 
402  public function altKeyUpAndWait()
403  {
404  $this->_callParentMethod(__METHOD__, func_get_args());
405  }
406 
415  public function answerOnNextPrompt($answer)
416  {
417  $this->_callParentMethod(__METHOD__, func_get_args());
418  }
419 
454  public function assertAlert($pattern)
455  {
456  $this->_callParentMethod(__METHOD__, func_get_args());
457  }
458 
493  public function assertNotAlert($pattern)
494  {
495  $this->_callParentMethod(__METHOD__, func_get_args());
496  }
497 
520  public function getAlert()
521  {
522  $this->_callParentMethod(__METHOD__, func_get_args());
523  }
524 
554  public function storeAlert($variableName)
555  {
556  $this->_callParentMethod(__METHOD__, func_get_args());
557  }
558 
593  public function verifyAlert($pattern)
594  {
595  $this->_callParentMethod(__METHOD__, func_get_args());
596  }
597 
632  public function verifyNotAlert($pattern)
633  {
634  $this->_callParentMethod(__METHOD__, func_get_args());
635  }
636 
672  public function waitForAlert($pattern)
673  {
674  $this->_callParentMethod(__METHOD__, func_get_args());
675  }
676 
712  public function waitForNotAlert($pattern)
713  {
714  $this->_callParentMethod(__METHOD__, func_get_args());
715  }
716 
741  public function assertAlertNotPresent()
742  {
743  $this->_callParentMethod(__METHOD__, func_get_args());
744  }
745 
770  public function assertAlertPresent()
771  {
772  $this->_callParentMethod(__METHOD__, func_get_args());
773  }
774 
790  public function isAlertPresent()
791  {
792  $this->_callParentMethod(__METHOD__, func_get_args());
793  }
794 
817  public function storeAlertPresent($variableName)
818  {
819  $this->_callParentMethod(__METHOD__, func_get_args());
820  }
821 
846  public function verifyAlertNotPresent()
847  {
848  $this->_callParentMethod(__METHOD__, func_get_args());
849  }
850 
875  public function verifyAlertPresent()
876  {
877  $this->_callParentMethod(__METHOD__, func_get_args());
878  }
879 
905  public function waitForAlertNotPresent()
906  {
907  $this->_callParentMethod(__METHOD__, func_get_args());
908  }
909 
935  public function waitForAlertPresent()
936  {
937  $this->_callParentMethod(__METHOD__, func_get_args());
938  }
939 
967  public function assertAllButtons($pattern)
968  {
969  $this->_callParentMethod(__METHOD__, func_get_args());
970  }
971 
999  public function assertNotAllButtons($pattern)
1000  {
1001  $this->_callParentMethod(__METHOD__, func_get_args());
1002  }
1003 
1019  public function getAllButtons()
1020  {
1021  $this->_callParentMethod(__METHOD__, func_get_args());
1022  }
1023 
1046  public function storeAllButtons($variableName)
1047  {
1048  $this->_callParentMethod(__METHOD__, func_get_args());
1049  }
1050 
1078  public function verifyAllButtons($pattern)
1079  {
1080  $this->_callParentMethod(__METHOD__, func_get_args());
1081  }
1082 
1110  public function verifyNotAllButtons($pattern)
1111  {
1112  $this->_callParentMethod(__METHOD__, func_get_args());
1113  }
1114 
1143  public function waitForAllButtons($pattern)
1144  {
1145  $this->_callParentMethod(__METHOD__, func_get_args());
1146  }
1147 
1176  public function waitForNotAllButtons($pattern)
1177  {
1178  $this->_callParentMethod(__METHOD__, func_get_args());
1179  }
1180 
1208  public function assertAllFields($pattern)
1209  {
1210  $this->_callParentMethod(__METHOD__, func_get_args());
1211  }
1212 
1240  public function assertNotAllFields($pattern)
1241  {
1242  $this->_callParentMethod(__METHOD__, func_get_args());
1243  }
1244 
1260  public function getAllFields()
1261  {
1262  $this->_callParentMethod(__METHOD__, func_get_args());
1263  }
1264 
1287  public function storeAllFields($variableName)
1288  {
1289  $this->_callParentMethod(__METHOD__, func_get_args());
1290  }
1291 
1319  public function verifyAllFields($pattern)
1320  {
1321  $this->_callParentMethod(__METHOD__, func_get_args());
1322  }
1323 
1351  public function verifyNotAllFields($pattern)
1352  {
1353  $this->_callParentMethod(__METHOD__, func_get_args());
1354  }
1355 
1384  public function waitForAllFields($pattern)
1385  {
1386  $this->_callParentMethod(__METHOD__, func_get_args());
1387  }
1388 
1417  public function waitForNotAllFields($pattern)
1418  {
1419  $this->_callParentMethod(__METHOD__, func_get_args());
1420  }
1421 
1449  public function assertAllLinks($pattern)
1450  {
1451  $this->_callParentMethod(__METHOD__, func_get_args());
1452  }
1453 
1481  public function assertNotAllLinks($pattern)
1482  {
1483  $this->_callParentMethod(__METHOD__, func_get_args());
1484  }
1485 
1501  public function getAllLinks()
1502  {
1503  $this->_callParentMethod(__METHOD__, func_get_args());
1504  }
1505 
1528  public function storeAllLinks($variableName)
1529  {
1530  $this->_callParentMethod(__METHOD__, func_get_args());
1531  }
1532 
1560  public function verifyAllLinks($pattern)
1561  {
1562  $this->_callParentMethod(__METHOD__, func_get_args());
1563  }
1564 
1592  public function verifyNotAllLinks($pattern)
1593  {
1594  $this->_callParentMethod(__METHOD__, func_get_args());
1595  }
1596 
1625  public function waitForAllLinks($pattern)
1626  {
1627  $this->_callParentMethod(__METHOD__, func_get_args());
1628  }
1629 
1658  public function waitForNotAllLinks($pattern)
1659  {
1660  $this->_callParentMethod(__METHOD__, func_get_args());
1661  }
1662 
1688  public function assertAllWindowIds($pattern)
1689  {
1690  $this->_callParentMethod(__METHOD__, func_get_args());
1691  }
1692 
1718  public function assertNotAllWindowIds($pattern)
1719  {
1720  $this->_callParentMethod(__METHOD__, func_get_args());
1721  }
1722 
1736  public function getAllWindowIds()
1737  {
1738  $this->_callParentMethod(__METHOD__, func_get_args());
1739  }
1740 
1762  public function storeAllWindowIds($variableName)
1763  {
1764  $this->_callParentMethod(__METHOD__, func_get_args());
1765  }
1766 
1792  public function verifyAllWindowIds($pattern)
1793  {
1794  $this->_callParentMethod(__METHOD__, func_get_args());
1795  }
1796 
1822  public function verifyNotAllWindowIds($pattern)
1823  {
1824  $this->_callParentMethod(__METHOD__, func_get_args());
1825  }
1826 
1853  public function waitForAllWindowIds($pattern)
1854  {
1855  $this->_callParentMethod(__METHOD__, func_get_args());
1856  }
1857 
1884  public function waitForNotAllWindowIds($pattern)
1885  {
1886  $this->_callParentMethod(__METHOD__, func_get_args());
1887  }
1888 
1914  public function assertAllWindowNames($pattern)
1915  {
1916  $this->_callParentMethod(__METHOD__, func_get_args());
1917  }
1918 
1944  public function assertNotAllWindowNames($pattern)
1945  {
1946  $this->_callParentMethod(__METHOD__, func_get_args());
1947  }
1948 
1962  public function getAllWindowNames()
1963  {
1964  $this->_callParentMethod(__METHOD__, func_get_args());
1965  }
1966 
1988  public function storeAllWindowNames($variableName)
1989  {
1990  $this->_callParentMethod(__METHOD__, func_get_args());
1991  }
1992 
2018  public function verifyAllWindowNames($pattern)
2019  {
2020  $this->_callParentMethod(__METHOD__, func_get_args());
2021  }
2022 
2048  public function verifyNotAllWindowNames($pattern)
2049  {
2050  $this->_callParentMethod(__METHOD__, func_get_args());
2051  }
2052 
2079  public function waitForAllWindowNames($pattern)
2080  {
2081  $this->_callParentMethod(__METHOD__, func_get_args());
2082  }
2083 
2110  public function waitForNotAllWindowNames($pattern)
2111  {
2112  $this->_callParentMethod(__METHOD__, func_get_args());
2113  }
2114 
2140  public function assertAllWindowTitles($pattern)
2141  {
2142  $this->_callParentMethod(__METHOD__, func_get_args());
2143  }
2144 
2170  public function assertNotAllWindowTitles($pattern)
2171  {
2172  $this->_callParentMethod(__METHOD__, func_get_args());
2173  }
2174 
2188  public function getAllWindowTitles()
2189  {
2190  $this->_callParentMethod(__METHOD__, func_get_args());
2191  }
2192 
2214  public function storeAllWindowTitles($variableName)
2215  {
2216  $this->_callParentMethod(__METHOD__, func_get_args());
2217  }
2218 
2244  public function verifyAllWindowTitles($pattern)
2245  {
2246  $this->_callParentMethod(__METHOD__, func_get_args());
2247  }
2248 
2274  public function verifyNotAllWindowTitles($pattern)
2275  {
2276  $this->_callParentMethod(__METHOD__, func_get_args());
2277  }
2278 
2305  public function waitForAllWindowTitles($pattern)
2306  {
2307  $this->_callParentMethod(__METHOD__, func_get_args());
2308  }
2309 
2336  public function waitForNotAllWindowTitles($pattern)
2337  {
2338  $this->_callParentMethod(__METHOD__, func_get_args());
2339  }
2340 
2370  public function assertAttribute($attributeLocator, $pattern)
2371  {
2372  $this->_callParentMethod(__METHOD__, func_get_args());
2373  }
2374 
2404  public function assertNotAttribute($attributeLocator, $pattern)
2405  {
2406  $this->_callParentMethod(__METHOD__, func_get_args());
2407  }
2408 
2427  public function getAttribute($attributeLocator)
2428  {
2429  $this->_callParentMethod(__METHOD__, func_get_args());
2430  }
2431 
2456  public function storeAttribute($attributeLocator, $variableName)
2457  {
2458  $this->_callParentMethod(__METHOD__, func_get_args());
2459  }
2460 
2490  public function verifyAttribute($attributeLocator, $pattern)
2491  {
2492  $this->_callParentMethod(__METHOD__, func_get_args());
2493  }
2494 
2524  public function verifyNotAttribute($attributeLocator, $pattern)
2525  {
2526  $this->_callParentMethod(__METHOD__, func_get_args());
2527  }
2528 
2559  public function waitForAttribute($attributeLocator, $pattern)
2560  {
2561  $this->_callParentMethod(__METHOD__, func_get_args());
2562  }
2563 
2594  public function waitForNotAttribute($attributeLocator, $pattern)
2595  {
2596  $this->_callParentMethod(__METHOD__, func_get_args());
2597  }
2598 
2626  public function assertAttributeFromAllWindows($attributeName, $pattern)
2627  {
2628  $this->_callParentMethod(__METHOD__, func_get_args());
2629  }
2630 
2658  public function assertNotAttributeFromAllWindows($attributeName, $pattern)
2659  {
2660  $this->_callParentMethod(__METHOD__, func_get_args());
2661  }
2662 
2679  public function getAttributeFromAllWindows($attributeName)
2680  {
2681  $this->_callParentMethod(__METHOD__, func_get_args());
2682  }
2683 
2706  public function storeAttributeFromAllWindows($attributeName, $variableName)
2707  {
2708  $this->_callParentMethod(__METHOD__, func_get_args());
2709  }
2710 
2738  public function verifyAttributeFromAllWindows($attributeName, $pattern)
2739  {
2740  $this->_callParentMethod(__METHOD__, func_get_args());
2741  }
2742 
2770  public function verifyNotAttributeFromAllWindows($attributeName, $pattern)
2771  {
2772  $this->_callParentMethod(__METHOD__, func_get_args());
2773  }
2774 
2803  public function waitForAttributeFromAllWindows($attributeName, $pattern)
2804  {
2805  $this->_callParentMethod(__METHOD__, func_get_args());
2806  }
2807 
2836  public function waitForNotAttributeFromAllWindows($attributeName, $pattern)
2837  {
2838  $this->_callParentMethod(__METHOD__, func_get_args());
2839  }
2840 
2866  public function assertBodyText($pattern)
2867  {
2868  $this->_callParentMethod(__METHOD__, func_get_args());
2869  }
2870 
2896  public function assertNotBodyText($pattern)
2897  {
2898  $this->_callParentMethod(__METHOD__, func_get_args());
2899  }
2900 
2914  public function getBodyText()
2915  {
2916  $this->_callParentMethod(__METHOD__, func_get_args());
2917  }
2918 
2939  public function storeBodyText($variableName)
2940  {
2941  $this->_callParentMethod(__METHOD__, func_get_args());
2942  }
2943 
2969  public function verifyBodyText($pattern)
2970  {
2971  $this->_callParentMethod(__METHOD__, func_get_args());
2972  }
2973 
2999  public function verifyNotBodyText($pattern)
3000  {
3001  $this->_callParentMethod(__METHOD__, func_get_args());
3002  }
3003 
3030  public function waitForBodyText($pattern)
3031  {
3032  $this->_callParentMethod(__METHOD__, func_get_args());
3033  }
3034 
3061  public function waitForNotBodyText($pattern)
3062  {
3063  $this->_callParentMethod(__METHOD__, func_get_args());
3064  }
3065 
3093  public function assertChecked($locator)
3094  {
3095  $this->_callParentMethod(__METHOD__, func_get_args());
3096  }
3097 
3125  public function assertNotChecked($locator)
3126  {
3127  $this->_callParentMethod(__METHOD__, func_get_args());
3128  }
3129 
3148  public function isChecked($locator)
3149  {
3150  $this->_callParentMethod(__METHOD__, func_get_args());
3151  }
3152 
3177  public function storeChecked($locator, $variableName)
3178  {
3179  $this->_callParentMethod(__METHOD__, func_get_args());
3180  }
3181 
3209  public function verifyChecked($locator)
3210  {
3211  $this->_callParentMethod(__METHOD__, func_get_args());
3212  }
3213 
3241  public function verifyNotChecked($locator)
3242  {
3243  $this->_callParentMethod(__METHOD__, func_get_args());
3244  }
3245 
3274  public function waitForChecked($locator)
3275  {
3276  $this->_callParentMethod(__METHOD__, func_get_args());
3277  }
3278 
3307  public function waitForNotChecked($locator)
3308  {
3309  $this->_callParentMethod(__METHOD__, func_get_args());
3310  }
3311 
3349  public function assertConfirmation($pattern)
3350  {
3351  $this->_callParentMethod(__METHOD__, func_get_args());
3352  }
3353 
3391  public function assertNotConfirmation($pattern)
3392  {
3393  $this->_callParentMethod(__METHOD__, func_get_args());
3394  }
3395 
3421  public function getConfirmation()
3422  {
3423  $this->_callParentMethod(__METHOD__, func_get_args());
3424  }
3425 
3459  public function storeConfirmation($variableName)
3460  {
3461  $this->_callParentMethod(__METHOD__, func_get_args());
3462  }
3463 
3501  public function verifyConfirmation($pattern)
3502  {
3503  $this->_callParentMethod(__METHOD__, func_get_args());
3504  }
3505 
3543  public function verifyNotConfirmation($pattern)
3544  {
3545  $this->_callParentMethod(__METHOD__, func_get_args());
3546  }
3547 
3586  public function waitForConfirmation($pattern)
3587  {
3588  $this->_callParentMethod(__METHOD__, func_get_args());
3589  }
3590 
3629  public function waitForNotConfirmation($pattern)
3630  {
3631  $this->_callParentMethod(__METHOD__, func_get_args());
3632  }
3633 
3659  {
3660  $this->_callParentMethod(__METHOD__, func_get_args());
3661  }
3662 
3687  public function assertConfirmationPresent()
3688  {
3689  $this->_callParentMethod(__METHOD__, func_get_args());
3690  }
3691 
3707  public function isConfirmationPresent()
3708  {
3709  $this->_callParentMethod(__METHOD__, func_get_args());
3710  }
3711 
3734  public function storeConfirmationPresent($variableName)
3735  {
3736  $this->_callParentMethod(__METHOD__, func_get_args());
3737  }
3738 
3764  {
3765  $this->_callParentMethod(__METHOD__, func_get_args());
3766  }
3767 
3792  public function verifyConfirmationPresent()
3793  {
3794  $this->_callParentMethod(__METHOD__, func_get_args());
3795  }
3796 
3823  {
3824  $this->_callParentMethod(__METHOD__, func_get_args());
3825  }
3826 
3852  public function waitForConfirmationPresent()
3853  {
3854  $this->_callParentMethod(__METHOD__, func_get_args());
3855  }
3856 
3882  public function assertCookie($pattern)
3883  {
3884  $this->_callParentMethod(__METHOD__, func_get_args());
3885  }
3886 
3912  public function assertNotCookie($pattern)
3913  {
3914  $this->_callParentMethod(__METHOD__, func_get_args());
3915  }
3916 
3930  public function getCookie()
3931  {
3932  $this->_callParentMethod(__METHOD__, func_get_args());
3933  }
3934 
3955  public function storeCookie($variableName)
3956  {
3957  $this->_callParentMethod(__METHOD__, func_get_args());
3958  }
3959 
3985  public function verifyCookie($pattern)
3986  {
3987  $this->_callParentMethod(__METHOD__, func_get_args());
3988  }
3989 
4015  public function verifyNotCookie($pattern)
4016  {
4017  $this->_callParentMethod(__METHOD__, func_get_args());
4018  }
4019 
4046  public function waitForCookie($pattern)
4047  {
4048  $this->_callParentMethod(__METHOD__, func_get_args());
4049  }
4050 
4077  public function waitForNotCookie($pattern)
4078  {
4079  $this->_callParentMethod(__METHOD__, func_get_args());
4080  }
4081 
4109  public function assertCookieByName($name, $pattern)
4110  {
4111  $this->_callParentMethod(__METHOD__, func_get_args());
4112  }
4113 
4141  public function assertNotCookieByName($name, $pattern)
4142  {
4143  $this->_callParentMethod(__METHOD__, func_get_args());
4144  }
4145 
4161  public function getCookieByName($name)
4162  {
4163  $this->_callParentMethod(__METHOD__, func_get_args());
4164  }
4165 
4187  public function storeCookieByName($name, $variableName)
4188  {
4189  $this->_callParentMethod(__METHOD__, func_get_args());
4190  }
4191 
4219  public function verifyCookieByName($name, $pattern)
4220  {
4221  $this->_callParentMethod(__METHOD__, func_get_args());
4222  }
4223 
4251  public function verifyNotCookieByName($name, $pattern)
4252  {
4253  $this->_callParentMethod(__METHOD__, func_get_args());
4254  }
4255 
4284  public function waitForCookieByName($name, $pattern)
4285  {
4286  $this->_callParentMethod(__METHOD__, func_get_args());
4287  }
4288 
4317  public function waitForNotCookieByName($name, $pattern)
4318  {
4319  $this->_callParentMethod(__METHOD__, func_get_args());
4320  }
4321 
4346  public function assertCookieNotPresent($name)
4347  {
4348  $this->_callParentMethod(__METHOD__, func_get_args());
4349  }
4350 
4375  public function assertCookiePresent($name)
4376  {
4377  $this->_callParentMethod(__METHOD__, func_get_args());
4378  }
4379 
4395  public function isCookiePresent($name)
4396  {
4397  $this->_callParentMethod(__METHOD__, func_get_args());
4398  }
4399 
4422  public function storeCookiePresent($name, $variableName)
4423  {
4424  $this->_callParentMethod(__METHOD__, func_get_args());
4425  }
4426 
4451  public function verifyCookieNotPresent($name)
4452  {
4453  $this->_callParentMethod(__METHOD__, func_get_args());
4454  }
4455 
4480  public function verifyCookiePresent($name)
4481  {
4482  $this->_callParentMethod(__METHOD__, func_get_args());
4483  }
4484 
4510  public function waitForCookieNotPresent($name)
4511  {
4512  $this->_callParentMethod(__METHOD__, func_get_args());
4513  }
4514 
4540  public function waitForCookiePresent($name)
4541  {
4542  $this->_callParentMethod(__METHOD__, func_get_args());
4543  }
4544 
4578  public function assertCursorPosition($locator, $pattern)
4579  {
4580  $this->_callParentMethod(__METHOD__, func_get_args());
4581  }
4582 
4616  public function assertNotCursorPosition($locator, $pattern)
4617  {
4618  $this->_callParentMethod(__METHOD__, func_get_args());
4619  }
4620 
4643  public function getCursorPosition($locator)
4644  {
4645  $this->_callParentMethod(__METHOD__, func_get_args());
4646  }
4647 
4676  public function storeCursorPosition($locator, $variableName)
4677  {
4678  $this->_callParentMethod(__METHOD__, func_get_args());
4679  }
4680 
4714  public function verifyCursorPosition($locator, $pattern)
4715  {
4716  $this->_callParentMethod(__METHOD__, func_get_args());
4717  }
4718 
4752  public function verifyNotCursorPosition($locator, $pattern)
4753  {
4754  $this->_callParentMethod(__METHOD__, func_get_args());
4755  }
4756 
4791  public function waitForCursorPosition($locator, $pattern)
4792  {
4793  $this->_callParentMethod(__METHOD__, func_get_args());
4794  }
4795 
4830  public function waitForNotCursorPosition($locator, $pattern)
4831  {
4832  $this->_callParentMethod(__METHOD__, func_get_args());
4833  }
4834 
4862  public function assertEditable($locator)
4863  {
4864  $this->_callParentMethod(__METHOD__, func_get_args());
4865  }
4866 
4894  public function assertNotEditable($locator)
4895  {
4896  $this->_callParentMethod(__METHOD__, func_get_args());
4897  }
4898 
4917  public function isEditable($locator)
4918  {
4919  $this->_callParentMethod(__METHOD__, func_get_args());
4920  }
4921 
4947  public function storeEditable($locator, $variableName)
4948  {
4949  $this->_callParentMethod(__METHOD__, func_get_args());
4950  }
4951 
4979  public function verifyEditable($locator)
4980  {
4981  $this->_callParentMethod(__METHOD__, func_get_args());
4982  }
4983 
5011  public function verifyNotEditable($locator)
5012  {
5013  $this->_callParentMethod(__METHOD__, func_get_args());
5014  }
5015 
5044  public function waitForEditable($locator)
5045  {
5046  $this->_callParentMethod(__METHOD__, func_get_args());
5047  }
5048 
5077  public function waitForNotEditable($locator)
5078  {
5079  $this->_callParentMethod(__METHOD__, func_get_args());
5080  }
5081 
5109  public function assertElementHeight($locator, $pattern)
5110  {
5111  $this->_callParentMethod(__METHOD__, func_get_args());
5112  }
5113 
5141  public function assertNotElementHeight($locator, $pattern)
5142  {
5143  $this->_callParentMethod(__METHOD__, func_get_args());
5144  }
5145 
5162  public function getElementHeight($locator)
5163  {
5164  $this->_callParentMethod(__METHOD__, func_get_args());
5165  }
5166 
5189  public function storeElementHeight($locator, $variableName)
5190  {
5191  $this->_callParentMethod(__METHOD__, func_get_args());
5192  }
5193 
5221  public function verifyElementHeight($locator, $pattern)
5222  {
5223  $this->_callParentMethod(__METHOD__, func_get_args());
5224  }
5225 
5253  public function verifyNotElementHeight($locator, $pattern)
5254  {
5255  $this->_callParentMethod(__METHOD__, func_get_args());
5256  }
5257 
5286  public function waitForElementHeight($locator, $pattern)
5287  {
5288  $this->_callParentMethod(__METHOD__, func_get_args());
5289  }
5290 
5319  public function waitForNotElementHeight($locator, $pattern)
5320  {
5321  $this->_callParentMethod(__METHOD__, func_get_args());
5322  }
5323 
5353  public function assertElementIndex($locator, $pattern)
5354  {
5355  $this->_callParentMethod(__METHOD__, func_get_args());
5356  }
5357 
5387  public function assertNotElementIndex($locator, $pattern)
5388  {
5389  $this->_callParentMethod(__METHOD__, func_get_args());
5390  }
5391 
5410  public function getElementIndex($locator)
5411  {
5412  $this->_callParentMethod(__METHOD__, func_get_args());
5413  }
5414 
5440  public function storeElementIndex($locator, $variableName)
5441  {
5442  $this->_callParentMethod(__METHOD__, func_get_args());
5443  }
5444 
5474  public function verifyElementIndex($locator, $pattern)
5475  {
5476  $this->_callParentMethod(__METHOD__, func_get_args());
5477  }
5478 
5508  public function verifyNotElementIndex($locator, $pattern)
5509  {
5510  $this->_callParentMethod(__METHOD__, func_get_args());
5511  }
5512 
5543  public function waitForElementIndex($locator, $pattern)
5544  {
5545  $this->_callParentMethod(__METHOD__, func_get_args());
5546  }
5547 
5578  public function waitForNotElementIndex($locator, $pattern)
5579  {
5580  $this->_callParentMethod(__METHOD__, func_get_args());
5581  }
5582 
5608  public function assertElementNotPresent($locator)
5609  {
5610  $this->_callParentMethod(__METHOD__, func_get_args());
5611  }
5612 
5638  public function assertElementPresent($locator)
5639  {
5640  $this->_callParentMethod(__METHOD__, func_get_args());
5641  }
5642 
5659  public function isElementPresent($locator)
5660  {
5661  $this->_callParentMethod(__METHOD__, func_get_args());
5662  }
5663 
5686  public function storeElementPresent($locator, $variableName)
5687  {
5688  $this->_callParentMethod(__METHOD__, func_get_args());
5689  }
5690 
5716  public function verifyElementNotPresent($locator)
5717  {
5718  $this->_callParentMethod(__METHOD__, func_get_args());
5719  }
5720 
5746  public function verifyElementPresent($locator)
5747  {
5748  $this->_callParentMethod(__METHOD__, func_get_args());
5749  }
5750 
5777  public function waitForElementNotPresent($locator)
5778  {
5779  $this->_callParentMethod(__METHOD__, func_get_args());
5780  }
5781 
5808  public function waitForElementPresent($locator)
5809  {
5810  $this->_callParentMethod(__METHOD__, func_get_args());
5811  }
5812 
5840  public function assertElementPositionLeft($locator, $pattern)
5841  {
5842  $this->_callParentMethod(__METHOD__, func_get_args());
5843  }
5844 
5872  public function assertNotElementPositionLeft($locator, $pattern)
5873  {
5874  $this->_callParentMethod(__METHOD__, func_get_args());
5875  }
5876 
5893  public function getElementPositionLeft($locator)
5894  {
5895  $this->_callParentMethod(__METHOD__, func_get_args());
5896  }
5897 
5920  public function storeElementPositionLeft($locator, $variableName)
5921  {
5922  $this->_callParentMethod(__METHOD__, func_get_args());
5923  }
5924 
5952  public function verifyElementPositionLeft($locator, $pattern)
5953  {
5954  $this->_callParentMethod(__METHOD__, func_get_args());
5955  }
5956 
5984  public function verifyNotElementPositionLeft($locator, $pattern)
5985  {
5986  $this->_callParentMethod(__METHOD__, func_get_args());
5987  }
5988 
6017  public function waitForElementPositionLeft($locator, $pattern)
6018  {
6019  $this->_callParentMethod(__METHOD__, func_get_args());
6020  }
6021 
6050  public function waitForNotElementPositionLeft($locator, $pattern)
6051  {
6052  $this->_callParentMethod(__METHOD__, func_get_args());
6053  }
6054 
6082  public function assertElementPositionTop($locator, $pattern)
6083  {
6084  $this->_callParentMethod(__METHOD__, func_get_args());
6085  }
6086 
6114  public function assertNotElementPositionTop($locator, $pattern)
6115  {
6116  $this->_callParentMethod(__METHOD__, func_get_args());
6117  }
6118 
6135  public function getElementPositionTop($locator)
6136  {
6137  $this->_callParentMethod(__METHOD__, func_get_args());
6138  }
6139 
6162  public function storeElementPositionTop($locator, $variableName)
6163  {
6164  $this->_callParentMethod(__METHOD__, func_get_args());
6165  }
6166 
6194  public function verifyElementPositionTop($locator, $pattern)
6195  {
6196  $this->_callParentMethod(__METHOD__, func_get_args());
6197  }
6198 
6226  public function verifyNotElementPositionTop($locator, $pattern)
6227  {
6228  $this->_callParentMethod(__METHOD__, func_get_args());
6229  }
6230 
6259  public function waitForElementPositionTop($locator, $pattern)
6260  {
6261  $this->_callParentMethod(__METHOD__, func_get_args());
6262  }
6263 
6292  public function waitForNotElementPositionTop($locator, $pattern)
6293  {
6294  $this->_callParentMethod(__METHOD__, func_get_args());
6295  }
6296 
6324  public function assertElementWidth($locator, $pattern)
6325  {
6326  $this->_callParentMethod(__METHOD__, func_get_args());
6327  }
6328 
6356  public function assertNotElementWidth($locator, $pattern)
6357  {
6358  $this->_callParentMethod(__METHOD__, func_get_args());
6359  }
6360 
6377  public function getElementWidth($locator)
6378  {
6379  $this->_callParentMethod(__METHOD__, func_get_args());
6380  }
6381 
6404  public function storeElementWidth($locator, $variableName)
6405  {
6406  $this->_callParentMethod(__METHOD__, func_get_args());
6407  }
6408 
6436  public function verifyElementWidth($locator, $pattern)
6437  {
6438  $this->_callParentMethod(__METHOD__, func_get_args());
6439  }
6440 
6468  public function verifyNotElementWidth($locator, $pattern)
6469  {
6470  $this->_callParentMethod(__METHOD__, func_get_args());
6471  }
6472 
6501  public function waitForElementWidth($locator, $pattern)
6502  {
6503  $this->_callParentMethod(__METHOD__, func_get_args());
6504  }
6505 
6534  public function waitForNotElementWidth($locator, $pattern)
6535  {
6536  $this->_callParentMethod(__METHOD__, func_get_args());
6537  }
6538 
6574  public function assertEval($script, $pattern)
6575  {
6576  $this->_callParentMethod(__METHOD__, func_get_args());
6577  }
6578 
6614  public function assertNotEval($script, $pattern)
6615  {
6616  $this->_callParentMethod(__METHOD__, func_get_args());
6617  }
6618 
6643  public function getEval($script)
6644  {
6645  $this->_callParentMethod(__METHOD__, func_get_args());
6646  }
6647 
6678  public function storeEval($script, $variableName)
6679  {
6680  $this->_callParentMethod(__METHOD__, func_get_args());
6681  }
6682 
6718  public function verifyEval($script, $pattern)
6719  {
6720  $this->_callParentMethod(__METHOD__, func_get_args());
6721  }
6722 
6758  public function verifyNotEval($script, $pattern)
6759  {
6760  $this->_callParentMethod(__METHOD__, func_get_args());
6761  }
6762 
6799  public function waitForEval($script, $pattern)
6800  {
6801  $this->_callParentMethod(__METHOD__, func_get_args());
6802  }
6803 
6840  public function waitForNotEval($script, $pattern)
6841  {
6842  $this->_callParentMethod(__METHOD__, func_get_args());
6843  }
6844 
6874  public function assertExpression($expression, $pattern)
6875  {
6876  $this->_callParentMethod(__METHOD__, func_get_args());
6877  }
6878 
6908  public function assertNotExpression($expression, $pattern)
6909  {
6910  $this->_callParentMethod(__METHOD__, func_get_args());
6911  }
6912 
6931  public function getExpression($expression)
6932  {
6933  $this->_callParentMethod(__METHOD__, func_get_args());
6934  }
6935 
6960  public function storeExpression($expression, $variableName)
6961  {
6962  $this->_callParentMethod(__METHOD__, func_get_args());
6963  }
6964 
6994  public function verifyExpression($expression, $pattern)
6995  {
6996  $this->_callParentMethod(__METHOD__, func_get_args());
6997  }
6998 
7028  public function verifyNotExpression($expression, $pattern)
7029  {
7030  $this->_callParentMethod(__METHOD__, func_get_args());
7031  }
7032 
7063  public function waitForExpression($expression, $pattern)
7064  {
7065  $this->_callParentMethod(__METHOD__, func_get_args());
7066  }
7067 
7098  public function waitForNotExpression($expression, $pattern)
7099  {
7100  $this->_callParentMethod(__METHOD__, func_get_args());
7101  }
7102 
7128  public function assertHtmlSource($pattern)
7129  {
7130  $this->_callParentMethod(__METHOD__, func_get_args());
7131  }
7132 
7158  public function assertNotHtmlSource($pattern)
7159  {
7160  $this->_callParentMethod(__METHOD__, func_get_args());
7161  }
7162 
7176  public function getHtmlSource()
7177  {
7178  $this->_callParentMethod(__METHOD__, func_get_args());
7179  }
7180 
7201  public function storeHtmlSource($variableName)
7202  {
7203  $this->_callParentMethod(__METHOD__, func_get_args());
7204  }
7205 
7231  public function verifyHtmlSource($pattern)
7232  {
7233  $this->_callParentMethod(__METHOD__, func_get_args());
7234  }
7235 
7261  public function verifyNotHtmlSource($pattern)
7262  {
7263  $this->_callParentMethod(__METHOD__, func_get_args());
7264  }
7265 
7292  public function waitForHtmlSource($pattern)
7293  {
7294  $this->_callParentMethod(__METHOD__, func_get_args());
7295  }
7296 
7323  public function waitForNotHtmlSource($pattern)
7324  {
7325  $this->_callParentMethod(__METHOD__, func_get_args());
7326  }
7327 
7353  public function assertLocation($pattern)
7354  {
7355  $this->_callParentMethod(__METHOD__, func_get_args());
7356  }
7357 
7383  public function assertNotLocation($pattern)
7384  {
7385  $this->_callParentMethod(__METHOD__, func_get_args());
7386  }
7387 
7401  public function getLocation()
7402  {
7403  $this->_callParentMethod(__METHOD__, func_get_args());
7404  }
7405 
7426  public function storeLocation($variableName)
7427  {
7428  $this->_callParentMethod(__METHOD__, func_get_args());
7429  }
7430 
7456  public function verifyLocation($pattern)
7457  {
7458  $this->_callParentMethod(__METHOD__, func_get_args());
7459  }
7460 
7486  public function verifyNotLocation($pattern)
7487  {
7488  $this->_callParentMethod(__METHOD__, func_get_args());
7489  }
7490 
7517  public function waitForLocation($pattern)
7518  {
7519  $this->_callParentMethod(__METHOD__, func_get_args());
7520  }
7521 
7548  public function waitForNotLocation($pattern)
7549  {
7550  $this->_callParentMethod(__METHOD__, func_get_args());
7551  }
7552 
7578  public function assertMouseSpeed($pattern)
7579  {
7580  $this->_callParentMethod(__METHOD__, func_get_args());
7581  }
7582 
7608  public function assertNotMouseSpeed($pattern)
7609  {
7610  $this->_callParentMethod(__METHOD__, func_get_args());
7611  }
7612 
7626  public function getMouseSpeed()
7627  {
7628  $this->_callParentMethod(__METHOD__, func_get_args());
7629  }
7630 
7652  public function storeMouseSpeed($variableName)
7653  {
7654  $this->_callParentMethod(__METHOD__, func_get_args());
7655  }
7656 
7682  public function verifyMouseSpeed($pattern)
7683  {
7684  $this->_callParentMethod(__METHOD__, func_get_args());
7685  }
7686 
7712  public function verifyNotMouseSpeed($pattern)
7713  {
7714  $this->_callParentMethod(__METHOD__, func_get_args());
7715  }
7716 
7743  public function waitForMouseSpeed($pattern)
7744  {
7745  $this->_callParentMethod(__METHOD__, func_get_args());
7746  }
7747 
7774  public function waitForNotMouseSpeed($pattern)
7775  {
7776  $this->_callParentMethod(__METHOD__, func_get_args());
7777  }
7778 
7808  public function assertNotOrdered($locator1, $locator2)
7809  {
7810  $this->_callParentMethod(__METHOD__, func_get_args());
7811  }
7812 
7842  public function assertOrdered($locator1, $locator2)
7843  {
7844  $this->_callParentMethod(__METHOD__, func_get_args());
7845  }
7846 
7867  public function isOrdered($locator1, $locator2)
7868  {
7869  $this->_callParentMethod(__METHOD__, func_get_args());
7870  }
7871 
7899  public function storeOrdered($locator1, $locator2, $variableName)
7900  {
7901  $this->_callParentMethod(__METHOD__, func_get_args());
7902  }
7903 
7933  public function verifyNotOrdered($locator1, $locator2)
7934  {
7935  $this->_callParentMethod(__METHOD__, func_get_args());
7936  }
7937 
7967  public function verifyOrdered($locator1, $locator2)
7968  {
7969  $this->_callParentMethod(__METHOD__, func_get_args());
7970  }
7971 
8002  public function waitForNotOrdered($locator1, $locator2)
8003  {
8004  $this->_callParentMethod(__METHOD__, func_get_args());
8005  }
8006 
8037  public function waitForOrdered($locator1, $locator2)
8038  {
8039  $this->_callParentMethod(__METHOD__, func_get_args());
8040  }
8041 
8075  public function assertNotPrompt($pattern)
8076  {
8077  $this->_callParentMethod(__METHOD__, func_get_args());
8078  }
8079 
8113  public function assertPrompt($pattern)
8114  {
8115  $this->_callParentMethod(__METHOD__, func_get_args());
8116  }
8117 
8139  public function getPrompt()
8140  {
8141  $this->_callParentMethod(__METHOD__, func_get_args());
8142  }
8143 
8173  public function storePrompt($variableName)
8174  {
8175  $this->_callParentMethod(__METHOD__, func_get_args());
8176  }
8177 
8211  public function verifyNotPrompt($pattern)
8212  {
8213  $this->_callParentMethod(__METHOD__, func_get_args());
8214  }
8215 
8249  public function verifyPrompt($pattern)
8250  {
8251  $this->_callParentMethod(__METHOD__, func_get_args());
8252  }
8253 
8288  public function waitForNotPrompt($pattern)
8289  {
8290  $this->_callParentMethod(__METHOD__, func_get_args());
8291  }
8292 
8327  public function waitForPrompt($pattern)
8328  {
8329  $this->_callParentMethod(__METHOD__, func_get_args());
8330  }
8331 
8359  public function assertNotSelectOptions($selectLocator, $pattern)
8360  {
8361  $this->_callParentMethod(__METHOD__, func_get_args());
8362  }
8363 
8391  public function assertSelectOptions($selectLocator, $pattern)
8392  {
8393  $this->_callParentMethod(__METHOD__, func_get_args());
8394  }
8395 
8412  public function getSelectOptions($selectLocator)
8413  {
8414  $this->_callParentMethod(__METHOD__, func_get_args());
8415  }
8416 
8440  public function storeSelectOptions($selectLocator, $variableName)
8441  {
8442  $this->_callParentMethod(__METHOD__, func_get_args());
8443  }
8444 
8472  public function verifyNotSelectOptions($selectLocator, $pattern)
8473  {
8474  $this->_callParentMethod(__METHOD__, func_get_args());
8475  }
8476 
8504  public function verifySelectOptions($selectLocator, $pattern)
8505  {
8506  $this->_callParentMethod(__METHOD__, func_get_args());
8507  }
8508 
8537  public function waitForNotSelectOptions($selectLocator, $pattern)
8538  {
8539  $this->_callParentMethod(__METHOD__, func_get_args());
8540  }
8541 
8570  public function waitForSelectOptions($selectLocator, $pattern)
8571  {
8572  $this->_callParentMethod(__METHOD__, func_get_args());
8573  }
8574 
8602  public function assertNotSelectedId($selectLocator, $pattern)
8603  {
8604  $this->_callParentMethod(__METHOD__, func_get_args());
8605  }
8606 
8634  public function assertSelectedId($selectLocator, $pattern)
8635  {
8636  $this->_callParentMethod(__METHOD__, func_get_args());
8637  }
8638 
8655  public function getSelectedId($selectLocator)
8656  {
8657  $this->_callParentMethod(__METHOD__, func_get_args());
8658  }
8659 
8683  public function storeSelectedId($selectLocator, $variableName)
8684  {
8685  $this->_callParentMethod(__METHOD__, func_get_args());
8686  }
8687 
8715  public function verifyNotSelectedId($selectLocator, $pattern)
8716  {
8717  $this->_callParentMethod(__METHOD__, func_get_args());
8718  }
8719 
8747  public function verifySelectedId($selectLocator, $pattern)
8748  {
8749  $this->_callParentMethod(__METHOD__, func_get_args());
8750  }
8751 
8780  public function waitForNotSelectedId($selectLocator, $pattern)
8781  {
8782  $this->_callParentMethod(__METHOD__, func_get_args());
8783  }
8784 
8813  public function waitForSelectedId($selectLocator, $pattern)
8814  {
8815  $this->_callParentMethod(__METHOD__, func_get_args());
8816  }
8817 
8845  public function assertNotSelectedIds($selectLocator, $pattern)
8846  {
8847  $this->_callParentMethod(__METHOD__, func_get_args());
8848  }
8849 
8877  public function assertSelectedIds($selectLocator, $pattern)
8878  {
8879  $this->_callParentMethod(__METHOD__, func_get_args());
8880  }
8881 
8898  public function getSelectedIds($selectLocator)
8899  {
8900  $this->_callParentMethod(__METHOD__, func_get_args());
8901  }
8902 
8926  public function storeSelectedIds($selectLocator, $variableName)
8927  {
8928  $this->_callParentMethod(__METHOD__, func_get_args());
8929  }
8930 
8958  public function verifyNotSelectedIds($selectLocator, $pattern)
8959  {
8960  $this->_callParentMethod(__METHOD__, func_get_args());
8961  }
8962 
8990  public function verifySelectedIds($selectLocator, $pattern)
8991  {
8992  $this->_callParentMethod(__METHOD__, func_get_args());
8993  }
8994 
9023  public function waitForNotSelectedIds($selectLocator, $pattern)
9024  {
9025  $this->_callParentMethod(__METHOD__, func_get_args());
9026  }
9027 
9056  public function waitForSelectedIds($selectLocator, $pattern)
9057  {
9058  $this->_callParentMethod(__METHOD__, func_get_args());
9059  }
9060 
9088  public function assertNotSelectedIndex($selectLocator, $pattern)
9089  {
9090  $this->_callParentMethod(__METHOD__, func_get_args());
9091  }
9092 
9120  public function assertSelectedIndex($selectLocator, $pattern)
9121  {
9122  $this->_callParentMethod(__METHOD__, func_get_args());
9123  }
9124 
9141  public function getSelectedIndex($selectLocator)
9142  {
9143  $this->_callParentMethod(__METHOD__, func_get_args());
9144  }
9145 
9169  public function storeSelectedIndex($selectLocator, $variableName)
9170  {
9171  $this->_callParentMethod(__METHOD__, func_get_args());
9172  }
9173 
9201  public function verifyNotSelectedIndex($selectLocator, $pattern)
9202  {
9203  $this->_callParentMethod(__METHOD__, func_get_args());
9204  }
9205 
9233  public function verifySelectedIndex($selectLocator, $pattern)
9234  {
9235  $this->_callParentMethod(__METHOD__, func_get_args());
9236  }
9237 
9266  public function waitForNotSelectedIndex($selectLocator, $pattern)
9267  {
9268  $this->_callParentMethod(__METHOD__, func_get_args());
9269  }
9270 
9299  public function waitForSelectedIndex($selectLocator, $pattern)
9300  {
9301  $this->_callParentMethod(__METHOD__, func_get_args());
9302  }
9303 
9332  public function assertNotSelectedIndexes($selectLocator, $pattern)
9333  {
9334  $this->_callParentMethod(__METHOD__, func_get_args());
9335  }
9336 
9365  public function assertSelectedIndexes($selectLocator, $pattern)
9366  {
9367  $this->_callParentMethod(__METHOD__, func_get_args());
9368  }
9369 
9387  public function getSelectedIndexes($selectLocator)
9388  {
9389  $this->_callParentMethod(__METHOD__, func_get_args());
9390  }
9391 
9416  public function storeSelectedIndexes($selectLocator, $variableName)
9417  {
9418  $this->_callParentMethod(__METHOD__, func_get_args());
9419  }
9420 
9449  public function verifyNotSelectedIndexes($selectLocator, $pattern)
9450  {
9451  $this->_callParentMethod(__METHOD__, func_get_args());
9452  }
9453 
9482  public function verifySelectedIndexes($selectLocator, $pattern)
9483  {
9484  $this->_callParentMethod(__METHOD__, func_get_args());
9485  }
9486 
9516  public function waitForNotSelectedIndexes($selectLocator, $pattern)
9517  {
9518  $this->_callParentMethod(__METHOD__, func_get_args());
9519  }
9520 
9550  public function waitForSelectedIndexes($selectLocator, $pattern)
9551  {
9552  $this->_callParentMethod(__METHOD__, func_get_args());
9553  }
9554 
9582  public function assertNotSelectedLabel($selectLocator, $pattern)
9583  {
9584  $this->_callParentMethod(__METHOD__, func_get_args());
9585  }
9586 
9614  public function assertSelectedLabel($selectLocator, $pattern)
9615  {
9616  $this->_callParentMethod(__METHOD__, func_get_args());
9617  }
9618 
9635  public function getSelectedLabel($selectLocator)
9636  {
9637  $this->_callParentMethod(__METHOD__, func_get_args());
9638  }
9639 
9663  public function storeSelectedLabel($selectLocator, $variableName)
9664  {
9665  $this->_callParentMethod(__METHOD__, func_get_args());
9666  }
9667 
9695  public function verifyNotSelectedLabel($selectLocator, $pattern)
9696  {
9697  $this->_callParentMethod(__METHOD__, func_get_args());
9698  }
9699 
9727  public function verifySelectedLabel($selectLocator, $pattern)
9728  {
9729  $this->_callParentMethod(__METHOD__, func_get_args());
9730  }
9731 
9760  public function waitForNotSelectedLabel($selectLocator, $pattern)
9761  {
9762  $this->_callParentMethod(__METHOD__, func_get_args());
9763  }
9764 
9793  public function waitForSelectedLabel($selectLocator, $pattern)
9794  {
9795  $this->_callParentMethod(__METHOD__, func_get_args());
9796  }
9797 
9826  public function assertNotSelectedLabels($selectLocator, $pattern)
9827  {
9828  $this->_callParentMethod(__METHOD__, func_get_args());
9829  }
9830 
9859  public function assertSelectedLabels($selectLocator, $pattern)
9860  {
9861  $this->_callParentMethod(__METHOD__, func_get_args());
9862  }
9863 
9880  public function getSelectedLabels($selectLocator)
9881  {
9882  $this->_callParentMethod(__METHOD__, func_get_args());
9883  }
9884 
9908  public function storeSelectedLabels($selectLocator, $variableName)
9909  {
9910  $this->_callParentMethod(__METHOD__, func_get_args());
9911  }
9912 
9941  public function verifyNotSelectedLabels($selectLocator, $pattern)
9942  {
9943  $this->_callParentMethod(__METHOD__, func_get_args());
9944  }
9945 
9974  public function verifySelectedLabels($selectLocator, $pattern)
9975  {
9976  $this->_callParentMethod(__METHOD__, func_get_args());
9977  }
9978 
10008  public function waitForNotSelectedLabels($selectLocator, $pattern)
10009  {
10010  $this->_callParentMethod(__METHOD__, func_get_args());
10011  }
10012 
10042  public function waitForSelectedLabels($selectLocator, $pattern)
10043  {
10044  $this->_callParentMethod(__METHOD__, func_get_args());
10045  }
10046 
10074  public function assertNotSelectedValue($selectLocator, $pattern)
10075  {
10076  $this->_callParentMethod(__METHOD__, func_get_args());
10077  }
10078 
10106  public function assertSelectedValue($selectLocator, $pattern)
10107  {
10108  $this->_callParentMethod(__METHOD__, func_get_args());
10109  }
10110 
10127  public function getSelectedValue($selectLocator)
10128  {
10129  $this->_callParentMethod(__METHOD__, func_get_args());
10130  }
10131 
10155  public function storeSelectedValue($selectLocator, $variableName)
10156  {
10157  $this->_callParentMethod(__METHOD__, func_get_args());
10158  }
10159 
10187  public function verifyNotSelectedValue($selectLocator, $pattern)
10188  {
10189  $this->_callParentMethod(__METHOD__, func_get_args());
10190  }
10191 
10219  public function verifySelectedValue($selectLocator, $pattern)
10220  {
10221  $this->_callParentMethod(__METHOD__, func_get_args());
10222  }
10223 
10252  public function waitForNotSelectedValue($selectLocator, $pattern)
10253  {
10254  $this->_callParentMethod(__METHOD__, func_get_args());
10255  }
10256 
10285  public function waitForSelectedValue($selectLocator, $pattern)
10286  {
10287  $this->_callParentMethod(__METHOD__, func_get_args());
10288  }
10289 
10318  public function assertNotSelectedValues($selectLocator, $pattern)
10319  {
10320  $this->_callParentMethod(__METHOD__, func_get_args());
10321  }
10322 
10351  public function assertSelectedValues($selectLocator, $pattern)
10352  {
10353  $this->_callParentMethod(__METHOD__, func_get_args());
10354  }
10355 
10372  public function getSelectedValues($selectLocator)
10373  {
10374  $this->_callParentMethod(__METHOD__, func_get_args());
10375  }
10376 
10400  public function storeSelectedValues($selectLocator, $variableName)
10401  {
10402  $this->_callParentMethod(__METHOD__, func_get_args());
10403  }
10404 
10433  public function verifyNotSelectedValues($selectLocator, $pattern)
10434  {
10435  $this->_callParentMethod(__METHOD__, func_get_args());
10436  }
10437 
10466  public function verifySelectedValues($selectLocator, $pattern)
10467  {
10468  $this->_callParentMethod(__METHOD__, func_get_args());
10469  }
10470 
10500  public function waitForNotSelectedValues($selectLocator, $pattern)
10501  {
10502  $this->_callParentMethod(__METHOD__, func_get_args());
10503  }
10504 
10534  public function waitForSelectedValues($selectLocator, $pattern)
10535  {
10536  $this->_callParentMethod(__METHOD__, func_get_args());
10537  }
10538 
10564  public function assertNotSomethingSelected($selectLocator)
10565  {
10566  $this->_callParentMethod(__METHOD__, func_get_args());
10567  }
10568 
10594  public function assertSomethingSelected($selectLocator)
10595  {
10596  $this->_callParentMethod(__METHOD__, func_get_args());
10597  }
10598 
10615  public function isSomethingSelected($selectLocator)
10616  {
10617  $this->_callParentMethod(__METHOD__, func_get_args());
10618  }
10619 
10643  public function storeSomethingSelected($selectLocator, $variableName)
10644  {
10645  $this->_callParentMethod(__METHOD__, func_get_args());
10646  }
10647 
10673  public function verifyNotSomethingSelected($selectLocator)
10674  {
10675  $this->_callParentMethod(__METHOD__, func_get_args());
10676  }
10677 
10703  public function verifySomethingSelected($selectLocator)
10704  {
10705  $this->_callParentMethod(__METHOD__, func_get_args());
10706  }
10707 
10734  public function waitForNotSomethingSelected($selectLocator)
10735  {
10736  $this->_callParentMethod(__METHOD__, func_get_args());
10737  }
10738 
10765  public function waitForSomethingSelected($selectLocator)
10766  {
10767  $this->_callParentMethod(__METHOD__, func_get_args());
10768  }
10769 
10798  public function assertNotSpeed($pattern)
10799  {
10800  $this->_callParentMethod(__METHOD__, func_get_args());
10801  }
10802 
10831  public function assertSpeed($pattern)
10832  {
10833  $this->_callParentMethod(__METHOD__, func_get_args());
10834  }
10835 
10851  public function getSpeed()
10852  {
10853  $this->_callParentMethod(__METHOD__, func_get_args());
10854  }
10855 
10878  public function storeSpeed($variableName)
10879  {
10880  $this->_callParentMethod(__METHOD__, func_get_args());
10881  }
10882 
10911  public function verifyNotSpeed($pattern)
10912  {
10913  $this->_callParentMethod(__METHOD__, func_get_args());
10914  }
10915 
10944  public function verifySpeed($pattern)
10945  {
10946  $this->_callParentMethod(__METHOD__, func_get_args());
10947  }
10948 
10978  public function waitForNotSpeed($pattern)
10979  {
10980  $this->_callParentMethod(__METHOD__, func_get_args());
10981  }
10982 
11012  public function waitForSpeed($pattern)
11013  {
11014  $this->_callParentMethod(__METHOD__, func_get_args());
11015  }
11016 
11045  public function assertNotTable($tableCellAddress, $pattern)
11046  {
11047  $this->_callParentMethod(__METHOD__, func_get_args());
11048  }
11049 
11078  public function assertTable($tableCellAddress, $pattern)
11079  {
11080  $this->_callParentMethod(__METHOD__, func_get_args());
11081  }
11082 
11100  public function getTable($tableCellAddress)
11101  {
11102  $this->_callParentMethod(__METHOD__, func_get_args());
11103  }
11104 
11128  public function storeTable($tableCellAddress, $variableName)
11129  {
11130  $this->_callParentMethod(__METHOD__, func_get_args());
11131  }
11132 
11161  public function verifyNotTable($tableCellAddress, $pattern)
11162  {
11163  $this->_callParentMethod(__METHOD__, func_get_args());
11164  }
11165 
11194  public function verifyTable($tableCellAddress, $pattern)
11195  {
11196  $this->_callParentMethod(__METHOD__, func_get_args());
11197  }
11198 
11228  public function waitForNotTable($tableCellAddress, $pattern)
11229  {
11230  $this->_callParentMethod(__METHOD__, func_get_args());
11231  }
11232 
11262  public function waitForTable($tableCellAddress, $pattern)
11263  {
11264  $this->_callParentMethod(__METHOD__, func_get_args());
11265  }
11266 
11297  public function assertNotText($locator, $pattern)
11298  {
11299  $this->_callParentMethod(__METHOD__, func_get_args());
11300  }
11301 
11332  public function assertText($locator, $pattern)
11333  {
11334  $this->_callParentMethod(__METHOD__, func_get_args());
11335  }
11336 
11356  public function getText($locator)
11357  {
11358  $this->_callParentMethod(__METHOD__, func_get_args());
11359  }
11360 
11386  public function storeText($locator, $variableName)
11387  {
11388  $this->_callParentMethod(__METHOD__, func_get_args());
11389  }
11390 
11421  public function verifyNotText($locator, $pattern)
11422  {
11423  $this->_callParentMethod(__METHOD__, func_get_args());
11424  }
11425 
11456  public function verifyText($locator, $pattern)
11457  {
11458  $this->_callParentMethod(__METHOD__, func_get_args());
11459  }
11460 
11492  public function waitForNotText($locator, $pattern)
11493  {
11494  $this->_callParentMethod(__METHOD__, func_get_args());
11495  }
11496 
11528  public function waitForText($locator, $pattern)
11529  {
11530  $this->_callParentMethod(__METHOD__, func_get_args());
11531  }
11532 
11558  public function assertNotTitle($pattern)
11559  {
11560  $this->_callParentMethod(__METHOD__, func_get_args());
11561  }
11562 
11588  public function assertTitle($pattern)
11589  {
11590  $this->_callParentMethod(__METHOD__, func_get_args());
11591  }
11592 
11606  public function getTitle()
11607  {
11608  $this->_callParentMethod(__METHOD__, func_get_args());
11609  }
11610 
11631  public function storeTitle($variableName)
11632  {
11633  $this->_callParentMethod(__METHOD__, func_get_args());
11634  }
11635 
11661  public function verifyNotTitle($pattern)
11662  {
11663  $this->_callParentMethod(__METHOD__, func_get_args());
11664  }
11665 
11691  public function verifyTitle($pattern)
11692  {
11693  $this->_callParentMethod(__METHOD__, func_get_args());
11694  }
11695 
11722  public function waitForNotTitle($pattern)
11723  {
11724  $this->_callParentMethod(__METHOD__, func_get_args());
11725  }
11726 
11753  public function waitForTitle($pattern)
11754  {
11755  $this->_callParentMethod(__METHOD__, func_get_args());
11756  }
11757 
11787  public function assertNotValue($locator, $pattern)
11788  {
11789  $this->_callParentMethod(__METHOD__, func_get_args());
11790  }
11791 
11821  public function assertValue($locator, $pattern)
11822  {
11823  $this->_callParentMethod(__METHOD__, func_get_args());
11824  }
11825 
11844  public function getValue($locator)
11845  {
11846  $this->_callParentMethod(__METHOD__, func_get_args());
11847  }
11848 
11874  public function storeValue($locator, $variableName)
11875  {
11876  $this->_callParentMethod(__METHOD__, func_get_args());
11877  }
11878 
11908  public function verifyNotValue($locator, $pattern)
11909  {
11910  $this->_callParentMethod(__METHOD__, func_get_args());
11911  }
11912 
11942  public function verifyValue($locator, $pattern)
11943  {
11944  $this->_callParentMethod(__METHOD__, func_get_args());
11945  }
11946 
11977  public function waitForNotValue($locator, $pattern)
11978  {
11979  $this->_callParentMethod(__METHOD__, func_get_args());
11980  }
11981 
12012  public function waitForValue($locator, $pattern)
12013  {
12014  $this->_callParentMethod(__METHOD__, func_get_args());
12015  }
12016 
12046  public function assertNotVisible($locator)
12047  {
12048  $this->_callParentMethod(__METHOD__, func_get_args());
12049  }
12050 
12080  public function assertVisible($locator)
12081  {
12082  $this->_callParentMethod(__METHOD__, func_get_args());
12083  }
12084 
12105  public function isVisible($locator)
12106  {
12107  $this->_callParentMethod(__METHOD__, func_get_args());
12108  }
12109 
12137  public function storeVisible($locator, $variableName)
12138  {
12139  $this->_callParentMethod(__METHOD__, func_get_args());
12140  }
12141 
12171  public function verifyNotVisible($locator)
12172  {
12173  $this->_callParentMethod(__METHOD__, func_get_args());
12174  }
12175 
12205  public function verifyVisible($locator)
12206  {
12207  $this->_callParentMethod(__METHOD__, func_get_args());
12208  }
12209 
12240  public function waitForNotVisible($locator)
12241  {
12242  $this->_callParentMethod(__METHOD__, func_get_args());
12243  }
12244 
12275  public function waitForVisible($locator)
12276  {
12277  $this->_callParentMethod(__METHOD__, func_get_args());
12278  }
12279 
12311  public function assertNotWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
12312  {
12313  $this->_callParentMethod(__METHOD__, func_get_args());
12314  }
12315 
12347  public function assertWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
12348  {
12349  $this->_callParentMethod(__METHOD__, func_get_args());
12350  }
12351 
12374  public function getWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
12375  {
12376  $this->_callParentMethod(__METHOD__, func_get_args());
12377  }
12378 
12406  public function storeWhetherThisFrameMatchFrameExpression($currentFrameString, $target, $variableName)
12407  {
12408  $this->_callParentMethod(__METHOD__, func_get_args());
12409  }
12410 
12442  public function verifyNotWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
12443  {
12444  $this->_callParentMethod(__METHOD__, func_get_args());
12445  }
12446 
12478  public function verifyWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
12479  {
12480  $this->_callParentMethod(__METHOD__, func_get_args());
12481  }
12482 
12515  public function waitForNotWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
12516  {
12517  $this->_callParentMethod(__METHOD__, func_get_args());
12518  }
12519 
12552  public function waitForWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
12553  {
12554  $this->_callParentMethod(__METHOD__, func_get_args());
12555  }
12556 
12588  public function assertNotWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
12589  {
12590  $this->_callParentMethod(__METHOD__, func_get_args());
12591  }
12592 
12624  public function assertWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
12625  {
12626  $this->_callParentMethod(__METHOD__, func_get_args());
12627  }
12628 
12651  public function getWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
12652  {
12653  $this->_callParentMethod(__METHOD__, func_get_args());
12654  }
12655 
12683  public function storeWhetherThisWindowMatchWindowExpression($currentWindowString, $target, $variableName)
12684  {
12685  $this->_callParentMethod(__METHOD__, func_get_args());
12686  }
12687 
12719  public function verifyNotWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
12720  {
12721  $this->_callParentMethod(__METHOD__, func_get_args());
12722  }
12723 
12755  public function verifyWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
12756  {
12757  $this->_callParentMethod(__METHOD__, func_get_args());
12758  }
12759 
12792  public function waitForNotWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
12793  {
12794  $this->_callParentMethod(__METHOD__, func_get_args());
12795  }
12796 
12829  public function waitForWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
12830  {
12831  $this->_callParentMethod(__METHOD__, func_get_args());
12832  }
12833 
12862  public function assertNotXpathCount($xpath, $pattern)
12863  {
12864  $this->_callParentMethod(__METHOD__, func_get_args());
12865  }
12866 
12895  public function assertXpathCount($xpath, $pattern)
12896  {
12897  $this->_callParentMethod(__METHOD__, func_get_args());
12898  }
12899 
12916  public function getXpathCount($xpath)
12917  {
12918  $this->_callParentMethod(__METHOD__, func_get_args());
12919  }
12920 
12943  public function storeXpathCount($xpath, $variableName)
12944  {
12945  $this->_callParentMethod(__METHOD__, func_get_args());
12946  }
12947 
12976  public function verifyNotXpathCount($xpath, $pattern)
12977  {
12978  $this->_callParentMethod(__METHOD__, func_get_args());
12979  }
12980 
13009  public function verifyXpathCount($xpath, $pattern)
13010  {
13011  $this->_callParentMethod(__METHOD__, func_get_args());
13012  }
13013 
13043  public function waitForNotXpathCount($xpath, $pattern)
13044  {
13045  $this->_callParentMethod(__METHOD__, func_get_args());
13046  }
13047 
13077  public function waitForXpathCount($xpath, $pattern)
13078  {
13079  $this->_callParentMethod(__METHOD__, func_get_args());
13080  }
13081 
13106  public function assertPromptNotPresent()
13107  {
13108  $this->_callParentMethod(__METHOD__, func_get_args());
13109  }
13110 
13135  public function assertPromptPresent()
13136  {
13137  $this->_callParentMethod(__METHOD__, func_get_args());
13138  }
13139 
13155  public function isPromptPresent()
13156  {
13157  $this->_callParentMethod(__METHOD__, func_get_args());
13158  }
13159 
13182  public function storePromptPresent($variableName)
13183  {
13184  $this->_callParentMethod(__METHOD__, func_get_args());
13185  }
13186 
13211  public function verifyPromptNotPresent()
13212  {
13213  $this->_callParentMethod(__METHOD__, func_get_args());
13214  }
13215 
13240  public function verifyPromptPresent()
13241  {
13242  $this->_callParentMethod(__METHOD__, func_get_args());
13243  }
13244 
13270  public function waitForPromptNotPresent()
13271  {
13272  $this->_callParentMethod(__METHOD__, func_get_args());
13273  }
13274 
13300  public function waitForPromptPresent()
13301  {
13302  $this->_callParentMethod(__METHOD__, func_get_args());
13303  }
13304 
13330  public function assertTextNotPresent($pattern)
13331  {
13332  $this->_callParentMethod(__METHOD__, func_get_args());
13333  }
13334 
13360  public function assertTextPresent($pattern)
13361  {
13362  $this->_callParentMethod(__METHOD__, func_get_args());
13363  }
13364 
13381  public function isTextPresent($pattern)
13382  {
13383  $this->_callParentMethod(__METHOD__, func_get_args());
13384  }
13385 
13409  public function storeTextPresent($pattern, $variableName)
13410  {
13411  $this->_callParentMethod(__METHOD__, func_get_args());
13412  }
13413 
13439  public function verifyTextNotPresent($pattern)
13440  {
13441  $this->_callParentMethod(__METHOD__, func_get_args());
13442  }
13443 
13469  public function verifyTextPresent($pattern)
13470  {
13471  $this->_callParentMethod(__METHOD__, func_get_args());
13472  }
13473 
13500  public function waitForTextNotPresent($pattern)
13501  {
13502  $this->_callParentMethod(__METHOD__, func_get_args());
13503  }
13504 
13531  public function waitForTextPresent($pattern)
13532  {
13533  $this->_callParentMethod(__METHOD__, func_get_args());
13534  }
13535 
13550  public function assignId($locator, $identifier)
13551  {
13552  $this->_callParentMethod(__METHOD__, func_get_args());
13553  }
13554 
13573  public function assignIdAndWait($locator, $identifier)
13574  {
13575  $this->_callParentMethod(__METHOD__, func_get_args());
13576  }
13577 
13591  public function attachFile($fieldLocator, $fileLocator)
13592  {
13593  $this->_callParentMethod(__METHOD__, func_get_args());
13594  }
13595 
13619  public function captureEntirePageScreenshot($filename, $kwargs)
13620  {
13621  $this->_callParentMethod(__METHOD__, func_get_args());
13622  }
13623 
13651  public function captureEntirePageScreenshotAndWait($filename, $kwargs)
13652  {
13653  $this->_callParentMethod(__METHOD__, func_get_args());
13654  }
13655 
13673  public function captureEntirePageScreenshotToString($kwargs)
13674  {
13675  $this->_callParentMethod(__METHOD__, func_get_args());
13676  }
13677 
13701  {
13702  $this->_callParentMethod(__METHOD__, func_get_args());
13703  }
13704 
13714  public function captureScreenshot($filename)
13715  {
13716  $this->_callParentMethod(__METHOD__, func_get_args());
13717  }
13718 
13732  public function captureScreenshotAndWait($filename)
13733  {
13734  $this->_callParentMethod(__METHOD__, func_get_args());
13735  }
13736 
13746  public function captureScreenshotToString()
13747  {
13748  $this->_callParentMethod(__METHOD__, func_get_args());
13749  }
13750 
13765  {
13766  $this->_callParentMethod(__METHOD__, func_get_args());
13767  }
13768 
13779  public function check($locator)
13780  {
13781  $this->_callParentMethod(__METHOD__, func_get_args());
13782  }
13783 
13798  public function checkAndWait($locator)
13799  {
13800  $this->_callParentMethod(__METHOD__, func_get_args());
13801  }
13802 
13819  {
13820  $this->_callParentMethod(__METHOD__, func_get_args());
13821  }
13822 
13844  {
13845  $this->_callParentMethod(__METHOD__, func_get_args());
13846  }
13847 
13864  public function chooseOkOnNextConfirmation()
13865  {
13866  $this->_callParentMethod(__METHOD__, func_get_args());
13867  }
13868 
13890  {
13891  $this->_callParentMethod(__METHOD__, func_get_args());
13892  }
13893 
13905  public function click($locator)
13906  {
13907  $this->_callParentMethod(__METHOD__, func_get_args());
13908  }
13909 
13925  public function clickAndWait($locator)
13926  {
13927  $this->_callParentMethod(__METHOD__, func_get_args());
13928  }
13929 
13943  public function clickAt($locator, $coordString)
13944  {
13945  $this->_callParentMethod(__METHOD__, func_get_args());
13946  }
13947 
13965  public function clickAtAndWait($locator, $coordString)
13966  {
13967  $this->_callParentMethod(__METHOD__, func_get_args());
13968  }
13969 
13975  public function close()
13976  {
13977  $this->_callParentMethod(__METHOD__, func_get_args());
13978  }
13979 
13990  public function contextMenu($locator)
13991  {
13992  $this->_callParentMethod(__METHOD__, func_get_args());
13993  }
13994 
14009  public function contextMenuAndWait($locator)
14010  {
14011  $this->_callParentMethod(__METHOD__, func_get_args());
14012  }
14013 
14026  public function contextMenuAt($locator, $coordString)
14027  {
14028  $this->_callParentMethod(__METHOD__, func_get_args());
14029  }
14030 
14047  public function contextMenuAtAndWait($locator, $coordString)
14048  {
14049  $this->_callParentMethod(__METHOD__, func_get_args());
14050  }
14051 
14059  public function controlKeyDown()
14060  {
14061  $this->_callParentMethod(__METHOD__, func_get_args());
14062  }
14063 
14075  public function controlKeyDownAndWait()
14076  {
14077  $this->_callParentMethod(__METHOD__, func_get_args());
14078  }
14079 
14087  public function controlKeyUp()
14088  {
14089  $this->_callParentMethod(__METHOD__, func_get_args());
14090  }
14091 
14103  public function controlKeyUpAndWait()
14104  {
14105  $this->_callParentMethod(__METHOD__, func_get_args());
14106  }
14107 
14123  public function createCookie($nameValuePair, $optionsString)
14124  {
14125  $this->_callParentMethod(__METHOD__, func_get_args());
14126  }
14127 
14147  public function createCookieAndWait($nameValuePair, $optionsString)
14148  {
14149  $this->_callParentMethod(__METHOD__, func_get_args());
14150  }
14151 
14162  public function deleteAllVisibleCookies()
14163  {
14164  $this->_callParentMethod(__METHOD__, func_get_args());
14165  }
14166 
14182  {
14183  $this->_callParentMethod(__METHOD__, func_get_args());
14184  }
14185 
14207  public function deleteCookie($name, $optionsString)
14208  {
14209  $this->_callParentMethod(__METHOD__, func_get_args());
14210  }
14211 
14237  public function deleteCookieAndWait($name, $optionsString)
14238  {
14239  $this->_callParentMethod(__METHOD__, func_get_args());
14240  }
14241 
14251  public function deselectPopUp()
14252  {
14253  $this->_callParentMethod(__METHOD__, func_get_args());
14254  }
14255 
14269  public function deselectPopUpAndWait()
14270  {
14271  $this->_callParentMethod(__METHOD__, func_get_args());
14272  }
14273 
14285  public function doubleClick($locator)
14286  {
14287  $this->_callParentMethod(__METHOD__, func_get_args());
14288  }
14289 
14305  public function doubleClickAndWait($locator)
14306  {
14307  $this->_callParentMethod(__METHOD__, func_get_args());
14308  }
14309 
14323  public function doubleClickAt($locator, $coordString)
14324  {
14325  $this->_callParentMethod(__METHOD__, func_get_args());
14326  }
14327 
14345  public function doubleClickAtAndWait($locator, $coordString)
14346  {
14347  $this->_callParentMethod(__METHOD__, func_get_args());
14348  }
14349 
14361  public function dragAndDrop($locator, $movementsString)
14362  {
14363  $this->_callParentMethod(__METHOD__, func_get_args());
14364  }
14365 
14381  public function dragAndDropAndWait($locator, $movementsString)
14382  {
14383  $this->_callParentMethod(__METHOD__, func_get_args());
14384  }
14385 
14397  public function dragAndDropToObject($locatorOfObjectToBeDragged, $locatorOfDragDestinationObject)
14398  {
14399  $this->_callParentMethod(__METHOD__, func_get_args());
14400  }
14401 
14417  public function dragAndDropToObjectAndWait($locatorOfObjectToBeDragged, $locatorOfDragDestinationObject)
14418  {
14419  $this->_callParentMethod(__METHOD__, func_get_args());
14420  }
14421 
14434  public function dragDrop($locator, $movementsString)
14435  {
14436  $this->_callParentMethod(__METHOD__, func_get_args());
14437  }
14438 
14455  public function dragDropAndWait($locator, $movementsString)
14456  {
14457  $this->_callParentMethod(__METHOD__, func_get_args());
14458  }
14459 
14471  public function fireEvent($locator, $eventName)
14472  {
14473  $this->_callParentMethod(__METHOD__, func_get_args());
14474  }
14475 
14491  public function fireEventAndWait($locator, $eventName)
14492  {
14493  $this->_callParentMethod(__METHOD__, func_get_args());
14494  }
14495 
14507  public function focus($locator)
14508  {
14509  $this->_callParentMethod(__METHOD__, func_get_args());
14510  }
14511 
14527  public function focusAndWait($locator)
14528  {
14529  $this->_callParentMethod(__METHOD__, func_get_args());
14530  }
14531 
14539  public function goBack()
14540  {
14541  $this->_callParentMethod(__METHOD__, func_get_args());
14542  }
14543 
14555  public function goBackAndWait()
14556  {
14557  $this->_callParentMethod(__METHOD__, func_get_args());
14558  }
14559 
14572  public function highlight($locator)
14573  {
14574  $this->_callParentMethod(__METHOD__, func_get_args());
14575  }
14576 
14593  public function highlightAndWait($locator)
14594  {
14595  $this->_callParentMethod(__METHOD__, func_get_args());
14596  }
14597 
14614  public function ignoreAttributesWithoutValue($ignore)
14615  {
14616  $this->_callParentMethod(__METHOD__, func_get_args());
14617  }
14618 
14639  public function ignoreAttributesWithoutValueAndWait($ignore)
14640  {
14641  $this->_callParentMethod(__METHOD__, func_get_args());
14642  }
14643 
14657  public function keyDown($locator, $keySequence)
14658  {
14659  $this->_callParentMethod(__METHOD__, func_get_args());
14660  }
14661 
14679  public function keyDownAndWait($locator, $keySequence)
14680  {
14681  $this->_callParentMethod(__METHOD__, func_get_args());
14682  }
14683 
14699  public function keyDownNative($keycode)
14700  {
14701  $this->_callParentMethod(__METHOD__, func_get_args());
14702  }
14703 
14723  public function keyDownNativeAndWait($keycode)
14724  {
14725  $this->_callParentMethod(__METHOD__, func_get_args());
14726  }
14727 
14741  public function keyPress($locator, $keySequence)
14742  {
14743  $this->_callParentMethod(__METHOD__, func_get_args());
14744  }
14745 
14763  public function keyPressAndWait($locator, $keySequence)
14764  {
14765  $this->_callParentMethod(__METHOD__, func_get_args());
14766  }
14767 
14783  public function keyPressNative($keycode)
14784  {
14785  $this->_callParentMethod(__METHOD__, func_get_args());
14786  }
14787 
14807  public function keyPressNativeAndWait($keycode)
14808  {
14809  $this->_callParentMethod(__METHOD__, func_get_args());
14810  }
14811 
14825  public function keyUp($locator, $keySequence)
14826  {
14827  $this->_callParentMethod(__METHOD__, func_get_args());
14828  }
14829 
14847  public function keyUpAndWait($locator, $keySequence)
14848  {
14849  $this->_callParentMethod(__METHOD__, func_get_args());
14850  }
14851 
14867  public function keyUpNative($keycode)
14868  {
14869  $this->_callParentMethod(__METHOD__, func_get_args());
14870  }
14871 
14891  public function keyUpNativeAndWait($keycode)
14892  {
14893  $this->_callParentMethod(__METHOD__, func_get_args());
14894  }
14895 
14903  public function metaKeyDown()
14904  {
14905  $this->_callParentMethod(__METHOD__, func_get_args());
14906  }
14907 
14919  public function metaKeyDownAndWait()
14920  {
14921  $this->_callParentMethod(__METHOD__, func_get_args());
14922  }
14923 
14931  public function metaKeyUp()
14932  {
14933  $this->_callParentMethod(__METHOD__, func_get_args());
14934  }
14935 
14947  public function metaKeyUpAndWait()
14948  {
14949  $this->_callParentMethod(__METHOD__, func_get_args());
14950  }
14951 
14962  public function mouseDown($locator)
14963  {
14964  $this->_callParentMethod(__METHOD__, func_get_args());
14965  }
14966 
14981  public function mouseDownAndWait($locator)
14982  {
14983  $this->_callParentMethod(__METHOD__, func_get_args());
14984  }
14985 
14998  public function mouseDownAt($locator, $coordString)
14999  {
15000  $this->_callParentMethod(__METHOD__, func_get_args());
15001  }
15002 
15019  public function mouseDownAtAndWait($locator, $coordString)
15020  {
15021  $this->_callParentMethod(__METHOD__, func_get_args());
15022  }
15023 
15034  public function mouseMove($locator)
15035  {
15036  $this->_callParentMethod(__METHOD__, func_get_args());
15037  }
15038 
15053  public function mouseMoveAndWait($locator)
15054  {
15055  $this->_callParentMethod(__METHOD__, func_get_args());
15056  }
15057 
15070  public function mouseMoveAt($locator, $coordString)
15071  {
15072  $this->_callParentMethod(__METHOD__, func_get_args());
15073  }
15074 
15091  public function mouseMoveAtAndWait($locator, $coordString)
15092  {
15093  $this->_callParentMethod(__METHOD__, func_get_args());
15094  }
15095 
15106  public function mouseOut($locator)
15107  {
15108  $this->_callParentMethod(__METHOD__, func_get_args());
15109  }
15110 
15125  public function mouseOutAndWait($locator)
15126  {
15127  $this->_callParentMethod(__METHOD__, func_get_args());
15128  }
15129 
15140  public function mouseOver($locator)
15141  {
15142  $this->_callParentMethod(__METHOD__, func_get_args());
15143  }
15144 
15159  public function mouseOverAndWait($locator)
15160  {
15161  $this->_callParentMethod(__METHOD__, func_get_args());
15162  }
15163 
15175  public function mouseUp($locator)
15176  {
15177  $this->_callParentMethod(__METHOD__, func_get_args());
15178  }
15179 
15195  public function mouseUpAndWait($locator)
15196  {
15197  $this->_callParentMethod(__METHOD__, func_get_args());
15198  }
15199 
15213  public function mouseUpAt($locator, $coordString)
15214  {
15215  $this->_callParentMethod(__METHOD__, func_get_args());
15216  }
15217 
15235  public function mouseUpAtAndWait($locator, $coordString)
15236  {
15237  $this->_callParentMethod(__METHOD__, func_get_args());
15238  }
15239 
15251  public function mouseUpRight($locator)
15252  {
15253  $this->_callParentMethod(__METHOD__, func_get_args());
15254  }
15255 
15271  public function mouseUpRightAndWait($locator)
15272  {
15273  $this->_callParentMethod(__METHOD__, func_get_args());
15274  }
15275 
15289  public function mouseUpRightAt($locator, $coordString)
15290  {
15291  $this->_callParentMethod(__METHOD__, func_get_args());
15292  }
15293 
15311  public function mouseUpRightAtAndWait($locator, $coordString)
15312  {
15313  $this->_callParentMethod(__METHOD__, func_get_args());
15314  }
15315 
15328  public function open($url)
15329  {
15330  $this->_callParentMethod(__METHOD__, func_get_args());
15331  }
15332 
15350  public function openWindow($url, $windowID)
15351  {
15352  $this->_callParentMethod(__METHOD__, func_get_args());
15353  }
15354 
15376  public function openWindowAndWait($url, $windowID)
15377  {
15378  $this->_callParentMethod(__METHOD__, func_get_args());
15379  }
15380 
15388  public function pause($waitTime)
15389  {
15390  $this->_callParentMethod(__METHOD__, func_get_args());
15391  }
15392 
15400  public function refresh()
15401  {
15402  $this->_callParentMethod(__METHOD__, func_get_args());
15403  }
15404 
15416  public function refreshAndWait()
15417  {
15418  $this->_callParentMethod(__METHOD__, func_get_args());
15419  }
15420 
15431  public function removeAllSelections($locator)
15432  {
15433  $this->_callParentMethod(__METHOD__, func_get_args());
15434  }
15435 
15450  public function removeAllSelectionsAndWait($locator)
15451  {
15452  $this->_callParentMethod(__METHOD__, func_get_args());
15453  }
15454 
15466  public function removeScript($scriptTagId)
15467  {
15468  $this->_callParentMethod(__METHOD__, func_get_args());
15469  }
15470 
15486  public function removeScriptAndWait($scriptTagId)
15487  {
15488  $this->_callParentMethod(__METHOD__, func_get_args());
15489  }
15490 
15504  public function removeSelection($locator, $optionLocator)
15505  {
15506  $this->_callParentMethod(__METHOD__, func_get_args());
15507  }
15508 
15526  public function removeSelectionAndWait($locator, $optionLocator)
15527  {
15528  $this->_callParentMethod(__METHOD__, func_get_args());
15529  }
15530 
15540  {
15541  $this->_callParentMethod(__METHOD__, func_get_args());
15542  }
15543 
15558  public function rollup($rollupName, $kwargs)
15559  {
15560  $this->_callParentMethod(__METHOD__, func_get_args());
15561  }
15562 
15581  public function rollupAndWait($rollupName, $kwargs)
15582  {
15583  $this->_callParentMethod(__METHOD__, func_get_args());
15584  }
15585 
15600  public function runScript($script)
15601  {
15602  $this->_callParentMethod(__METHOD__, func_get_args());
15603  }
15604 
15623  public function runScriptAndWait($script)
15624  {
15625  $this->_callParentMethod(__METHOD__, func_get_args());
15626  }
15627 
15656  public function select($selectLocator, $optionLocator)
15657  {
15658  $this->_callParentMethod(__METHOD__, func_get_args());
15659  }
15660 
15693  public function selectAndWait($selectLocator, $optionLocator)
15694  {
15695  $this->_callParentMethod(__METHOD__, func_get_args());
15696  }
15697 
15713  public function selectFrame($locator)
15714  {
15715  $this->_callParentMethod(__METHOD__, func_get_args());
15716  }
15717 
15738  public function selectPopUp($windowID)
15739  {
15740  $this->_callParentMethod(__METHOD__, func_get_args());
15741  }
15742 
15767  public function selectPopUpAndWait($windowID)
15768  {
15769  $this->_callParentMethod(__METHOD__, func_get_args());
15770  }
15771 
15823  public function selectWindow($windowID)
15824  {
15825  $this->_callParentMethod(__METHOD__, func_get_args());
15826  }
15827 
15840  public function setBrowserLogLevel($logLevel)
15841  {
15842  $this->_callParentMethod(__METHOD__, func_get_args());
15843  }
15844 
15861  public function setBrowserLogLevelAndWait($logLevel)
15862  {
15863  $this->_callParentMethod(__METHOD__, func_get_args());
15864  }
15865 
15873  public function setContext($context)
15874  {
15875  $this->_callParentMethod(__METHOD__, func_get_args());
15876  }
15877 
15893  public function setCursorPosition($locator, $position)
15894  {
15895  $this->_callParentMethod(__METHOD__, func_get_args());
15896  }
15897 
15917  public function setCursorPositionAndWait($locator, $position)
15918  {
15919  $this->_callParentMethod(__METHOD__, func_get_args());
15920  }
15921 
15938  public function setMouseSpeed($pixels)
15939  {
15940  $this->_callParentMethod(__METHOD__, func_get_args());
15941  }
15942 
15963  public function setMouseSpeedAndWait($pixels)
15964  {
15965  $this->_callParentMethod(__METHOD__, func_get_args());
15966  }
15967 
15979  public function setSpeed($value)
15980  {
15981  $this->_callParentMethod(__METHOD__, func_get_args());
15982  }
15983 
15999  public function setSpeedAndWait($value)
16000  {
16001  $this->_callParentMethod(__METHOD__, func_get_args());
16002  }
16003 
16011  public function shiftKeyDown()
16012  {
16013  $this->_callParentMethod(__METHOD__, func_get_args());
16014  }
16015 
16027  public function shiftKeyDownAndWait()
16028  {
16029  $this->_callParentMethod(__METHOD__, func_get_args());
16030  }
16031 
16039  public function shiftKeyUp()
16040  {
16041  $this->_callParentMethod(__METHOD__, func_get_args());
16042  }
16043 
16055  public function shiftKeyUpAndWait()
16056  {
16057  $this->_callParentMethod(__METHOD__, func_get_args());
16058  }
16059 
16069  public function shutDownSeleniumServer()
16070  {
16071  $this->_callParentMethod(__METHOD__, func_get_args());
16072  }
16073 
16083  public function store($expression, $variableName)
16084  {
16085  $this->_callParentMethod(__METHOD__, func_get_args());
16086  }
16087 
16100  public function submit($formLocator)
16101  {
16102  $this->_callParentMethod(__METHOD__, func_get_args());
16103  }
16104 
16121  public function submitAndWait($formLocator)
16122  {
16123  $this->_callParentMethod(__METHOD__, func_get_args());
16124  }
16125 
16140  public function type($locator, $value)
16141  {
16142  $this->_callParentMethod(__METHOD__, func_get_args());
16143  }
16144 
16163  public function typeAndWait($locator, $value)
16164  {
16165  $this->_callParentMethod(__METHOD__, func_get_args());
16166  }
16167 
16191  public function typeKeys($locator, $value)
16192  {
16193  $this->_callParentMethod(__METHOD__, func_get_args());
16194  }
16195 
16223  public function typeKeysAndWait($locator, $value)
16224  {
16225  $this->_callParentMethod(__METHOD__, func_get_args());
16226  }
16227 
16238  public function uncheck($locator)
16239  {
16240  $this->_callParentMethod(__METHOD__, func_get_args());
16241  }
16242 
16257  public function uncheckAndWait($locator)
16258  {
16259  $this->_callParentMethod(__METHOD__, func_get_args());
16260  }
16261 
16280  public function useXpathLibrary($libraryName)
16281  {
16282  $this->_callParentMethod(__METHOD__, func_get_args());
16283  }
16284 
16307  public function useXpathLibraryAndWait($libraryName)
16308  {
16309  $this->_callParentMethod(__METHOD__, func_get_args());
16310  }
16311 
16326  public function waitForCondition($script, $timeout)
16327  {
16328  $this->_callParentMethod(__METHOD__, func_get_args());
16329  }
16330 
16342  public function waitForFrameToLoad($frameAddress, $timeout)
16343  {
16344  $this->_callParentMethod(__METHOD__, func_get_args());
16345  }
16346 
16361  public function waitForPageToLoad($timeout)
16362  {
16363  $this->_callParentMethod(__METHOD__, func_get_args());
16364  }
16365 
16379  public function waitForPopUp($windowID, $timeout)
16380  {
16381  $this->_callParentMethod(__METHOD__, func_get_args());
16382  }
16383 
16389  public function windowFocus()
16390  {
16391  $this->_callParentMethod(__METHOD__, func_get_args());
16392  }
16393 
16399  public function windowMaximize()
16400  {
16401  $this->_callParentMethod(__METHOD__, func_get_args());
16402  }
16403 
16404 
16405 
16414  private function _callParentMethod($currentMethodName, $args)
16415  {
16416  $currentMethodName = explode('::', $currentMethodName)[1];
16417  return call_user_func_array('parent::' . $currentMethodName, $args);
16418  }
16419 }
waitForConfirmation($pattern)
mouseUpRightAtAndWait($locator, $coordString)
selectPopUpAndWait($windowID)
waitForAlert($pattern)
controlKeyDownAndWait()
assertElementPositionTop($locator, $pattern)
getSelectedId($selectLocator)
storePromptPresent($variableName)
fireEvent($locator, $eventName)
assertNotAttributeFromAllWindows($attributeName, $pattern)
verifyOrdered($locator1, $locator2)
verifyPromptPresent()
assertNotBodyText($pattern)
storeCursorPosition($locator, $variableName)
assertText($locator, $pattern)
waitForNotCursorPosition($locator, $pattern)
waitForCookieByName($name, $pattern)
captureScreenshot($filename)
addSelection($locator, $optionLocator)
waitForTitle($pattern)
assertNotChecked($locator)
storeSelectedLabel($selectLocator, $variableName)
addScriptAndWait($scriptContent, $scriptTagId)
highlightAndWait($locator)
storeElementPositionTop($locator, $variableName)
waitForCursorPosition($locator, $pattern)
assertNotAllWindowNames($pattern)
assertCookiePresent($name)
assertOrdered($locator1, $locator2)
uncheck($locator)
assertExpression($expression, $pattern)
assertChecked($locator)
waitForAlertPresent()
storeEditable($locator, $variableName)
storeCookieByName($name, $variableName)
storeSelectedValue($selectLocator, $variableName)
ignoreAttributesWithoutValue($ignore)
contextMenuAndWait($locator)
getExpression($expression)
waitForSelectedIds($selectLocator, $pattern)
mouseDownAndWait($locator)
waitForNotSelectedId($selectLocator, $pattern)
assertNotCookieByName($name, $pattern)
pause($waitTime)
storeXpathCount($xpath, $variableName)
assertNotSelectedLabel($selectLocator, $pattern)
setMouseSpeed($pixels)
addLocationStrategyAndWait($strategyName, $functionDefinition)
waitForNotSelectedIndex($selectLocator, $pattern)
getAllWindowIds()
waitForNotValue($locator, $pattern)
doubleClickAtAndWait($locator, $coordString)
waitForEval($script, $pattern)
keyPressNative($keycode)
assertValue($locator, $pattern)
useXpathLibraryAndWait($libraryName)
waitForPrompt($pattern)
waitForNotSelectedIndexes($selectLocator, $pattern)
assertTable($tableCellAddress, $pattern)
isAlertPresent()
isTextPresent($pattern)
storeBodyText($variableName)
deleteCookieAndWait($name, $optionsString)
deleteAllVisibleCookies()
getElementPositionTop($locator)
waitForNotOrdered($locator1, $locator2)
getXpathCount($xpath)
verifyConfirmationPresent()
assertNotElementHeight($locator, $pattern)
waitForElementNotPresent($locator)
assertSelectedIds($selectLocator, $pattern)
verifyBodyText($pattern)
selectFrame($locator)
chooseCancelOnNextConfirmation()
verifyNotChecked($locator)
setBrowserLogLevel($logLevel)
storeSpeed($variableName)
waitForText($locator, $pattern)
storePrompt($variableName)
removeAllSelections($locator)
clickAtAndWait($locator, $coordString)
storeSomethingSelected($selectLocator, $variableName)
keyPress($locator, $keySequence)
dragDrop($locator, $movementsString)
waitForAttribute($attributeLocator, $pattern)
verifyNotCursorPosition($locator, $pattern)
assertNotOrdered($locator1, $locator2)
getSelectOptions($selectLocator)
mouseMoveAtAndWait($locator, $coordString)
storeSelectedIndex($selectLocator, $variableName)
storeWhetherThisFrameMatchFrameExpression($currentFrameString, $target, $variableName)
type($locator, $value)
assertTextNotPresent($pattern)
verifyPrompt($pattern)
assertAlertPresent()
assertNotSelectedValue($selectLocator, $pattern)
storeSelectOptions($selectLocator, $variableName)
verifyNotOrdered($locator1, $locator2)
waitForNotElementPositionLeft($locator, $pattern)
assertNotText($locator, $pattern)
assertWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
getSelectedValue($selectLocator)
setBrowserLogLevelAndWait($logLevel)
waitForNotAllFields($pattern)
verifyNotWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
storeAllFields($variableName)
assertNotElementWidth($locator, $pattern)
waitForChecked($locator)
storeElementHeight($locator, $variableName)
assertPrompt($pattern)
getAllWindowNames()
rollup($rollupName, $kwargs)
keyPressAndWait($locator, $keySequence)
doubleClickAndWait($locator)
storeTextPresent($pattern, $variableName)
assertNotXpathCount($xpath, $pattern)
assertWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
focus($locator)
waitForFrameToLoad($frameAddress, $timeout)
storeChecked($locator, $variableName)
deselectPopUpAndWait()
removeScriptAndWait($scriptTagId)
deleteAllVisibleCookiesAndWait()
verifyEval($script, $pattern)
keyUp($locator, $keySequence)
click($locator)
waitForPopUp($windowID, $timeout)
mouseOverAndWait($locator)
removeSelectionAndWait($locator, $optionLocator)
waitForAllWindowTitles($pattern)
shutDownSeleniumServer()
storeElementIndex($locator, $variableName)
mouseUpRightAt($locator, $coordString)
assertPromptPresent()
verifyTextNotPresent($pattern)
mouseMoveAndWait($locator)
getElementPositionLeft($locator)
assertCookie($pattern)
allowNativeXpath($allow)
ignoreAttributesWithoutValueAndWait($ignore)
verifyNotAllWindowIds($pattern)
waitForCookieNotPresent($name)
setMouseSpeedAndWait($pixels)
assertSpeed($pattern)
metaKeyDownAndWait()
fireEventAndWait($locator, $eventName)
waitForNotSelectOptions($selectLocator, $pattern)
waitForNotSelectedLabels($selectLocator, $pattern)
verifyNotAllButtons($pattern)
verifyNotBodyText($pattern)
getSelectedValues($selectLocator)
verifyNotSelectedLabel($selectLocator, $pattern)
verifyElementPositionLeft($locator, $pattern)
selectAndWait($selectLocator, $optionLocator)
verifyTitle($pattern)
waitForAttributeFromAllWindows($attributeName, $pattern)
storeAttribute($attributeLocator, $variableName)
waitForNotAlert($pattern)
verifyNotSelectedValues($selectLocator, $pattern)
verifyNotElementPositionLeft($locator, $pattern)
storeEval($script, $variableName)
verifyHtmlSource($pattern)
submitAndWait($formLocator)
getSelectedIndex($selectLocator)
assertAllLinks($pattern)
storeSelectedValues($selectLocator, $variableName)
verifyElementPresent($locator)
waitForNotVisible($locator)
waitForNotSpeed($pattern)
assertElementPresent($locator)
dragAndDropToObjectAndWait($locatorOfObjectToBeDragged, $locatorOfDragDestinationObject)
setCursorPosition($locator, $position)
waitForNotAllWindowTitles($pattern)
verifyExpression($expression, $pattern)
verifyNotHtmlSource($pattern)
createCookie($nameValuePair, $optionsString)
storeCookiePresent($name, $variableName)
waitForNotWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
getAttribute($attributeLocator)
contextMenu($locator)
captureEntirePageScreenshotToStringAndWait($kwargs)
mouseUpAtAndWait($locator, $coordString)
$doc_Element_Locators
waitForNotAllWindowNames($pattern)
verifyNotAlert($pattern)
storeAllLinks($variableName)
verifyAttribute($attributeLocator, $pattern)
storeTable($tableCellAddress, $variableName)
waitForEditable($locator)
storeSelectedIds($selectLocator, $variableName)
assertNotSelectedId($selectLocator, $pattern)
verifyAlert($pattern)
verifyChecked($locator)
captureEntirePageScreenshotToString($kwargs)
isElementPresent($locator)
verifyCookieNotPresent($name)
assertAllWindowIds($pattern)
mouseMove($locator)
addScript($scriptContent, $scriptTagId)
verifyNotSelectedIndexes($selectLocator, $pattern)
waitForAllFields($pattern)
waitForSelectedIndexes($selectLocator, $pattern)
getValue($locator)
waitForNotAttribute($attributeLocator, $pattern)
assertNotSelectedIds($selectLocator, $pattern)
waitForWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
assertEditable($locator)
setSpeedAndWait($value)
getCookieByName($name)
waitForNotWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
assertSelectedLabels($selectLocator, $pattern)
assertNotAllWindowTitles($pattern)
storeAllWindowTitles($variableName)
verifyElementWidth($locator, $pattern)
waitForWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
verifyElementIndex($locator, $pattern)
mouseUpRightAndWait($locator)
uncheckAndWait($locator)
getWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
storeAllWindowIds($variableName)
getSelectedIndexes($selectLocator)
verifyNotValue($locator, $pattern)
openWindow($url, $windowID)
getConfirmation()
assertAllWindowTitles($pattern)
typeAndWait($locator, $value)
verifyAllWindowTitles($pattern)
waitForNotText($locator, $pattern)
verifySelectedValues($selectLocator, $pattern)
assertNotAllWindowIds($pattern)
$doc_String_match_Patterns
waitForSelectOptions($selectLocator, $pattern)
getWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
submit($formLocator)
storeSelectedId($selectLocator, $variableName)
runScriptAndWait($script)
verifyNotElementHeight($locator, $pattern)
captureEntirePageScreenshotAndWait($filename, $kwargs)
storeElementPresent($locator, $variableName)
keyUpNativeAndWait($keycode)
waitForElementPositionTop($locator, $pattern)
verifyElementPositionTop($locator, $pattern)
verifyNotCookieByName($name, $pattern)
chooseCancelOnNextConfirmationAndWait()
assertConfirmationPresent()
mouseUp($locator)
storeAlertPresent($variableName)
clickAt($locator, $coordString)
assertElementNotPresent($locator)
verifyNotSelectedIndex($selectLocator, $pattern)
mouseUpAt($locator, $coordString)
assertNotCursorPosition($locator, $pattern)
verifySelectedIndex($selectLocator, $pattern)
waitForNotSomethingSelected($selectLocator)
waitForLocation($pattern)
waitForNotElementPositionTop($locator, $pattern)
waitForNotAttributeFromAllWindows($attributeName, $pattern)
getElementWidth($locator)
waitForBodyText($pattern)
assertNotElementPositionLeft($locator, $pattern)
verifyCookiePresent($name)
keyUpAndWait($locator, $keySequence)
assertNotSpeed($pattern)
assertNotSelectedLabels($selectLocator, $pattern)
mouseOut($locator)
dragDropAndWait($locator, $movementsString)
rollupAndWait($rollupName, $kwargs)
verifySelectedValue($selectLocator, $pattern)
waitForAllWindowIds($pattern)
mouseDown($locator)
waitForAllButtons($pattern)
assertNotTable($tableCellAddress, $pattern)
waitForExpression($expression, $pattern)
verifyLocation($pattern)
deleteCookie($name, $optionsString)
verifyEditable($locator)
assertNotElementIndex($locator, $pattern)
waitForElementPresent($locator)
verifyCookie($pattern)
verifySelectedIndexes($selectLocator, $pattern)
isSomethingSelected($selectLocator)
removeAllSelectionsAndWait($locator)
waitForSelectedLabels($selectLocator, $pattern)
addSelectionAndWait($locator, $optionLocator)
isChecked($locator)
assignId($locator, $identifier)
waitForPageToLoad($timeout)
verifyXpathCount($xpath, $pattern)
useXpathLibrary($libraryName)
waitForNotHtmlSource($pattern)
waitForNotEval($script, $pattern)
verifyTable($tableCellAddress, $pattern)
waitForNotSelectedIds($selectLocator, $pattern)
assertNotAllLinks($pattern)
waitForHtmlSource($pattern)
createCookieAndWait($nameValuePair, $optionsString)
shiftKeyDownAndWait()
assertElementHeight($locator, $pattern)
waitForNotElementHeight($locator, $pattern)
waitForNotTable($tableCellAddress, $pattern)
waitForConfirmationNotPresent()
verifyAllWindowNames($pattern)
waitForNotChecked($locator)
assertBodyText($pattern)
waitForSelectedIndex($selectLocator, $pattern)
verifyValue($locator, $pattern)
verifyAttributeFromAllWindows($attributeName, $pattern)
verifySelectOptions($selectLocator, $pattern)
assertMouseSpeed($pattern)
waitForSelectedId($selectLocator, $pattern)
clickAndWait($locator)
verifySpeed($pattern)
keyDownAndWait($locator, $keySequence)
highlight($locator)
check($locator)
verifyNotMouseSpeed($pattern)
dragAndDropToObject($locatorOfObjectToBeDragged, $locatorOfDragDestinationObject)
verifyAllButtons($pattern)
verifyVisible($locator)
waitForNotCookie($pattern)
waitForSomethingSelected($selectLocator)
select($selectLocator, $optionLocator)
waitForTable($tableCellAddress, $pattern)
answerOnNextPrompt($answer)
checkAndWait($locator)
storeLocation($variableName)
storeSelectedIndexes($selectLocator, $variableName)
doubleClick($locator)
storeElementPositionLeft($locator, $variableName)
waitForMouseSpeed($pattern)
verifyText($locator, $pattern)
assertAttribute($attributeLocator, $pattern)
waitForConfirmationPresent()
verifyNotTitle($pattern)
verifyWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
waitForNotMouseSpeed($pattern)
getText($locator)
getAllWindowTitles()
waitForNotEditable($locator)
getCursorPosition($locator)
waitForNotBodyText($pattern)
storeVisible($locator, $variableName)
waitForNotCookieByName($name, $pattern)
assertNotCookie($pattern)
waitForOrdered($locator1, $locator2)
keyDown($locator, $keySequence)
focusAndWait($locator)
captureScreenshotToString()
verifyNotSpeed($pattern)
keyPressNativeAndWait($keycode)
waitForVisible($locator)
contextMenuAtAndWait($locator, $coordString)
assertAlert($pattern)
waitForNotPrompt($pattern)
altKeyDownAndWait()
verifyNotSomethingSelected($selectLocator)
keyUpNative($keycode)
getAttributeFromAllWindows($attributeName)
assertCookieNotPresent($name)
storeValue($locator, $variableName)
assertNotSomethingSelected($selectLocator)
assertVisible($locator)
getElementHeight($locator)
assertTextPresent($pattern)
verifyNotSelectedIds($selectLocator, $pattern)
assertAlertNotPresent()
storeTitle($variableName)
verifySelectedLabels($selectLocator, $pattern)
verifyNotSelectOptions($selectLocator, $pattern)
assertNotSelectedIndex($selectLocator, $pattern)
altKeyUpAndWait()
assertSelectedId($selectLocator, $pattern)
waitForTextPresent($pattern)
verifyAllFields($pattern)
isCookiePresent($name)
verifyNotAllWindowTitles($pattern)
assertNotAllFields($pattern)
verifyNotAllLinks($pattern)
mouseOver($locator)
assertAttributeFromAllWindows($attributeName, $pattern)
isConfirmationPresent()
storeSelectedLabels($selectLocator, $variableName)
getTable($tableCellAddress)
isEditable($locator)
typeKeys($locator, $value)
assertSelectedValues($selectLocator, $pattern)
waitForSelectedLabel($selectLocator, $pattern)
waitForValue($locator, $pattern)
assertNotSelectedValues($selectLocator, $pattern)
chooseOkOnNextConfirmation()
waitForNotAllLinks($pattern)
assertTitle($pattern)
contextMenuAt($locator, $coordString)
storeAttributeFromAllWindows($attributeName, $variableName)
verifyElementNotPresent($locator)
assertNotAlert($pattern)
isOrdered($locator1, $locator2)
verifyNotAttribute($attributeLocator, $pattern)
assertNotAttribute($attributeLocator, $pattern)
assertNotEditable($locator)
assertElementWidth($locator, $pattern)
keyDownNativeAndWait($keycode)
assignIdAndWait($locator, $identifier)
mouseMoveAt($locator, $coordString)
assertNotLocation($pattern)
assertSelectedValue($selectLocator, $pattern)
removeScript($scriptTagId)
waitForPromptNotPresent()
assertNotConfirmation($pattern)
waitForNotExpression($expression, $pattern)
waitForElementPositionLeft($locator, $pattern)
verifyPromptNotPresent()
selectPopUp($windowID)
verifyAllLinks($pattern)
waitForSelectedValues($selectLocator, $pattern)
shiftKeyUpAndWait()
verifyNotSelectedLabels($selectLocator, $pattern)
captureEntirePageScreenshot($filename, $kwargs)
storeOrdered($locator1, $locator2, $variableName)
assertSelectOptions($selectLocator, $pattern)
assertAllFields($pattern)
dragAndDrop($locator, $movementsString)
waitForCondition($script, $timeout)
storeMouseSpeed($variableName)
waitForNotSelectedValue($selectLocator, $pattern)
waitForPromptPresent()
verifyMouseSpeed($pattern)
assertHtmlSource($pattern)
assertNotMouseSpeed($pattern)
runScript($script)
assertElementPositionLeft($locator, $pattern)
removeSelection($locator, $optionLocator)
assertEval($script, $pattern)
waitForCookiePresent($name)
assertSelectedIndex($selectLocator, $pattern)
mouseDownAt($locator, $coordString)
assertCookieByName($name, $pattern)
storeText($locator, $variableName)
assertSelectedLabel($selectLocator, $pattern)
assertCursorPosition($locator, $pattern)
controlKeyUpAndWait()
mouseUpAndWait($locator)
waitForAlertNotPresent()
assertPromptNotPresent()
storeCookie($variableName)
storeWhetherThisWindowMatchWindowExpression($currentWindowString, $target, $variableName)
verifyAllWindowIds($pattern)
verifySelectedLabel($selectLocator, $pattern)
waitForElementHeight($locator, $pattern)
verifyAlertPresent()
verifyNotConfirmation($pattern)
waitForSpeed($pattern)
verifyNotExpression($expression, $pattern)
getSelectedIds($selectLocator)
mouseUpRight($locator)
waitForCookie($pattern)
waitForNotAllButtons($pattern)
storeConfirmationPresent($variableName)
assertXpathCount($xpath, $pattern)
doubleClickAt($locator, $coordString)
assertNotWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
verifyNotCookie($pattern)
waitForXpathCount($xpath, $pattern)
assertAllWindowNames($pattern)
waitForElementWidth($locator, $pattern)
store($expression, $variableName)
selectWindow($windowID)
verifyNotVisible($locator)
assertNotElementPositionTop($locator, $pattern)
assertLocation($pattern)
getSelectedLabel($selectLocator)
keyDownNative($keycode)
waitForNotLocation($pattern)
verifyNotElementWidth($locator, $pattern)
openWindowAndWait($url, $windowID)
assertSomethingSelected($selectLocator)
attachFile($fieldLocator, $fileLocator)
metaKeyUpAndWait()
assertNotEval($script, $pattern)
setSpeed($value)
assertNotHtmlSource($pattern)
assertNotVisible($locator)
verifyTextPresent($pattern)
waitForNotSelectedValues($selectLocator, $pattern)
verifyNotEditable($locator)
assertNotSelectedIndexes($selectLocator, $pattern)
waitForNotTitle($pattern)
assertNotWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
verifySelectedIds($selectLocator, $pattern)
verifyNotAttributeFromAllWindows($attributeName, $pattern)
storeConfirmation($variableName)
waitForNotConfirmation($pattern)
waitForNotSelectedLabel($selectLocator, $pattern)
storeElementWidth($locator, $variableName)
verifyCookieByName($name, $pattern)
verifyNotXpathCount($xpath, $pattern)
storeHtmlSource($variableName)
verifyAlertNotPresent()
allowNativeXpathAndWait($allow)
waitForNotXpathCount($xpath, $pattern)
storeExpression($expression, $variableName)
verifyNotText($locator, $pattern)
assertNotSelectOptions($selectLocator, $pattern)
verifyNotElementPositionTop($locator, $pattern)
assertNotPrompt($pattern)
storeAlert($variableName)
$doc_Stored_Variables
open($url)
mouseDownAtAndWait($locator, $coordString)
waitForNotAllWindowIds($pattern)
assertAllButtons($pattern)
retrieveLastRemoteControlLogs()
trait SeleniumTestCaseDoc
waitForNotElementWidth($locator, $pattern)
verifyNotElementIndex($locator, $pattern)
assertNotExpression($expression, $pattern)
getEval($script)
mouseOutAndWait($locator)
assertNotAllButtons($pattern)
chooseOkOnNextConfirmationAndWait()
waitForElementIndex($locator, $pattern)
waitForAllLinks($pattern)
verifyWhetherThisFrameMatchFrameExpression($currentFrameString, $target)
$doc_Element_Filters
verifyConfirmationNotPresent()
setContext($context)
waitForSelectedValue($selectLocator, $pattern)
verifySomethingSelected($selectLocator)
storeAllButtons($variableName)
captureScreenshotToStringAndWait()
addLocationStrategy($strategyName, $functionDefinition)
setCursorPositionAndWait($locator, $position)
typeKeysAndWait($locator, $value)
isVisible($locator)
storeAllWindowNames($variableName)
verifyNotSelectedValue($selectLocator, $pattern)
verifyCursorPosition($locator, $pattern)
assertElementIndex($locator, $pattern)
assertNotValue($locator, $pattern)
assertNotTitle($pattern)
assertConfirmationNotPresent()
verifyNotWhetherThisWindowMatchWindowExpression($currentWindowString, $target)
assertSelectedIndexes($selectLocator, $pattern)
verifyNotSelectedId($selectLocator, $pattern)
verifyNotEval($script, $pattern)
getSelectedLabels($selectLocator)
captureScreenshotAndWait($filename)
verifyNotLocation($pattern)
waitForTextNotPresent($pattern)
verifyNotAllWindowNames($pattern)
verifyElementHeight($locator, $pattern)
verifyNotPrompt($pattern)
assertConfirmation($pattern)
getElementIndex($locator)
verifyNotTable($tableCellAddress, $pattern)
dragAndDropAndWait($locator, $movementsString)
waitForAllWindowNames($pattern)
verifyNotAllFields($pattern)
verifyConfirmation($pattern)
verifySelectedId($selectLocator, $pattern)
waitForNotElementIndex($locator, $pattern)