Playwright
CompletedFunctionality of the Plugin:
- Managing Webdriver instance per Scenario and register it into the Scenario Container
- Start Browser when used the first time
- Stop Browser at the end of Scenario - Helper Methods for
- Clicking Button
- Entering Text into Input
- Get Text from an Input - Make Screenshots after each step
- enabled in specflow.json
-
SpecFlow.Action is finished. Details at https://github.com/SpecFlowOSS/SpecFlow.Actions/tree/main/Plugins/SpecFlow.Actions.Playwright
0 -
Hello
Although the development status of the Plugin for Playwright is as complete.
Nuget Package cannot be installed in a new solution due to version conflicts of dependent packages.
https://github.com/SpecFlowOSS/SpecFlow.Actions/issues/28
Victor Perez
0 -
Hi,
Andreas Willich Can I use SpecFlow.Actions.Playwright us separate project in my solution - not as library to be able adding and updating "Interactions".Issue that I have for example
Finding elements by ID - and Enter text does not work for a lot of elements in my WEB Project.
await _interactions.SendTextAsync(FirstNumberFieldSelector, number);I must use Element selectors.
Or what way will be the best in this case?Thank you
0
Please sign in to leave a comment.
Comments
3 comments