-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I cannot call switchToNextTab WebDriver method, even though it is listed here. Why is this so?
New guy in both codeception and webception here!
Below is a copy of webception composer.json ( should be the latest )
"name": "jayhealey/webception",
"description": "Web Interface for running Codeception tests.",
"keywords": ["codeception", "webception", "testing", "php", "web interface"],
"homepage" : "https://github.com/jayhealey/Webception",
"authors": [
{
"name": "James Healey",
"email": "jayhealey@gmail.com",
"homepage": "http://twitter.com/jayhealey",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": ">=5.3.0",
"slim/slim": "2.*",
"slim/views": "0.1.*",
"twig/twig": "~1.13",
"codeception/codeception": "2.*",
"symfony/yaml": "2.5.x-dev"
},
"autoload": {
"psr-0": {
"App": ""
}
}
}
Metadata
Metadata
Assignees
Labels
No labels