SpecFlowOSS / SpecFlow.Actions

BSD 3-Clause "New" or "Revised" License
57 stars 53 forks source link

Example of SpecFlow.Actions.Selenium with Selenium Grid 4 #73

Open dfibuch opened 2 years ago

dfibuch commented 2 years ago

Does anyone have an example how to make this work with Selenium Grid 4? I'm fairly new to using Selenium so still getting my head around it but I've been using SpecFlow for a while (C# integration tests for an API).

I understand how SpecFlow and Selenium work, I've played around with the example to hit one of my sites and do a basic test but what I don't get is how the Grid fits in to this, how I'm supposed to pass in the Grid Url AND my site Url.

Any help greatly appreciated.

nealio42 commented 2 years ago

Hi, I am also interested in this. Thanks.

nealio42 commented 2 years ago

I don't think this can be done in the current implementations. We would need RemoteWebDriver here. Which makes this unusable. Bummer.

dfibuch commented 2 years ago

I don't think this can be done in the current implementations. We would need RemoteWebDriver here. Which makes this unusable. Bummer.

Ye I started looking into it and having a play before realising there is something missing

SabotageAndi commented 2 years ago

The Selenium Action doesn't have yet support for the RemoteWebDriver. But it should not be hard to add. Anybody wants to send a PR?