WebDriver.jl icon indicating copy to clipboard operation
WebDriver.jl copied to clipboard

default path & content header change for selenium 4

Open shaqtsui opened this issue 2 years ago • 1 comments

default path & content header change for selenium 4

Description

selenium 4 have changed host path from "/wd/hub" -> "" also content-type header need to have charset included. another bug about WDError construction: json.value -> json

Some test case can not be execute, as the test dendent page is not available anymore. But manual tests done.

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [x] This change requires a documentation update

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] New and existing unit tests pass locally with my changes

shaqtsui avatar Mar 27 '22 07:03 shaqtsui

@Nosferican @shaqtsui This PR should be useful for those who want to use selenium 4

terasakisatoshi avatar Jun 02 '24 12:06 terasakisatoshi