Guillaume Boudreau a écrit :
Anyone ever tried to implement global variables in Selenium ?
ie variables that would be available to all tests in a testsuite.

It seems to me that a variable doesn't stay registered becaus selenium cleat the vars array when fetching next test. So you could write your own extension  (perpetualStore ?) very easily, copying storeValue command in selenium source, but storing it in a table with a différent name.

cheers
Alex



_______________________________________________
Selenium-devel mailing list
[email protected]
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to