Open edgreenberg opened 7 years ago
Thanks for raising this issue but as far as I know we don't have attachFile
method. Please feel free to submit a PR.
Thanks. :)
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.
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?