Controlling firefox tabs in selenium

后端 未结 2 1122
醉酒成梦
醉酒成梦 2020-12-11 12:56

According to the window_handles documentation:

window_handles

Returns the handles of all windows within the current session.<

2条回答
  •  死守一世寂寞
    2020-12-11 13:29

    Only the top level browser window has an HWND. Tabs don't have their own HWNDs. For more clarification refer here.

提交回复
热议问题