twalpole / apparition

Capybara driver for Chrome using CDP
MIT License
363 stars 46 forks source link

`attach_file` not working with remote browser #73

Open langalex opened 3 years ago

langalex commented 3 years ago

Running a remote browser on a different host (e.g. Docker) and calling attach_file results in a file not found error. It would be useful to either somehow support file uploads or show an error message that they not supported on remote browsers.

twalpole commented 3 years ago

I'm sorry I haven't had any time to give apparition the attention it needs, and have prioritized the small amount of free time I have had to Capybara. I'm willing to look at any PRs here but beyond that don't know when I'll be able to put more time towards apparition.

If you want to submit a PR for remote file uploads I'll try and find time to review