Skip to content

Chrome remote support #78

Open
Open
@alissonws

Description

@alissonws

Hello! First of all, awesome work on this project. It is being really usefull for me. I am migrating my project to Docker and went from chrome client to remote client. I then noticed that there appears to be no support for Chrome since it loads Firefox configurations by default when selecting remote client.

...
elif client == 'remote':
            if self._profile_path is not None:
                self._profile = webdriver.FirefoxProfile(self._profile_path)
            else:
                self._profile = webdriver.FirefoxProfile()

            options = Options()

            if headless:
                options.headless = True
            
            capabilities = DesiredCapabilities.FIREFOX.copy()
...

The only thing I'd like to know is if there is for that or it is just a feature that was not added yet. If it is just a matter of adding chrome options and profile to remote, I could try do develop something to solve this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions