- Captured Screenshot
+ Captured Screenshot
+
{Object.keys(row.binaryOutput).map((key) => {
try {
const imageUrl = row.binaryOutput[key];
@@ -152,10 +185,10 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
-
+
Download Screenshot
-
+
)
} catch (e) {
@@ -171,4 +204,4 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
);
-}
+};