-2

I am working on interacting with windows GUI, where in i am trying to move from one tab to another.

I Want to move to next tab i.e Authentication tab using pywinauto. I tried tabcontrol but it is not working for me. Below is the image for reference.

Refering to the image below. I want to go the next tab which is Authentication tab from networking tab.

Also, Suggest me which is the best tool to automate the scripts which involves interaction with windows application / GUI.

Local Area Connection 2 Properties

CJ Dennis
  • 4,226
  • 2
  • 40
  • 69
  • 2
    Please post the code you have tried. – F_SO_K Jan 19 '18 at 10:40
  • 1
    This tab control should be automatable using pywinauto (even with legacy "win32" backend). Which code doesn't work for you? Please post more details. I have no much time to write full example for you. – Vasily Ryabov Jan 19 '18 at 13:23

1 Answers1

-1

IE Option

You can send Ctrl + Tab for each tab.

user4157124
  • 2,809
  • 13
  • 27
  • 42