General question about selenium automation | Selenium C# Forum
M
mai Posted on 21/03/2019

Hi

Have a general question . We currently have about 160 tests that are running using latest selenium version . on average some always fail for timeout or element not found , somewhat random.

should it be possible to get all tests to pass (at least most of the time)


M
mai Replied on 21/03/2019

forgot to mention that

We currently run all our tests on selenium (latest version) and ie 11 through coded ui in visual studio.


G
gunjan Replied on 23/03/2019

Try adding the wait statement in between for the elements which are not found most of the time.


M
mai Replied on 25/03/2019

I'll try that

thansk Gunjan