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

Supported Browsers #1

Open
gogoyqj opened this issue Apr 27, 2017 · 1 comment
Open

Supported Browsers #1

gogoyqj opened this issue Apr 27, 2017 · 1 comment

Comments

@gogoyqj
Copy link
Owner

gogoyqj commented Apr 27, 2017

Only Chrome works good

Firefox: lots of api un-support till now

Safari: weird behavior

@gogoyqj gogoyqj changed the title Support Browsers Supported Browsers May 3, 2017
@gogoyqj
Copy link
Owner Author

gogoyqj commented May 25, 2017

Android Chrome

            'Chrome': {
                base: 'WebDriverio',
                browserName: 'chrome',
                name: 'Karma',
                config: {
                    desiredCapabilities: {
                        chromeOptions: {
                            androidPackage: 'com.android.chrome'
                        },
                        deviceName: '4_0',
                        browserName: 'chrome',
                        platformName: 'Android'
                    },
                    logLevel: 'none'//'verbose'
                }
            },

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

1 participant