Class PlaywrightNodeCodeSnippetGenerator
java.lang.Object
com.vaadin.uitest.codesnippetgeneration.PlaywrightNodeCodeSnippetGenerator
- All Implemented Interfaces:
CodeSnippetGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActionCodeSnippet(LocatedGherkinElement element, Action action, String... args) getAssertionCodeSnippet(LocatedGherkinElement element, Assertion assertion, boolean negative, String... args) getLocatorCodeSnippet(GherkinElement gherkinElement, String elementVarName, String parentVarName)
-
Constructor Details
-
PlaywrightNodeCodeSnippetGenerator
public PlaywrightNodeCodeSnippetGenerator()
-
-
Method Details
-
getLocatorCodeSnippet
public CodeSnippet getLocatorCodeSnippet(GherkinElement gherkinElement, String elementVarName, String parentVarName) - Specified by:
getLocatorCodeSnippetin interfaceCodeSnippetGenerator
-
getActionCodeSnippet
public CodeSnippet getActionCodeSnippet(LocatedGherkinElement element, Action action, String... args) - Specified by:
getActionCodeSnippetin interfaceCodeSnippetGenerator
-
getAssertionCodeSnippet
public CodeSnippet getAssertionCodeSnippet(LocatedGherkinElement element, Assertion assertion, boolean negative, String... args) - Specified by:
getAssertionCodeSnippetin interfaceCodeSnippetGenerator
-