Skip to content

Instantly share code, notes, and snippets.

@craigmr
Created July 11, 2013 18:23
Show Gist options
  • Save craigmr/5977864 to your computer and use it in GitHub Desktop.
Save craigmr/5977864 to your computer and use it in GitHub Desktop.
So at work we are setting up a selenium RC 1 grid. We decided to use RC1 and not web drivers since we can setup user-extensions to create locations and custom actions for our QA team. We’ve slowly got the grid running with our python test cases running the client drivers. Somewhere in the setup (we still don’t know the cause) our user extensions…
//This is a fix to get the user-extensions working for RC. The check is to prevent a runtime error in the IDE
//since the IDE does not contain command factory.
if(this['commandFactory']){
commandFactory.registerAll(selenium);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment