Micro Focus QTP (UFT) Forums
object disabled - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: object disabled (/Thread-object-disabled--8892)



object disabled - eliass - 05-16-2017

Hi Guys
             I am automating the login page when i entered the username and password the login button is disabled i have tried to use send keys method and mercury device but they does not work please advise me.I am using UFT 12.1 Tool and I.E 11 browser


RE: object disabled - Vichu M J - 05-30-2017

Hi Eliass,

Try changing the replay type, it should solve ur problem.

Setting.Webpackage("ReplayType")=2
<<<You login codes>>>
Setting.Webpackage("ReplayType")=1

Hope this would solve ur problem.

Thanks,
Vichu M J