crash - Selenium IDE - waitForTextPresent -
i have problem selenium ide's command - waitfortextpresent
.
<tr> <td>waitfortextpresent</td> <td>*saved successfully</td> <td></td> </tr>
i had couple of tests using command. tests worked fine, now, during executing command web application freeze, after while firefox crashed, whole firefox freezed , received selenium ide timeout exception after while. question is, why happening? didn't change tests or selenium settings.
one time received error: script on page may busy, or may have stopped responding. can stop script now, open script in debugger, or let script continue. script: chrome://selenium-ide/content/…nium-core/scripts/htmlutils.js:679
windows 7 firefox 38.0.5 selenium ide: 2.8.0 using couple of add-ons related selenium (e.g.: sel block).
waitfortextpresent
deprecated command, try using waitfortext
css locator target, , '*saved successfully' bit value.
Comments
Post a Comment