mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-10 17:43:00 +08:00
Merge branch 'fix_wda_port' into 'master'
Fix wda port See merge request iesqa/httprunner!94
This commit is contained in:
@@ -1 +1 @@
|
||||
v5.0.0-beta-2505191531
|
||||
v5.0.0-beta-2505272013
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user