开发者

Selenium: Is the select window is corresponding to session

I want to know how the selenium selectWindow selects the window is it according to session. i.e. If I have two sessions in parallel and both the sessions are selecting pop-up window with same name MyWindow1 started by there corresponding sessions.

开发者_如何学Python

Session1 = Opens the new pop-up named MyWindow1

Session2 = Opens the new pop-up named MyWindow1

Then is the selection is according to there sessions please explain

Please clear me.

Thanks.


Yes, the selectWindow command only selects windows opened from the session where it is issued. Two Selenium sessions cannot interact with each other.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜