You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reworking the mechanism how Action annotation can be defined it might be usefull to be able to map annotation attributes to constructor parameters of the impelemting class.
For example the WriteAction could have a parameter configuring if inpiut field should be cleared or just to append the text.
This could be done by introduce a mapping mechanism.
At the moment the mapping is done in a fix way:
For Actions placeable on methods:
WebDriver driver, LocatorCondition sideCondition
For Actions placeable on method parameters:
WebDriver driver, LocatorCondition sideCondition, String parameter
The text was updated successfully, but these errors were encountered:
After reworking the mechanism how Action annotation can be defined it might be usefull to be able to map annotation attributes to constructor parameters of the impelemting class.
For example the WriteAction could have a parameter configuring if inpiut field should be cleared or just to append the text.
This could be done by introduce a mapping mechanism.
At the moment the mapping is done in a fix way:
For Actions placeable on methods:
WebDriver driver, LocatorCondition sideCondition
For Actions placeable on method parameters:
WebDriver driver, LocatorCondition sideCondition, String parameter
The text was updated successfully, but these errors were encountered: