在我的应用程序中, 用户必须在密码文字输入中至少输入一个字符, 才能启用登录按钮 。
如果我用FlexMonkey记录事件, 我看到这个:
SelectedText: password (0,0) Input: password (myPassword)
但是当我从FlexMonkey运行时,按钮没有被启用。这里发生了什么?
任何有帮助的线索都会非常感激。
谢谢!
在我的应用程序中, 用户必须在密码文字输入中至少输入一个字符, 才能启用登录按钮 。
如果我用FlexMonkey记录事件, 我看到这个:
SelectedText: password (0,0) Input: password (myPassword)
但是当我从FlexMonkey运行时,按钮没有被启用。这里发生了什么?
任何有帮助的线索都会非常感激。
谢谢!
可能, 狐猴不与UI互动, 或说是开火UI事件
对我来说,我总是使用文字改变事件 来捕捉这种东西。
在我的应用程序中, 用户必须在密码文字输入中至少输入一个字符, 才能启用登录按钮。 如果我使用 FlexMonkey 记录事件, 我可以看到这个: 选中文本: 密码 (...) 。
Hi i need solution for how to bring the flex compiler under Eclipse->Project->Properties I installed FLEX SDK 4.0 and the FLEX MONKEY 5.0 Please find below settings I done to automate a flash ...
We are currently testing parts of our application that open in popup windows. These windows are subclasses of TitleWindow. The issue we now run into is that the popups seems to be registered multiple ...