Has anyone been able to run selenium RC with SmartClient user extensions?
I'm not really sure if I'm doing the right steps.
I launch the server with the extensions:
but as soon as I try to execute an action using scLocator I get:
from the log window. The error message is: _1.match("ID=\\\"(.*)\\\"") is null
You can find the full log here:
http://pastebin.org/220255
Any tips related to the use of sc user extensions will be really useful
thanks :)
I'm not really sure if I'm doing the right steps.
I launch the server with the extensions:
Code:
java -jar lib/selenium-server.jar -userExtensions lib/user-extensions.js
from the log window. The error message is: _1.match("ID=\\\"(.*)\\\"") is null
You can find the full log here:
http://pastebin.org/220255
Any tips related to the use of sc user extensions will be really useful
thanks :)
Comment