ChromeDriver 76.0.3809.68 is throwing exception with SelectByVisibleText method: Script returns unexpected result

后端 未结 6 2071
梦毁少年i
梦毁少年i 2021-01-14 09:09

I have updated the selenium chromedriver to 76.0.3809.68 and the existing tests started to fail with new Select(webElement).selectByVisibleText(value) is failin

6条回答
  •  囚心锁ツ
    2021-01-14 09:44

    I had the same issue, but working fine after downgrading Driver version: Chrome is 76 (76.0.3809.100) and Driver is 75 (75.0.3770.140)

提交回复
热议问题