UNPKG

chrec-core

Version:

ChRec's core business logic and model for testing HTML locator robustness

11 lines (10 loc) 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const identififable_1 = require("./identififable"); class ActionTestResult extends identififable_1.Identificable { constructor(browser, id) { super(id); this.browser = browser; } } exports.ActionTestResult = ActionTestResult;