Error registering PhantomJS node in Selenium Grid

前端 未结 7 2112
情歌与酒
情歌与酒 2021-02-08 10:10

I have the following problem

  • I successfully launched Selenium Grid hub with:

java -jar selenium-server-standalone-2.53.0.jar -role hub<

7条回答
  •  终归单人心
    2021-02-08 10:21

    Following this gist: https://gist.github.com/neuro-sys/41e368839a9b20dafb34

    Editing the binary to put a // in front of the offending line worked for me, but not the string replace thing.

    -> Follow the part about using hdex

    Search for platform:

    and replace with //atform:

    by replacing the letters pl with // (2F2F in hex)

提交回复
热议问题