Is it possible to load an external javascript through Selenium R开发者_运维技巧C? Suppose I want to enable jquery in my tests so that I could use the jquery capability for my user-extension.js. Is this possible? I'm using Java for this.
We are testing a black box web app in production so we are not able modify the code we are testing.
Thanks!
Have you seen this or this from Google ?
精彩评论