Jump to content

suicider

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by suicider

  1. Consider it done. But do you know how to set MSEDGE or Chrome remote_debuging port option?
  2. Hello mLipok! My wd_demo is pure and clean As far as i googled inet the problem is in one of the options during initialization of EDGE or CHROME (i got problem with both of them). My main suspect is remote_debugging_port option. Quastion: How to change this option in autoit/WebDriver? Another mystery: in directory: C:\Users\UserB\AppData\Local\Temp\scoped_dir14184_748420988 there was DevToolsActivePort file... DevToolsActivePort msedge.log selenium.log
  3. Hot to debug why I cant WD_CreateSession?? I'm testing it on wd_demo. It happens only on one computer. Log is below. I've tested it on MSEDGE and Chrome. Starting MSEdgeDriver 95.0.1020.53 (9087d157c393871ec793923ce2b15ad1a91ccfb1) on port 9515 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping MSEdgeDriver safe. MSEdgeDriver was started successfully. [1637056283.319][INFO]: [50c593c1426d01e9f6d5e58b1d6c8c6e] COMMAND InitSession { "capabilities": { "alwaysMatch": { "ms:edgeOptions": { "binary": "C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe", "excludeSwitches": [ "enable-automation" ], "useAutomationExtension": false } } } } [1637056283.319][WARNING]: Deprecated msedge option is ignored: useAutomationExtension [1637056283.320][WARNING]: Deprecated msedge option is ignored: useAutomationExtension [1637056283.321][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, "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 } } [1637056283.322][INFO]: Populating Local State file: { "background_mode": { "enabled": false }, "ssl": { "rev_checking": { "enabled": false } } } [1637056283.325][INFO]: Launching msedge: "C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe" --allow-pre-commit-input --disable-background-networking --disable-backgrounding-occluded-windows --disable-client-side-phishing-detection --disable-default-apps --disable-hang-monitor --disable-popup-blocking --disable-prompt-on-repost --disable-sync --enable-blink-features=ShadowDOMV0 --enable-logging --log-level=0 --no-first-run --no-service-autorun --password-store=basic --remote-debugging-port=0 --test-type=webdriver --use-mock-keychain --user-data-dir="C:\Users\BBB\AppData\Local\Temp\scoped_dir10340_1702519003" data:, [1637056283.344][INFO]: [50c593c1426d01e9f6d5e58b1d6c8c6e] RESPONSE InitSession ERROR unknown error: MSEdge failed to start: exited normally. (unknown error: DevToolsActivePort file doesn't exist) (The process started from msedge location C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe is no longer running, so MSEdgeDriver is assuming that MSEdge has crashed.) [1637056283.344][DEBUG]: Log type 'driver' lost 2 entries on destruction [1637056283.345][DEBUG]: Log type 'browser' lost 0 entries on destruction
  4. Thanks mlipok. Its working!
×
×
  • Create New...