Skip to content
New issue

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

Is remote access to chrome supported? #87

Closed
TemaMix opened this issue Jul 3, 2019 · 5 comments
Closed

Is remote access to chrome supported? #87

TemaMix opened this issue Jul 3, 2019 · 5 comments

Comments

@TemaMix
Copy link

TemaMix commented Jul 3, 2019

I can't find any roadmap so decided to ask this question. I want to separate a main application and chrome to different docker containers therefor it is required a remote control under chrome, but I can't understand how to set up cuprite's configuration.
Could you please give me advice may be I something miss?

@route
Copy link
Member

route commented Jul 3, 2019

@TemaMix yes we merged it in March. Is that what you are looking for? #70
#75

@route
Copy link
Member

route commented Jul 3, 2019

In general you have to pass a url to cuprite and it won't spawn the process but instead will rely on existing one:

Capybara.register_driver :cuprite do |app|
  url = URI.parse("http://127.0.0.1:32001")
  Capybara::Cuprite::Driver.new(app, url: url)
end

@TemaMix
Copy link
Author

TemaMix commented Jul 3, 2019

Hi @route,

Thank you for your answer! It's really great work!)

Could you please give more information about your release plans when you are going to publish gem with last changes on RubyGems?

@route
Copy link
Member

route commented Jul 3, 2019

I guess the only thing that bothers me is #61
After coming up with some good solution I think there's nothing big to fix and we can release

@route
Copy link
Member

route commented Jul 3, 2019

Closing this then if you found what you need

@route route closed this as completed Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants