You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## How to handle multiple tabs in automation test in Pytest on [LambdaTest](https://www.lambdatest.com/?utm_source=github&utm_medium=repo&utm_campaign=Pytest-multiple-tabs)
2
+
3
+
If you want to handle multiple tabs using an automation test in Pytest on LambdaTest, you can use the follwing steps. You can refer to sample test repo [here](https://github.com/LambdaTest/pytest-selenium-sample).
4
+
5
+
### Code
6
+
7
+
To open a new tab, you can use the following line of code:
0 commit comments