But I'm not able to find anything with dotnet core installed so that I can run selenium tests written in C#.
Do you know where I could find such?
Thanks!
Sahil Goyal
unread,
Apr 15, 2020, 9:59:27 AM4/15/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Hi Praca,
The selenium docker images are language agnostic and they are used to set up a hub where you will run your tests. Why you require a dotnet core?
Regards,
Sahil Goyal
Praca Softwaremind
unread,
Apr 15, 2020, 10:05:33 AM4/15/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Hi Sahil,
I'll write my tests in C# so I'll need dotnet core to run these tests.
Sahil Goyal
unread,
Apr 15, 2020, 10:19:23 AM4/15/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Hi Praca,
You don't a specific language docker image. I am running my Java and Nodejs tests on the same selenium docker image.
Praca Softwaremind
unread,
Apr 15, 2020, 10:48:21 AM4/15/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Hmm, I think I know what you mean. I'm trying now to setup two containers. One will be selenium standalone chrome, another one will be dotnet core with selenium C# tests which will be talking to selenium server from the first one. Does it make sense?
Sahil Goyal
unread,
Apr 15, 2020, 11:15:24 AM4/15/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Then in this case you should create your own container.