Thanks for your helpful reply,
Actually i did like this already, halt the execution for user to read
captcha image and enter it into browser pop up that i did using store
command with java script. My problem is that once pop up block opened
i can not scroll my registration page to read that captcha image that
resides at the end of my page and enter word into pop up block and
make execution continue. Is there any way(command) by which i can make
page focus on captha block ?
- Jignesh Patel
On Aug 26, 8:55 am, Vinaykumar Patel <
vinaykumar...@gmail.com> wrote:
> Hi,Most of the people generate 10-20 (or such limited set) images and keep
> using it randomly as captcha. If your site is using limited set of image
> then you can do mapping of image name with word typed in it. If this can
> not be implemented then halting system by asking user Input is good. My
> system has similar kind of problem and since I am using Selenium RC with
> Perl drives, I ask for user input in Perl script which keep the execution on
> hold till someone presses enter key in the execution console.
>
> -Vinaykumar Patel
>