mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
refactor: move gwda into uixt
This commit is contained in:
@@ -5,11 +5,10 @@ package uixt
|
||||
import (
|
||||
"image"
|
||||
|
||||
"github.com/electricbubble/gwda"
|
||||
"github.com/rs/zerolog/log"
|
||||
)
|
||||
|
||||
func Extend(driver gwda.WebDriver, options ...CVOption) (dExt *DriverExt, err error) {
|
||||
func Extend(driver WebDriver, options ...CVOption) (dExt *DriverExt, err error) {
|
||||
return extend(driver)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user