shimajima-eiji
10/12/2018 - 4:26 AM

selenium_sample: [https://nomuraya.work/techzine/0195, https://shimajima-eiji.github.io/gist/selenium_sample/]

<?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>Katalon</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">かたろん</td></tr>
</thead>
<tbody>
<tr><td>runScript</td><td><datalist><option></option></datalist></td><td>if文を書いて何とか頑張る。JQuery使える</td>
</tr>
</tbody></table>
</body>
</html>

compair SeleniumIDE.side, Katalon.html

selenium_sample

SeleniumIDE.side

view latest

{
  "id": "3c896a98-9e3b-42e3-a3f3-b7312ae8818c",
  "name": "Untitled Project",
  "url": "",
  "tests": [{
    "id": "0e51ab9f-61ac-470f-9193-dbba0d6b4fef",
    "name": "vivaldi",
    "commands": [{
      "id": "acaef989-dfe7-4a8c-9041-fc63fd0bd33f",
      "comment": "if文はJavascriptでゴリゴリ書く",
      "command": "runScript",
      "target": "",
      "targets": [],
      "value": ""
    }]
  }],
  "suites": [{
    "id": "c89e5c29-e1ca-4653-abac-547944c0617c",
    "name": "Default Suite",
    "persistSession": false,
    "parallel": false,
    "timeout": 300,
    "tests": []
  }],
  "urls": [],
  "plugins": [],
  "version": "1.0"
}

kataron.html

view latest

<?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>Katalon</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">かたろん</td></tr>
</thead>
<tbody>
<tr><td>runScript</td><td><datalist><option></option></datalist></td><td>if文を書いて何とか頑張る。JQuery使える</td>
</tr>
</tbody></table>
</body>
</html>

back

{
  "id": "3c896a98-9e3b-42e3-a3f3-b7312ae8818c",
  "name": "Untitled Project",
  "url": "",
  "tests": [{
    "id": "0e51ab9f-61ac-470f-9193-dbba0d6b4fef",
    "name": "vivaldi",
    "commands": [{
      "id": "acaef989-dfe7-4a8c-9041-fc63fd0bd33f",
      "comment": "if文はJavascriptでゴリゴリ書く",
      "command": "runScript",
      "target": "",
      "targets": [],
      "value": ""
    }]
  }],
  "suites": [{
    "id": "c89e5c29-e1ca-4653-abac-547944c0617c",
    "name": "Default Suite",
    "persistSession": false,
    "parallel": false,
    "timeout": 300,
    "tests": []
  }],
  "urls": [],
  "plugins": [],
  "version": "1.0"
}

compair SeleniumIDE.side, Katalon.html

selenium_sample