Skip to content

Call to undefined method WebGuy::switchToNextTab #59

Description

@xiki808

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": ""
        }
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions