Skip to content

Commit 98a96a6

Browse files
committed
chore(deps): bump webdriveragent to 10.2.5
1 parent 3fa440f commit 98a96a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devices/simulator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ func getWebdriverAgentFilename(arch string) string {
300300

301301
func getWebdriverAgentDownloadUrl(arch string) string {
302302
filename := getWebdriverAgentFilename(arch)
303-
return "https://github.com/appium/WebDriverAgent/releases/download/v9.15.1/" + filename
303+
return "https://github.com/appium/WebDriverAgent/releases/download/v10.2.5/" + filename
304304
}
305305

306306
func (s SimulatorDevice) downloadWebDriverAgentFromGitHub() (string, error) {

0 commit comments

Comments
 (0)