public function FeatureContext::iEnterTheIframe in Bear 7
@Given /^I enter the media upload window$/ @When I enter the iframe
File
- tests/
features/ bootstrap/ FeatureContext.php, line 128
Class
- FeatureContext
- Defines application features from the specific context.
Code
public function iEnterTheIframe($arg1 = 'mediaBrowser') {
$this
->getSession()
->switchToIFrame($arg1);
}