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
Hi Oraz,
Thanks for your sharing sample project on how to custom personal Element type and make @FindBy is works on custom personal Element type.
As I can't find any contact information of you in GitHub, so I am paste a issue here for asking some more complex personal Element Type.
I would like custom my Element type with a description field, to store this element's description, so that I can fetch back in page action in test report, for example in ReportNG reporter.
Hi Oraz,
Thanks for your sharing sample project on how to custom personal Element type and make
@FindBy
is works on custom personal Element type.As I can't find any contact information of you in GitHub, so I am paste a issue here for asking some more complex personal Element Type.
I would like custom my Element type with a description field, to store this element's description, so that I can fetch back in page action in test report, for example in ReportNG reporter.
for example:
and passed the description value to the Element
@Description
below:so that can add test operation information to test report, for example, ReportNG:
could you provide some more guide to me to implement my expectation?
Thanks.
The text was updated successfully, but these errors were encountered: