uirecorder icon indicating copy to clipboard operation
uirecorder copied to clipboard

selenium hub grid 3 环境回放报错

Open Arvingrep opened this issue 4 years ago • 1 comments

mocha --recursive --reporter macaca-reporter --reporter-options reportJSONFilename=index "commons\start_mode\start_mode.js"

commons/start_mode/start_mode : chrome 1) "before all" hook 2) "after all" hook

0 passing (435ms) 2 failing

  1. commons/start_mode/start_mode : chrome "before all" hook: Error: the object { "capabilities": { "acceptInsecureCerts": false "browserName": "chrome" "browserVersion": "87.0.4280.88" "chrome": { "chromedriverVersion": "87.0.4280.88 (89e2380a3e36c3464b5dd1302349b1382549290d-refs/branch-heads/4280@{#1761})" "userDataDir": "/tmp/.com.google.Chrome.E65Hxx" } "goog:chromeOptions": { "debuggerAddress": "localhost:39884" } "networkConnectionEnabled": false "pageLoadStrategy": "normal" "platformName": "linux" "proxy": {} "setWindowRect": true "strictFileInteractability": false "timeouts": { "implicit": 0 "pageLoad": 300000 "script": 30000 } "unhandledPromptBehavior": "dismiss and notify" "webauthn:virtualAuthenticators": true "webdriver.remote.sessionid": "9a0e2cf20672a7d2ea554bde8933da91" } "sessionId": "9a0e2cf20672a7d2ea554bde8933da91" } was thrown, throw an Error :) at at process._tickCallback (internal/process/next_tick.js:189:7) image

$ node --version v8.17.0

webdriver :


"webdriver": {
        "host": "192.168.5.190",                      
        "port": "4444",                         
        "browsers": "chrome",     
        "chromeOptions": {                        
          "w3c": false
        }
    },              

Arvingrep avatar Jan 28 '21 10:01 Arvingrep

This is the translated issue:


Selenium Hub Grid 3 Environment Playback

mocha --recursive --reporter macaca-reporter --reporter-options reportJSONFilename=index "commons\start_mode\start_mode.js"

commons/start_mode/start_mode : chrome 1) "before all" hook 2) "after all" hook

0 passing (435ms) 2 failing

  1. commons/start_mode/start_mode : chrome "before all" hook: Error: the object { "capabilities": { "acceptInsecureCerts": false "browserName": "chrome" "browserVersion": "87.0.4280.88" "chrome": { "chromedriverVersion": "87.0.4280.88 (89e2380a3e36c3464b5dd1302349b1382549290d-refs/branch-heads/4280@{#1761})" "userDataDir": "/tmp/.com.google.Chrome.E65Hxx" } "goog:chromeOptions": { "debuggerAddress": "localhost:39884" } "networkConnectionEnabled": false "pageLoadStrategy": "normal" "platformName": "linux" "proxy": {} "setWindowRect": true "strictFileInteractability": false "timeouts": { "implicit": 0 "pageLoad": 300000 "script": 30000 } "unhandledPromptBehavior": "dismiss and notify" "webauthn:virtualAuthenticators": true "webdriver.remote.sessionid": "9a0e2cf20672a7d2ea554bde8933da91" } "sessionId": "9a0e2cf20672a7d2ea554bde8933da91" } was thrown, throw an Error :) at at process._tickCallback (internal/process/next_tick.js:189:7) !image

$ node --version v8.17.0

webdriver :


"webdriver": {
        "host": "192.168.5.190",                      
        "port": "4444",                         
        "browsers": "chrome",     
        "chromeOptions": {                        
          "w3c": false
        }
    },              

macaca-bot avatar Jan 28 '21 10:01 macaca-bot