Forum Discussion

wee0511's avatar
wee0511
Senior Member
6 years ago

If the display size is different, test completion does not click the object

 

 I want Click Login Button, But TestComplete Click here

 

 

 

 

Login Button Aliases.browser.Page("").Panel("container").Object("myFlashContent").MF2App("myFlashContent").EButton("btnLogin")

 

 

Script

mainframe = Aliases.browser.Page("").Panel("container").Object("myFlashContent").MF2App("myFlashContent")

mainframe.EButton("btnLogin").ClickButton()

 

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi,

     

    What version and bitness of TestComplete (Help|About) are you using?

    What browser and version?

    Check that the page zoom in the browser is set to 100%

     

    I assume that both browser and Flash Player are prepared as per the recommendations in the TestComplete help, aren't they?