Forum Discussion

jpantoja19's avatar
jpantoja19
Occasional Contributor
8 years ago
Solved

Text editor field NOT becoming enabled on keyword test playback?

I have a web application in which I created a keyword test (javascript) to create a new employer account. When I enter a new employer name in the 'Employer Name' field the 'Add New Employer' button b...
  • AlexKaras's avatar
    8 years ago

    Hi,

     

    I expect that keyword test enters employer's name using the .SetText() method. If this is the case, replace .SetText() with .Keys() method call and check if this helps.