SpecFlow.Actions icon indicating copy to clipboard operation
SpecFlow.Actions copied to clipboard

Example of SpecFlow.Actions.Selenium with Selenium Grid 4

Open dfibuch opened this issue 3 years ago • 4 comments

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.

dfibuch avatar Feb 17 '22 10:02 dfibuch

Hi, I am also interested in this. Thanks.

nealio42 avatar Feb 25 '22 20:02 nealio42

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

nealio42 avatar Feb 28 '22 13:02 nealio42

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

dfibuch avatar Feb 28 '22 14:02 dfibuch

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?

SabotageAndi avatar Mar 10 '22 09:03 SabotageAndi