Merge branch 'fix_wda_port' into 'master'

Fix wda port

See merge request iesqa/httprunner!94
This commit is contained in:
张开元
2025-05-27 12:14:43 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
v5.0.0-beta-2505191531
v5.0.0-beta-2505272013

View File

@@ -138,7 +138,7 @@ func (wd *WDADriver) Setup() error {
if err != nil {
return err
}
wd.Session.SetBaseURL(fmt.Sprintf("http://127.0.0.1:%d", localPort))
wd.Session.SetBaseURL(fmt.Sprintf("http://localhost:%d", localPort))
if err = wd.initMjpegClient(); err != nil {
return err