feat: screenshot browser steps
This commit is contained in:
@@ -135,7 +135,11 @@ export const RightSidePanel = () => {
|
|||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
) : null
|
) : (
|
||||||
|
step.type === 'screenshot' && (
|
||||||
|
<Typography>{`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`}</Typography>
|
||||||
|
)
|
||||||
|
)
|
||||||
}
|
}
|
||||||
</Box>
|
</Box>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user