Fix edgedriver checkver

This commit is contained in:
Brandon Smith 2018-03-30 16:00:54 -04:00
parent ee0e49fbcb
commit 5067e6ca08

View File

@ -6,6 +6,6 @@
"bin": "MicrosoftWebDriver.exe",
"checkver": {
"url": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads",
"re": "(Release \\d+)"
"re": "Version: ([\\d.]+)"
}
}