Cannot Execute Custom Selenium Assert Function From User-extensions.js File, When Running Python Rc Against Selenium Server
I'm trying to export a Selenium script to Python from the Selenium IDE. I am using a few user-extension.js functions though (which are working in Selenium IDE). After exporting to
Solution 1:
You need to rewrite your custom JavaScript functions in Python, as described here:
http://groups.google.com/group/selenium-users/browse_thread/thread/e927dad7e6cb2944/1712b997934cece5
It can't connect the Python object to your custom JS, so it leaves that comment there to remind you to implement it in Python.
Post a Comment for "Cannot Execute Custom Selenium Assert Function From User-extensions.js File, When Running Python Rc Against Selenium Server"