aerokube / windows-images

Step by step instructions for building Docker images with Windows
Apache License 2.0
221 stars 44 forks source link

multiple requests #20

Closed szakika10 closed 4 years ago

szakika10 commented 4 years ago

Hi,

I tried that, run 2 selenium test and, first was ok, but the second test get error. (I have a jar and I ran this 2 times at the same time. One of them from one terminal, and the other from other terminal) is it possible somehow that works good? So the driver/url can serve two or more connection? if is it possible, then how? Thanks and sorry for my english.. :) I hope i was clear

aandryashin commented 4 years ago

Actually, edge does not support parallel sessions, that is why we have to pack it to docker image. Try to run separate docker container for every test.

вт, 15 окт. 2019 г., 9:41 szakika10 notifications@github.com:

Hi,

I tried that, run 2 selenium test and, first was ok, but the second test get error. (I have a jar and I ran this 2 times at the same time. One of them from one terminal, and the other from other terminal) is it possible somehow that works good? So the driver/url can serve two or more connection? if is it possible, then how? Thanks and sorry for my english.. :) I hope i was clear

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/20?email_source=notifications&email_token=AAKY23PXGDKP7ZJWQRVD5WLQOVQZJA5CNFSM4JAX7JIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRYZWKA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKY23NI3HUPBIXF4L4PU2DQOVQZJANCNFSM4JAX7JIA .

szakika10 commented 4 years ago

thank you :)