SeSReportLink¶
Used to show link (url and text) in the report.
Action Summary¶
Action | Description |
---|---|
SeSReportLink | Used to show link (url and text) in the report. |
Action Detail¶
SeSReportLink¶
Used to show link (url and text) in the report.
Tester.Assert("Navigation successfull", true, [SeSReportLink("https://v3.libraryinformationsystem.org/", "Demo Site")])
Parameters:
Name | Type | Description |
---|---|---|
url | string | Actual link. |
text | string | Text to show in the report. |