avinashshukla
2 years agoOccasional Contributor
Based on different resolution it is clicking on different item
consider eg: Treeviewittem
UNIT_03
UNIT_04
UNIT_05
UNIT_06
UNIT_07
while calling code:
Call pynb_MultiSelectTreeView.ClickItem("|UNIT_06")
Call Delay(1182)
Call pynb_MultiSelectTreeView.ClickItemR("|UNIT_06")
Call Delay(2508)
it sometime clicked on UNIT_06 , sometime it clicked item UNIT_03 , sometimes it clicked on unit_07
(It may be due to different resolution the application is tested) but it should be in-dependent on that.
How it can be resolved? Independent of resolution or other etc