Skip to content

Instantly share code, notes, and snippets.

@devalex88
Created March 20, 2018 02:44
Show Gist options
  • Save devalex88/a313a31c0a42b51228ae90a4b0c73b56 to your computer and use it in GitHub Desktop.
Save devalex88/a313a31c0a42b51228ae90a4b0c73b56 to your computer and use it in GitHub Desktop.
Katalon Recorder drag and drop
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<title>dragAndDrop</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">dragAndDrop</td></tr>
</thead>
<tbody>
<tr><td>open</td><td>http://katalon-test.s3.amazonaws.com/demo-aut/dist/html/dragdrop.html<datalist><option>http://katalon-test.s3.amazonaws.com/demo-aut/dist/html/dragdrop.html</option></datalist></td><td></td>
</tr>
<tr><td>dragAndDropToObject</td><td>id=draggable<datalist><option>id=draggable</option><option>//div[@id='draggable']</option><option>//div[2]</option><option>css=#draggable</option></datalist></td><td>id=droppable</td>
</tr>
</tbody></table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment