* @param {string} output * @returns {Locator}
(output)
| 504 | * @returns {Locator} |
| 505 | */ |
| 506 | as(output) { |
| 507 | this.output = output |
| 508 | return this |
| 509 | } |
| 510 | |
| 511 | /** |
| 512 | * @param {CodeceptJS.LocatorOrString} locator |
no outgoing calls
no test coverage detected