On Wed, Oct 15, 2008 at 1:27 AM, Basil B Thoppil
<[EMAIL PROTECTED]> wrote:
> Hi everyone,
> I am using the cPAMIE library for automation of websites. It has a function
> findTextbox(name) , which takes the name(a string) of the text box and
> searches for it and return True if it exists. Now I don
Hi everyone,
I am using the cPAMIE library for automation of websites. It has a function
findTextbox(name) , which takes the name(a string) of the text box and
searches for it and return True if it exists. Now I dont have a static name
and so I wanted to use regular expression. I cannot pass regul