M
M
Maxim2020-01-15 14:25:04
Python
Maxim, 2020-01-15 14:25:04

How to make specify window for selenium?

How to specify a window for selenium? That is, let's say I run two scripts, how can I do to designate each script its own browser window?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Boris Korobkov, 2020-01-15
@MaximPython

Simultaneously run the same tests in different browsers - this will be the default if you specify several browsers in the config.
Simultaneously run different tests in different browsers - make different configs / tests and run several threads from the console, independently of each other.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question