morde
12 years agoContributor
NameMapping size increasing
Hi there, I am working for a while on a name mapping, which was 2MB until last week, but now it increased to 47MB! I haven't added many objects this week. The only thing new in my attitude ...
- 5 years ago
Hi ,
Did a small work around. After entering username and do tab and enter password. Here the ok button was not enabled. So now i have added Tab keyword twice. then the OK button enabled
Aliases.FirmwareTestTool.UserAuthenticationDlg.userIdTextBox.SetText("adiUser") #Enters '[Tab]' in the 'userIdTextBox' object. Aliases.FirmwareTestTool.UserAuthenticationDlg.userIdTextBox.Keys("[Tab]") Aliases.FirmwareTestTool.UserAuthenticationDlg.passwordTextBox.SetText(Project.Variables.Password1) Aliases.ADI_EagleEye_BoardandFirmwareTestTool.UserAuthenticationDlg.userIdTextBox.Keys("[Tab]") #Enters '[Tab]' in the 'userIdTextBox' object. Aliases.ADI_EagleEye_BoardandFirmwareTestTool.UserAuthenticationDlg.userIdTextBox.Keys("[Tab]") #Clicks the 'okButton' button. Aliases.ADI_EagleEye_BoardandFirmwareTestTool.UserAuthenticationDlg.okButton.ClickButton()