File manager - Edit - /usr/local/prospamfilter/tests/_support/AcceptanceTester.php
Back
<?php /** * Inherited Methods * @method void wantToTest($text) * @method void wantTo($text) * @method void execute($callable) * @method void expectTo($prediction) * @method void expect($prediction) * @method void amGoingTo($argumentation) * @method void am($role) * @method void lookForwardTo($achieveValue) * @method void comment($description) * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = null) * * @SuppressWarnings(PHPMD) */ class AcceptanceTester extends \Codeception\Actor { use _generated\AcceptanceTesterActions; public function switchToLeftFrame() { $I = $this; $I->switchToWindow(); $I->waitForElement('#leftFrame'); $I->switchToIFrame('#leftFrame'); } public function switchToWorkFrame() { $I = $this; $I->switchToWindow(); $I->waitForElement('#workFrame'); $I->switchToIFrame('#workFrame'); } public function switchToTopFrame() { $I = $this; $I->switchToWindow(); $I->waitForElement('#topFrame'); $I->switchToIFrame('#topFrame'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings