Search code examples
flex-monkey

Input doesn't enable button


In my app, a user has to enter at least one character in the password Text Input in order to enable the login button.

If I record the event using FlexMonkey, I see this:

SelectedText: 'password' (0,0) Input: 'password' (myPassword)

But the button doesn't get enabled when I run it from FlexMonkey. What is happening here?

Any helpful clues will be very much appreciated.

Thank you!


Solution

  • Potentially, Flex Monkey is not interacting with the UI or say firing UI events

    for me, I always use text change event to capture such kind of things.