click() function on selenium not working in C# -
i fed problem , not finding solution.
the problem trying test website using test automation in c#. need sign in, sign-in button not button, it's span tag property set 'role=button'
.
i using selenium chrome web driver , using unit extensions automate test. problem whenever run test in test explorer click event performed, page not navigate next page, , nothing happens. however, when set break point , run same test through main
function works fine.
i have set break point perform click operation , perform login operation.
i using visual studio console application. here pic of web site html tag.
the problem click function not loaded @ time run test "quick", when debug. try load page. wait 1 second. getelement , click it. normal in pages add javascript function elements dynamically.
Comments
Post a Comment