UserForms: Radio Buttons Click automatically during the test run
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019
01:56 AM
10-29-2019
01:56 AM
UserForms: Radio Buttons Click automatically during the test run
Hello Memebers,
I have a questions regrding UserForm radio buttons,
is it possible to click the radio buttons in userform click automatically if so please guide some documentation or any other alternatives please
regards
SivaKartheek Sreeram
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019
02:18 AM
10-29-2019
02:18 AM
Hi Members,
Found the solution
NameMapping.Sys.Process("TestComplete").Window("TUserForm", "", 1).Window("TcxButton", "Next", 1).Click()
thanks
