Advertisement
SeleniumETrainR

Selenium IDE user extension example – timesofindia captcha c

Nov 28th, 2012
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Selenium.prototype.doCaptchaCalculator = function()
  2. {
  3.     var text = storedVars['addition'];
  4.     var arr = text.split(" ");
  5.     var sum = new Number(arr[0]) + new Number(arr[2]);
  6.  
  7.     selenium.doType("//*[@id='mathuserans2']" , sum);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement