selenium-side-runner
Version:
Run Selenium IDE projects in cli
2 lines • 340 B
TypeScript
export default function Satisfies(strGolden: string, strVersion: string): "project file is older than recommended, in case of issues upgrade the project via the IDE" | "runner is older than project file, in case of issues upgrade the runner using: `npm i -g selenium-side-runner@latest`" | undefined;
//# sourceMappingURL=versioner.d.ts.map