anatar02
12 years agoContributor
Why the RibbonControl Items are not exist in the NameMapping?
All,
We have a serious issue with the RibbonControl, infact we blocked automating the test cases. let me explain the issue in detail.
I have a RibbonControl, which contains some Items some thing like New|Edit|ResetPassword|find, please find the ribbon.jpgfor your references.
the issue is, I am able to click the Item by using the below code.
Aliases["RetailSuite_AdminConsole"]["MainForm"]["ribbon"]["ClickItem"]("Users|Edit|New");
but the issue is above code is working fine if i am using some sleep statement, but that makes the scripts execution time higher, as i would be having 10000 scripts. so please advice me some synchronous wait statement. Note : - Find|New|Edit|Resetpassword these are the Items exists in the Ribbon controllers and those items were not exist in the NameMapping, so please advice us is there any setting needs to be done to get the controllers
We have a serious issue with the RibbonControl, infact we blocked automating the test cases. let me explain the issue in detail.
I have a RibbonControl, which contains some Items some thing like New|Edit|ResetPassword|find, please find the ribbon.jpgfor your references.
the issue is, I am able to click the Item by using the below code.
Aliases["RetailSuite_AdminConsole"]["MainForm"]["ribbon"]["ClickItem"]("Users|Edit|New");
but the issue is above code is working fine if i am using some sleep statement, but that makes the scripts execution time higher, as i would be having 10000 scripts. so please advice me some synchronous wait statement. Note : - Find|New|Edit|Resetpassword these are the Items exists in the Ribbon controllers and those items were not exist in the NameMapping, so please advice us is there any setting needs to be done to get the controllers