We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa440f commit 98a96a6Copy full SHA for 98a96a6
devices/simulator.go
@@ -300,7 +300,7 @@ func getWebdriverAgentFilename(arch string) string {
300
301
func getWebdriverAgentDownloadUrl(arch string) string {
302
filename := getWebdriverAgentFilename(arch)
303
- return "https://github.com/appium/WebDriverAgent/releases/download/v9.15.1/" + filename
+ return "https://github.com/appium/WebDriverAgent/releases/download/v10.2.5/" + filename
304
}
305
306
func (s SimulatorDevice) downloadWebDriverAgentFromGitHub() (string, error) {
0 commit comments