Advertisement
Guest User

Untitled

a guest
Jul 25th, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. [0.789][INFO]: COMMAND InitSession {
  2. "capabilities": {
  3. "desiredCapabilities": {
  4. "browserName": "chrome",
  5. "goog:chromeOptions": {
  6. "args": [ "--user-data-dir=C:\\ltb\\userdatadir\\", "--window-size=0,0", "--window-position=-9999,0", "--no-sandbox", "--disable-gpu", "--disable-infobars", "--disable-notifications" ],
  7. "extensions": [ ]
  8. }
  9. },
  10. "firstMatch": [ {
  11. "browserName": "chrome",
  12. "goog:chromeOptions": {
  13. "args": [ "--user-data-dir=C:\\ltb\\userdatadir\\", "--window-size=0,0", "--window-position=-9999,0", "--no-sandbox", "--disable-gpu", "--disable-infobars", "--disable-notifications" ],
  14. "extensions": [ ]
  15. }
  16. } ]
  17. },
  18. "desiredCapabilities": {
  19. "browserName": "chrome",
  20. "goog:chromeOptions": {
  21. "args": [ "--user-data-dir=C:\\ltb\\userdatadir\\", "--window-size=0,0", "--window-position=-9999,0", "--no-sandbox", "--disable-gpu", "--disable-infobars", "--disable-notifications" ],
  22. "extensions": [ ]
  23. }
  24. }
  25. }
  26. [0.792][INFO]: Populating Preferences file: {
  27. "alternate_error_pages": {
  28. "enabled": false
  29. },
  30. "autofill": {
  31. "enabled": false
  32. },
  33. "browser": {
  34. "check_default_browser": false
  35. },
  36. "distribution": {
  37. "import_bookmarks": false,
  38. "import_history": false,
  39. "import_search_engine": false,
  40. "make_chrome_default_for_user": false,
  41. "show_welcome_page": false,
  42. "skip_first_run_ui": true
  43. },
  44. "dns_prefetching": {
  45. "enabled": false
  46. },
  47. "profile": {
  48. "content_settings": {
  49. "pattern_pairs": {
  50. "https://*,*": {
  51. "media-stream": {
  52. "audio": "Default",
  53. "video": "Default"
  54. }
  55. }
  56. }
  57. },
  58. "default_content_setting_values": {
  59. "geolocation": 1
  60. },
  61. "default_content_settings": {
  62. "geolocation": 1,
  63. "mouselock": 1,
  64. "notifications": 1,
  65. "popups": 1,
  66. "ppapi-broker": 1
  67. },
  68. "password_manager_enabled": false
  69. },
  70. "safebrowsing": {
  71. "enabled": false
  72. },
  73. "search": {
  74. "suggest_enabled": false
  75. },
  76. "translate": {
  77. "enabled": false
  78. }
  79. }
  80. [0.794][INFO]: Populating Local State file: {
  81. "background_mode": {
  82. "enabled": false
  83. },
  84. "ssl": {
  85. "rev_checking": {
  86. "enabled": false
  87. }
  88. }
  89. }
  90. [0.801][INFO]: Launching chrome: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-background-networking --disable-client-side-phishing-detection --disable-default-apps --disable-hang-monitor --disable-popup-blocking --disable-prompt-on-repost --disable-sync --disable-web-resources --enable-automation --enable-logging --force-fieldtrials=SiteIsolationExtensions/Control --ignore-certificate-errors --load-component-extension="C:\Users\KOVALE~1\AppData\Local\Temp\scoped_dir7868_17326\internal" --log-level=0 --metrics-recording-only --no-first-run --password-store=basic --remote-debugging-port=12435 --safebrowsing-disable-auto-update --test-type=webdriver --use-mock-keychain --user-data-dir="C:\Users\KOVALE~1\AppData\Local\Temp\scoped_dir7868_17262" data:,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement