DomZZ
DomZZ
This is a great question since we invest a lot on writing specflow tests internally ...
Here is trace file : [screenrecorderlib.txt](https://github.com/sskodje/ScreenRecorderLib/files/9086806/screenrecorderlib.txt) My GPU is the one provided with Intel Core i5 7th generation : Intel HD Graphics 620 and pilote version is : 30.0.101.1994 Thanks
@rakib33 Here is the log file with option IsHardwareEncodingEnabled set to false. [screenrecorderlib_hardwareencodingenabled_false.txt](https://github.com/sskodje/ScreenRecorderLib/files/9149594/screenrecorderlib_hardwareencodingenabled_false.txt)
It seems something change with hardware encoding, I am now able to record a video in 5.2.0. But only if I comment following settings in MouseOptions : IsMouseClicksDetected = true,...
@SabotageAndi I've findout why I get the issue, this is due to the content of my specflow.json file : , "stepAssemblies": [ { "assembly": "ALOP" } ] If I remove...
I drop my own browser implementation to use yours (to standardize development and get the opportunity to have new features from you and the OSS community). But when you are...
Yes we also have this issue every day when running ours newman tests :(
I have also tried this : ``` _objectContainer = ((ObjectContainer)objectContainer).BaseContainer; ``` But with no luck @gasparnagy : I can send you my VS solution if you need.
sorry for the late answer ! Basically, my local projects was forks of specflow actions projects. I've forked : - SpecFlow.Actions.Configuration - SpecFlow.Actions.Selenium Injection are done in following classes :...
Here is my SeleniumRuntimePlugin.cs (so equals to Specflow one with renaming) : ```using Reqnroll.Actions.Selenium; using Reqnroll.Actions.Selenium.Configuration; using Reqnroll.Actions.Selenium.DriverInitialisers; using Reqnroll.Actions.Selenium.Hoster; using Reqnroll.BoDi; using Reqnroll.Plugins; using Reqnroll.UnitTestProvider; using System; [assembly: RuntimePlugin(typeof(SeleniumRuntimePlugin))]...