Forum Discussion
Hi,
Check that system processes are not filtered out in the Object Browser (left buttons on the panel's toolbar) - https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/default-naming/object-tree-models.html
Hi Alex,
I have included system processes as well. But the process rundll32 is not displayed in object browser.
Thanks,
Karthik K R
- tristaanogre7 years agoEsteemed Contributor
Under Tools | Current Project Properties | Project | Open Applications | Process Filter make sure the setting there is indicated to at least not exclude that process.
- krkarthik_info7 years agoFrequent Contributor
I have cross checked and verified that the process is not excluded.
Thanks,
Karthik K R
- krkarthik_info7 years agoFrequent Contributor
Somehow I got the process listed in the object browser as Process("rundll32"). But I am facing another issue that I tried to click on the buttons in that dialog either Click on Yes or No. During runtime, testcomplete performs click on the buttons, but the dialog still remains active. Expected is on Clicking No the dialog will disappear. But in this case, the dialog remains active still on clicking on the No button.
On doing the same thing manually, the dialog disappears.
FullName of the dialog button is as below:
Sys.Process("rundll32").Window("#32770", "ApplicationDialogName", 1).Window("Button", "&No", 1)
Any suggestions?
Thank in advance.
Thanks,
Karthik K R