Tagged Questions
1
vote
3answers
1k views
having javascript force a Selenium test to fail
Is there a way for js code to force Selenium testing to fail? For (a probably bad) example, if I had the following:
return document.getElementById('foo').innerHTML == 'hello'
is there a way I could ...