While running specflow test on Azure build pipeline i get error as System.InvalidOperationException : Element is not clickable at point (592,554) because another element obscures it

78 views
Skip to first unread message

paramdev singh basran

unread,
Jul 2, 2020, 2:15:27 PM7/2/20
to SpecFlow
The tests run normally on my local, for Chrome and Firefox, no issues

But on build i get below error:



ANd using correct version of nuget (i suppose)
Based on quick search, did all the below changes

Sudhindra G

unread,
Jul 3, 2020, 1:00:01 AM7/3/20
to SpecFlow
The issue clearly seems to be an issue with your script. Please try below:

  1. Use nuget Selenium.WebDriver.ChromeDriver with same version of chrome where you run the tests (We have used this Nuget so i dont have much idea on other Nugets out there)
  2. Add sufficient wait before you proceed with the Click operation so that you can click on the element only when the element is clickable
  3. Login to your ADO VM to understand what exactly goes there when you run the tests
Hope this helps.
Reply all
Reply to author
Forward
0 new messages