Help for this page

Select Code to Download


  1. or download this
     
    use Win32::IEAutomation;
            
    ...
            # Using 'name:' option ( <input type="text" name="username" ..
    +.....> )
            $ie->getTextBox('Email:',"sreenathdravidian")->SetValue($user)
    +;
    
  2. or download this
    WARNING: 'Email:' is not supported to get the object