@dev-blinq/cucumber_client 1.0.1614-dev → 1.0.1615-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -162,7 +162,7 @@ export function getInitScript(config, options) {
|
|
|
162
162
|
);
|
|
163
163
|
})();
|
|
164
164
|
`;
|
|
165
|
-
return preScript + recorderScript +
|
|
165
|
+
return preScript + recorderScript + clipboardBridgeScript;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
async function evaluate(frame, script) {
|