feat: explain robot duplication

This commit is contained in:
amhsirak
2024-11-19 00:23:18 +05:30
parent 3b4363d0e9
commit 1a27ed7dd6

View File

@@ -129,7 +129,7 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia
{ {
robot && ( robot && (
<> <>
<span>When to duplicate robots?</span> <span>Robot duplication is useful to extract data from pages with the same structure.</span>
<br /> <br />
<span> <span>
Example: If you've created a robot for <code>producthunt.com/topics/api</code>, you can duplicate it to scrape similar pages Example: If you've created a robot for <code>producthunt.com/topics/api</code>, you can duplicate it to scrape similar pages