How can I write assertion for hidden alerts in Selenium IDE -



How can I write assertion for hidden alerts in Selenium IDE -

i have assert hidden alert in selenium ide. commands suggested ide failed. below mentioned html tag error message. help!

<article class="alertify-log alertify-log-error alertify-log-show alertify-log- hide">error: user name , password doesn't match. please seek again.</article>

asserts article present:

<tr> <td>assertelementpresent</td> <td>css=article[class*='hide'][class*='alertify-log-error']</td> <td></td> </tr>

asserts text present:

<tr> <td>asserttext</td> <td>css=article[class*='hide'][class*='alertify-log-error']</td> <td>error: user name , password doesn't match. please seek again.</td> </tr>

selenium-ide

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -