yaseenmd
9 years agoContributor
Unable to Focus the control
I am Testing Flex/Flash Based Web application. Using flash player debugger approach.
There is text box in the application. I want to send the keys to that object. But i am getting an error as "unable to focus the control".
Additional Info: An attempt to focus the control failed. The control may be invisible, disabled, non-focusable, or it may pass focus to another control.
below is code to send keys to the object:
Aliases.browser.Page("http://10.254.48.39/").Panel("flashDiv").Object("container").Container(0).PageObject("Page 66").Sprite(0).ChildObject("child4").Keys("Test");
Attached is the screenshot of the object.