Tab backward

  • Автор темы Автор темы lokiys
  • Дата начала Дата начала

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 922
Реакции
1 206
Баллы
113
How to send Shift + Tab to instance ?

Manual works just great, it goes tab backward when You press Shift + Tab.

Tried different ways, One way
C#:
Развернуть Свернуть Копировать
instance.ActiveTab.KeyEvent("Tab", "press", "Shift");

Seems it sends something but not sure what. :D
 
Sorry for asking, but why wouldn't you switch to the previous Tab programmatically?
 
I think you could enumerate your tabs using methods of the instance object, then you could activate this or that tab. I guess it would be equal to switching it with keyboard. Check out this: https://help.zennolab.com/en/v5/zennoposter/5.11.6.0/webframe.html#topic486.html
Never tried it by myself though.

I think he doesn't mean to switch browser tabs, he needs to switch between form fields with the TAB keyboard key. Probably more reliable than regex in some cases. I'm also looking for the same functionality.
 
  • Спасибо
Реакции: Nick

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)