Is any way to get captcha value and store it in a variable?
Posted
by Vijay Prasath
on Stack Overflow
See other posts from Stack Overflow
or by Vijay Prasath
Published on 2010-06-02T10:12:11Z
Indexed on
2010/06/02
10:13 UTC
Read the original article
Hit count: 208
selenium
I am Using Selenium RC in C# My application has 3 Captha image in Different registration pages. i have a Huge script i will run it on night hours(when i am off). Hence i feel it will be better if i can capture the last displaying captcha image value and store it in to a variable so that i can input on the relevant field. Is it Possible ?
© Stack Overflow or respective owner