Hello all,

maybe my user-extensions.js is wrong.

Selenium.prototype.assertCmd = function (xxx)
{

        if (xxx)
        {
                return (true);
        }

        var errorMessage = "error message";

        throw new Error(errorMessage);
}


| verifyCmd | 0 | |

Test stops when the error occurs in the verifyCmd.
But verify command is continue on error.

Maybe, my code's throw is wrong.
What should I write code?

Thank you in advance and best regards,
neko bsd.


--------------------------------------
Know more about Breast Cancer
http://pr.mail.yahoo.co.jp/pinkribbon/

_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to