Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [0.961][INFO]: COMMAND InitSession {
- "capabilities": {
- "alwaysMatch": {
- "browserName": "chrome",
- "platformName": "any"
- },
- "firstMatch": [ {
- } ]
- },
- "desiredCapabilities": {
- "browserName": "chrome",
- "chromeOptions": {
- "args": [ "--headless", "--disable-gpu" ],
- "extensions": [ ]
- },
- "platform": "ANY",
- "version": ""
- }
- }
- [0.953][INFO]: Populating Preferences file: {
- "alternate_error_pages": {
- "enabled": false
- },
- "autofill": {
- "enabled": false
- },
- "browser": {
- "check_default_browser": false
- },
- "distribution": {
- "import_bookmarks": false,
- "import_history": false,
- "import_search_engine": false,
- "make_chrome_default_for_user": false,
- "show_welcome_page": false,
- "skip_first_run_ui": true
- },
- "dns_prefetching": {
- "enabled": false
- },
- "profile": {
- "content_settings": {
- "pattern_pairs": {
- "https://*,*": {
- "media-stream": {
- "audio": "Default",
- "video": "Default"
- }
- }
- }
- },
- "default_content_setting_values": {
- "geolocation": 1
- },
- "default_content_settings": {
- "geolocation": 1,
- "mouselock": 1,
- "notifications": 1,
- "popups": 1,
- "ppapi-broker": 1
- },
- "password_manager_enabled": false
- },
- "safebrowsing": {
- "enabled": false
- },
- "search": {
- "suggest_enabled": false
- },
- "translate": {
- "enabled": false
- }
- }
- [0.963][INFO]: Populating Local State file: {
- "background_mode": {
- "enabled": false
- },
- "ssl": {
- "rev_checking": {
- "enabled": false
- }
- }
- }
- [0.964][INFO]: Launching chrome: /usr/bin/google-chrome --disable-background-networking --disable-browser-side-navigation --disable-client-side-phishing-detection --disable-default-apps --disable-gpu --disable-hang-monitor --disable-popup-blocking --disable-prompt-on-repost --disable-sync --disable-web-resources --enable-automation --enable-logging --force-fieldtrials=SiteIsolationExtensions/Control --headless --ignore-certificate-errors --load-extension=/tmp/.org.chromium.Chromium.RDrRM9/internal --log-level=0 --metrics-recording-only --no-first-run --password-store=basic --remote-debugging-port=12439 --safebrowsing-disable-auto-update --test-type=webdriver --use-mock-keychain --user-data-dir=/tmp/.org.chromium.Chromium.3b4ibt data:,
- [60.966][INFO]: RESPONSE InitSession unknown error: Chrome failed to start: exited abnormally
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement