Selenium WebDriver Click() fails with IE9

前端 未结 10 1862
礼貌的吻别
礼貌的吻别 2021-02-15 17:13

(I\'ve looked at many other similar posts on SO and have unfortunately not been able to solve this problem, so here goes...)

I\'m using Selenium WebDriver (C# implementa

10条回答
  •  生来不讨喜
    2021-02-15 18:05

    I see multiple solution here, but i thought I would share what worked for me in case anyone else out there needed a different approach. I had a similar problem, for me the solution was as simple as clicking using a different method

    For example

    btn.Sendkeys(Keys.Enter); 
    

提交回复
热议问题