We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context
Problem
\WebDriver\Session::execute
func_get_arg(1)
php-webdriver/lib/WebDriver/Session.php
Line 467 in 161f35e
Warning: func_get_arg(): Argument 1 not passed to function in vendor/instaclick/php-webdriver/lib/WebDriver/Session.php line 468
The text was updated successfully, but these errors were encountered:
Fixes instaclick#89
6e83a8d
7047d4c
No branches or pull requests
Context
Problem
\WebDriver\Session::execute
may have a parameter, but thefunc_get_arg(1)
wrongfully take a non-existent second parameterphp-webdriver/lib/WebDriver/Session.php
Line 467 in 161f35e
Warning: func_get_arg(): Argument 1 not passed to function in vendor/instaclick/php-webdriver/lib/WebDriver/Session.php line 468
The text was updated successfully, but these errors were encountered: