Skip to content

WebDriver not working, 2 required files not included #20

Description

This is the list of requires I have at the top of WebDriver.php and now its working

require_once DIR . '/By.php';
require_once DIR . '/DesiredCapabilities.php';
require_once DIR . '/Http/Exceptions.php';
require_once DIR . '/Http/HttpFactory.php';
require_once DIR . '/Http/HttpClient.php';
require_once DIR . '/TargetLocator.php';
require_once DIR . '/WebElement.php';

require_once DIR . '/Commands/Command.php'; #added
require_once DIR . '/Commands/Commands.php'; #moved
require_once DIR . '/WebDriverWait.php'; #added

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions