How to open a new tab using Selenium WebDriver?

后端 未结 29 2456
野的像风
野的像风 2020-11-22 04:40

How to open a new tab in the existing Firefox browser using Selenium WebDriver (a.k.a. Selenium 2)?

29条回答
  •  旧巷少年郎
    2020-11-22 05:36

    Selenium doesn't support opening new tabs, it only supports opening new windows. For all intents an purposes a new window is functionally equivalent to a new tab anyway.

    There are various hacks to work around the issue but they are going to cause you other problems in the long run.

提交回复
热议问题