SpecFlow.Actions
SpecFlow.Actions copied to clipboard
As per documentation from SpecFlow.Actions.Selenium: _The browser is started automatically when you try to use the WebDriver the first time. It is closed after the scenario ends._ If I need...
Hi, would it be possible to expose a method to take screenshots from IBrowserInteractions contract ?
I originally posted this issue to the main repo here: https://github.com/SpecFlowOSS/SpecFlow/issues/2691, but it seems like it is a better fit for this repo. ### SpecFlow Version 3.9.74 ### Which test...
Hi there, we are using SpecFlow and Selenium for our tests on Chrome under .NET 6. We planned updating Chrome from 111 to 114, which means we also had to...
On Calculator example, inside WindowsAppDriver Plugin, if you update the nuget package SpecFlow.Actions.WindowsAppDriver to 0.1.350 you will receive the error when running the test: **OneTimeSetUp: BoDi.ObjectContainerException : Interface cannot be...
Currently when following the Playwright setup URL link for some reason it returns: "This page is not available for .NET." (Failed to load resource: the server responded with a status...
Hi, next problem: I always get the exception when I try to use SpecFlow.Actions.WindowsAppDriver "**OneTimeSetUp: BoDi.ObjectContainerException : Interface cannot be resolved: SpecFlow.Actions.Configuration.ISpecFlowActionJsonLoader (resolution path: SpecFlow.Actions.WindowsAppDriver.Configuration.WindowsAppDriverConfiguration)**" when I try to run...
https://github.com/SpecFlowOSS/SpecFlow.Actions/blob/3d0fcac2632473f142597faccf5f5a902c211716/Plugins/SpecFlow.Actions.Playwright/SpecFlow.Actions.Playwright/DriverInitialiser.cs#L62 In my SpecFlow Playwright project (mostly based on this one) I was seeing many node.js instances being created as the test suite ran. The longer the test suite ran,...
Hello, i went to update a project that used specflow in version "3.9.74" . After updating to version 4.0.31-beta I got the following packages:  however, when compiling it fails...
Added LambdaTest Plugin Link in ReadMe