Forum Discussion

maxthomassin2's avatar
maxthomassin2
Occasional Contributor
11 years ago

setActive();

Hello everyone,



im trying to move from an item using [Tab]



//Set the focus on the object

all.Item(strReference).setActive();

//Move

all.Item(strReference).Keys("[Tab][Tab]");



When testcomplete do the tab, it's going in the browser navigation bar for an unknown raison. Manually it's working fine.



Without the setActive, its working, but sometimes, without the setActive, the tab do not start at the desired item.



No RepliesBe the first to reply