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
Thank you for your excellent package modelizer/laravel-selenium.
I am trying to test an uploaded file with:
->see(sprintf('Add an Image to %d', $this->Lodge->lodge_number)) ->attachFile('image', __DIR__.'/lodge81.jpg') ->type('My Image Description for '.$this->Lodge->lodge_name, 'description') ->press('Add Image!')
The error I get is: You cannot call a command with multiple method arguments.
You cannot call a command with multiple method arguments.
The traceback points to the line containing ->attachFile
I am running modelizer/selenium 1.2.2.
I looked through my entire vendor directory, and cannot find attachFile.
What do I need to do?
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue but as far as I know we don't have attachFile method. Please feel free to submit a PR.
attachFile
Thanks. :)
Sorry, something went wrong.
Shaikh, I agree that you don't have it in the code, but you do have it in the wiki for the project, along with the other methods.
If we don't have this method, what is the correct way to test uploading a file through the browser?
PS I don't know what a PR is.
Okay, I will look into this issue. It will be added in 2.0 version of this package.
No branches or pull requests
Thank you for your excellent package modelizer/laravel-selenium.
I am trying to test an uploaded file with:
The error I get is:
You cannot call a command with multiple method arguments.
The traceback points to the line containing ->attachFile
I am running modelizer/selenium 1.2.2.
I looked through my entire vendor directory, and cannot find attachFile.
What do I need to do?
The text was updated successfully, but these errors were encountered: