Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8385 lines
325 KiB

5 years ago
  1. {
  2. "id": "dc4c7f08-00a5-4b7f-a678-db2abbea87c3",
  3. "version": "2.0",
  4. "name": "acdr test",
  5. "url": "http://acdrtoolbox.dev.prometeoinnovations.com",
  6. "tests": [{
  7. "id": "e1d61e0a-312f-4d95-b5a4-bf3444f7f260",
  8. "name": "Untitled",
  9. "commands": []
  10. }, {
  11. "id": "5c981b2a-5bbc-4a2d-8579-fbbe7a0bb6a6",
  12. "name": "test",
  13. "commands": [{
  14. "id": "e1fb3857-5c0c-4dda-9532-60c38133efcb",
  15. "comment": "",
  16. "command": "open",
  17. "target": "/es/es",
  18. "targets": [],
  19. "value": ""
  20. }, {
  21. "id": "7a6eadad-0517-45e3-8fb8-d0c1520363d2",
  22. "comment": "",
  23. "command": "setWindowSize",
  24. "target": "1936x1056",
  25. "targets": [],
  26. "value": ""
  27. }, {
  28. "id": "d5047644-408c-483f-b22f-9cc0bb749c14",
  29. "comment": "",
  30. "command": "click",
  31. "target": "linkText=Login",
  32. "targets": [
  33. ["linkText=Login", "linkText"],
  34. ["css=.card:nth-child(1) .btn:nth-child(4)", "css:finder"],
  35. ["xpath=//a[contains(text(),'Login')]", "xpath:link"],
  36. ["xpath=//a[contains(@href, '/es/admin/login')]", "xpath:href"],
  37. ["xpath=//a[2]", "xpath:position"],
  38. ["xpath=//a[contains(.,'Login')]", "xpath:innerText"]
  39. ],
  40. "value": ""
  41. }, {
  42. "id": "e13730ae-4c09-471e-9db0-b5cd5c08b175",
  43. "comment": "",
  44. "command": "click",
  45. "target": "name=_username",
  46. "targets": [
  47. ["name=_username", "name"],
  48. ["css=.form-group:nth-child(1) > .form-control", "css:finder"],
  49. ["xpath=//input[@name='_username']", "xpath:attributes"],
  50. ["xpath=//input", "xpath:position"]
  51. ],
  52. "value": ""
  53. }, {
  54. "id": "510d9d0d-e681-413b-ad64-a997c56a9c94",
  55. "comment": "",
  56. "command": "type",
  57. "target": "name=_username",
  58. "targets": [
  59. ["name=_username", "name"],
  60. ["css=.form-group:nth-child(1) > .form-control", "css:finder"],
  61. ["xpath=//input[@name='_username']", "xpath:attributes"],
  62. ["xpath=//input", "xpath:position"]
  63. ],
  64. "value": "test2"
  65. }, {
  66. "id": "520e9cd5-8063-4615-bce4-4e7e6e0b5dd2",
  67. "comment": "",
  68. "command": "type",
  69. "target": "name=_password",
  70. "targets": [
  71. ["name=_password", "name"],
  72. ["css=.form-group:nth-child(2) > .form-control", "css:finder"],
  73. ["xpath=//input[@name='_password']", "xpath:attributes"],
  74. ["xpath=//div[2]/input", "xpath:position"]
  75. ],
  76. "value": "test2"
  77. }, {
  78. "id": "7eb1f371-9967-4b97-83c9-edf2074c06a0",
  79. "comment": "",
  80. "command": "sendKeys",
  81. "target": "name=_password",
  82. "targets": [
  83. ["name=_password", "name"],
  84. ["css=.form-group:nth-child(2) > .form-control", "css:finder"],
  85. ["xpath=//input[@name='_password']", "xpath:attributes"],
  86. ["xpath=//div[2]/input", "xpath:position"]
  87. ],
  88. "value": "${KEY_ENTER}"
  89. }, {
  90. "id": "a70160ba-6cdc-4cab-9e00-026038205507",
  91. "comment": "",
  92. "command": "click",
  93. "target": "linkText=My tools",
  94. "targets": [
  95. ["linkText=My tools", "linkText"],
  96. ["css=.treeview:nth-child(1) > a", "css:finder"],
  97. ["xpath=(//a[contains(@href, '#')])[5]", "xpath:href"],
  98. ["xpath=//section/ul/li/a", "xpath:position"],
  99. ["xpath=//a[contains(.,'My tools')]", "xpath:innerText"]
  100. ],
  101. "value": ""
  102. }, {
  103. "id": "02d61131-be9d-4b65-8cc1-f7554af49cfe",
  104. "comment": "",
  105. "command": "click",
  106. "target": "linkText=Procesos",
  107. "targets": [
  108. ["linkText=Procesos", "linkText"],
  109. ["css=.menu-open a", "css:finder"],
  110. ["xpath=//a[contains(text(),'Procesos')]", "xpath:link"],
  111. ["xpath=//a[contains(@href, '/en/admin/app/procesos/list')]", "xpath:href"],
  112. ["xpath=//li/ul/li/a", "xpath:position"],
  113. ["xpath=//a[contains(.,'Procesos')]", "xpath:innerText"]
  114. ],
  115. "value": ""
  116. }, {
  117. "id": "0bfc463b-6f42-4861-bd13-dcf67485815b",
  118. "comment": "",
  119. "command": "click",
  120. "target": "linkText=Realizar",
  121. "targets": [
  122. ["linkText=Realizar", "linkText"],
  123. ["css=tr:nth-child(1) .btn", "css:finder"],
  124. ["xpath=//a[contains(text(),'Realizar')]", "xpath:link"],
  125. ["xpath=//a[contains(@href, '/en/admin/proceso_tarea/1/edit')]", "xpath:href"],
  126. ["xpath=//td[2]/div/a", "xpath:position"],
  127. ["xpath=//a[contains(.,'Realizar')]", "xpath:innerText"]
  128. ],
  129. "value": ""
  130. }, {
  131. "id": "0d14b253-c0ac-4cf6-a1bb-27c9407bed91",
  132. "comment": "",
  133. "command": "click",
  134. "target": "linkText=Realizar",
  135. "targets": [
  136. ["linkText=Realizar", "linkText"],
  137. ["css=.row:nth-child(2) > .col-sm-3:nth-child(1) > #hosting-table .hosting-button", "css:finder"],
  138. ["xpath=//a[contains(text(),'Realizar')]", "xpath:link"],
  139. ["xpath=//div[@id='hosting-table']/div/div/ul/li[3]/a", "xpath:idRelative"],
  140. ["xpath=//a[contains(@href, '/en/admin/realizar_tarea/1/edit')]", "xpath:href"],
  141. ["xpath=//div/div/div/div/ul/li[3]/a", "xpath:position"],
  142. ["xpath=//a[contains(.,'Realizar')]", "xpath:innerText"]
  143. ],
  144. "value": ""
  145. }, {
  146. "id": "37ca46db-f39e-480b-b025-0b4eef5449b4",
  147. "comment": "",
  148. "command": "click",
  149. "target": "id=ex1preg10",
  150. "targets": [
  151. ["id=ex1preg10", "id"],
  152. ["name=ex1preg10", "name"],
  153. ["css=#ex1preg10", "css:finder"],
  154. ["xpath=//textarea[@id='ex1preg10']", "xpath:attributes"],
  155. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  156. ["xpath=//textarea", "xpath:position"]
  157. ],
  158. "value": ""
  159. }, {
  160. "id": "a0d31db4-d177-49a4-9d3f-e5a52e4900bc",
  161. "comment": "",
  162. "command": "click",
  163. "target": "id=ex1preg10",
  164. "targets": [
  165. ["id=ex1preg10", "id"],
  166. ["name=ex1preg10", "name"],
  167. ["css=#ex1preg10", "css:finder"],
  168. ["xpath=//textarea[@id='ex1preg10']", "xpath:attributes"],
  169. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  170. ["xpath=//textarea", "xpath:position"]
  171. ],
  172. "value": ""
  173. }, {
  174. "id": "00b718d6-bd6d-4a46-8abd-104901fea505",
  175. "comment": "",
  176. "command": "click",
  177. "target": "css=.content-wrapper > .content",
  178. "targets": [
  179. ["css=.content-wrapper > .content", "css:finder"],
  180. ["xpath=//section[2]", "xpath:position"]
  181. ],
  182. "value": ""
  183. }, {
  184. "id": "d9cacd2e-5dcc-4727-acd9-e21bd75c80ea",
  185. "comment": "",
  186. "command": "click",
  187. "target": "id=ex1preg10",
  188. "targets": [
  189. ["id=ex1preg10", "id"],
  190. ["name=ex1preg10", "name"],
  191. ["css=#ex1preg10", "css:finder"],
  192. ["xpath=//textarea[@id='ex1preg10']", "xpath:attributes"],
  193. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  194. ["xpath=//textarea", "xpath:position"]
  195. ],
  196. "value": ""
  197. }, {
  198. "id": "c11626fc-c3f2-433b-9daa-414644ad294f",
  199. "comment": "",
  200. "command": "click",
  201. "target": "id=ex1preg20",
  202. "targets": [
  203. ["id=ex1preg20", "id"],
  204. ["name=ex1preg20", "name"],
  205. ["css=#ex1preg20", "css:finder"],
  206. ["xpath=//textarea[@id='ex1preg20']", "xpath:attributes"],
  207. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  208. ["xpath=//div[2]/div/textarea", "xpath:position"]
  209. ],
  210. "value": ""
  211. }, {
  212. "id": "27ac6a7d-1a46-4e52-b684-1f95f9631215",
  213. "comment": "",
  214. "command": "click",
  215. "target": "id=ex1preg30",
  216. "targets": [
  217. ["id=ex1preg30", "id"],
  218. ["name=ex1preg30", "name"],
  219. ["css=#ex1preg30", "css:finder"],
  220. ["xpath=//textarea[@id='ex1preg30']", "xpath:attributes"],
  221. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  222. ["xpath=//div[3]/div/textarea", "xpath:position"]
  223. ],
  224. "value": ""
  225. }, {
  226. "id": "40611112-3ffd-4f0b-ad00-c956a0a88b24",
  227. "comment": "",
  228. "command": "click",
  229. "target": "id=ex1preg10",
  230. "targets": [
  231. ["id=ex1preg10", "id"],
  232. ["name=ex1preg10", "name"],
  233. ["css=#ex1preg10", "css:finder"],
  234. ["xpath=//textarea[@id='ex1preg10']", "xpath:attributes"],
  235. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  236. ["xpath=//textarea", "xpath:position"]
  237. ],
  238. "value": ""
  239. }, {
  240. "id": "b635c76d-bbff-46c7-aee8-073354e3fe45",
  241. "comment": "",
  242. "command": "click",
  243. "target": "css=.content-wrapper > .content",
  244. "targets": [
  245. ["css=.content-wrapper > .content", "css:finder"],
  246. ["xpath=//section[2]", "xpath:position"]
  247. ],
  248. "value": ""
  249. }, {
  250. "id": "c80e55e0-6b18-4fd2-a552-f186b818f4b5",
  251. "comment": "",
  252. "command": "click",
  253. "target": "id=ex1preg10",
  254. "targets": [
  255. ["id=ex1preg10", "id"],
  256. ["name=ex1preg10", "name"],
  257. ["css=#ex1preg10", "css:finder"],
  258. ["xpath=//textarea[@id='ex1preg10']", "xpath:attributes"],
  259. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  260. ["xpath=//textarea", "xpath:position"]
  261. ],
  262. "value": ""
  263. }, {
  264. "id": "259ed371-3b7c-4a95-b7b0-dc299918f7af",
  265. "comment": "",
  266. "command": "click",
  267. "target": "id=ex1preg10",
  268. "targets": [
  269. ["id=ex1preg10", "id"],
  270. ["name=ex1preg10", "name"],
  271. ["css=#ex1preg10", "css:finder"],
  272. ["xpath=//textarea[@id='ex1preg10']", "xpath:attributes"],
  273. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  274. ["xpath=//textarea", "xpath:position"]
  275. ],
  276. "value": ""
  277. }, {
  278. "id": "0d5d04db-fe36-4f42-9d47-8bc9680b749a",
  279. "comment": "",
  280. "command": "click",
  281. "target": "id=ex1preg10",
  282. "targets": [
  283. ["id=ex1preg10", "id"],
  284. ["name=ex1preg10", "name"],
  285. ["css=#ex1preg10", "css:finder"],
  286. ["xpath=//textarea[@id='ex1preg10']", "xpath:attributes"],
  287. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  288. ["xpath=//textarea", "xpath:position"]
  289. ],
  290. "value": ""
  291. }, {
  292. "id": "fa1a39f4-93b1-42d7-afe1-d808ccadec5f",
  293. "comment": "",
  294. "command": "click",
  295. "target": "css=.content-wrapper > .content",
  296. "targets": [
  297. ["css=.content-wrapper > .content", "css:finder"],
  298. ["xpath=//section[2]", "xpath:position"]
  299. ],
  300. "value": ""
  301. }, {
  302. "id": "b6400536-7519-45af-b700-87d10e6b45b2",
  303. "comment": "",
  304. "command": "type",
  305. "target": "id=ex1preg10",
  306. "targets": [
  307. ["id=ex1preg10", "id"],
  308. ["name=ex1preg10", "name"],
  309. ["css=#ex1preg10", "css:finder"],
  310. ["xpath=//textarea[@id='ex1preg10']", "xpath:attributes"],
  311. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  312. ["xpath=//textarea", "xpath:position"]
  313. ],
  314. "value": "Ejercicio 1 pregunta 1\\n\\n\\n\\n"
  315. }, {
  316. "id": "9b303846-44cf-4235-b3bc-aa268e2e5c61",
  317. "comment": "",
  318. "command": "click",
  319. "target": "css=.content-wrapper > .content",
  320. "targets": [
  321. ["css=.content-wrapper > .content", "css:finder"],
  322. ["xpath=//section[2]", "xpath:position"]
  323. ],
  324. "value": ""
  325. }, {
  326. "id": "4ac2c278-cd17-45e0-bc55-c87b6424768b",
  327. "comment": "",
  328. "command": "type",
  329. "target": "id=ex1preg20",
  330. "targets": [
  331. ["id=ex1preg20", "id"],
  332. ["name=ex1preg20", "name"],
  333. ["css=#ex1preg20", "css:finder"],
  334. ["xpath=//textarea[@id='ex1preg20']", "xpath:attributes"],
  335. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  336. ["xpath=//div[2]/div/textarea", "xpath:position"]
  337. ],
  338. "value": "Ejercicio 1 pregunta 2"
  339. }, {
  340. "id": "964b29de-e2ae-4b36-8c58-7e36b279e781",
  341. "comment": "",
  342. "command": "click",
  343. "target": "css=.content-wrapper > .content",
  344. "targets": [
  345. ["css=.content-wrapper > .content", "css:finder"],
  346. ["xpath=//section[2]", "xpath:position"]
  347. ],
  348. "value": ""
  349. }, {
  350. "id": "58c163b1-fe75-40d1-9756-555a4ee9633f",
  351. "comment": "",
  352. "command": "type",
  353. "target": "id=ex1preg30",
  354. "targets": [
  355. ["id=ex1preg30", "id"],
  356. ["name=ex1preg30", "name"],
  357. ["css=#ex1preg30", "css:finder"],
  358. ["xpath=//textarea[@id='ex1preg30']", "xpath:attributes"],
  359. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  360. ["xpath=//div[3]/div/textarea", "xpath:position"]
  361. ],
  362. "value": "Ejercicio 1 pregunta 3"
  363. }, {
  364. "id": "7d3ab5cb-281c-4daf-92b0-150cdcc77234",
  365. "comment": "",
  366. "command": "click",
  367. "target": "id=ex1preg40",
  368. "targets": [
  369. ["id=ex1preg40", "id"],
  370. ["name=ex1preg40", "name"],
  371. ["css=#ex1preg40", "css:finder"],
  372. ["xpath=//textarea[@id='ex1preg40']", "xpath:attributes"],
  373. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  374. ["xpath=//div[4]/div/textarea", "xpath:position"]
  375. ],
  376. "value": ""
  377. }, {
  378. "id": "7635be39-2b04-4b0f-9133-66845c704b76",
  379. "comment": "",
  380. "command": "click",
  381. "target": "css=.wrapper",
  382. "targets": [
  383. ["css=.wrapper", "css:finder"],
  384. ["xpath=//div", "xpath:position"]
  385. ],
  386. "value": ""
  387. }, {
  388. "id": "226d6367-c72a-4a74-b1bf-cf41d14e06e6",
  389. "comment": "",
  390. "command": "type",
  391. "target": "id=ex1preg40",
  392. "targets": [
  393. ["id=ex1preg40", "id"],
  394. ["name=ex1preg40", "name"],
  395. ["css=#ex1preg40", "css:finder"],
  396. ["xpath=//textarea[@id='ex1preg40']", "xpath:attributes"],
  397. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  398. ["xpath=//div[4]/div/textarea", "xpath:position"]
  399. ],
  400. "value": "Ejercicio 1 pregunta 4"
  401. }, {
  402. "id": "726c9ed0-3441-4788-bbf7-7767b5c588c9",
  403. "comment": "",
  404. "command": "click",
  405. "target": "linkText=Finish",
  406. "targets": [
  407. ["linkText=Finish", "linkText"],
  408. ["css=.actions li:nth-child(3) > a", "css:finder"],
  409. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  410. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  411. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  412. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  413. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  414. ],
  415. "value": ""
  416. }, {
  417. "id": "4a70ffdb-d7c6-4e9a-bc8f-fae861f71231",
  418. "comment": "",
  419. "command": "click",
  420. "target": "css=.content-wrapper > .content",
  421. "targets": [
  422. ["css=.content-wrapper > .content", "css:finder"],
  423. ["xpath=//section[2]", "xpath:position"]
  424. ],
  425. "value": ""
  426. }, {
  427. "id": "b7e9bbdc-3788-4c25-bf51-5e9dd7f423aa",
  428. "comment": "",
  429. "command": "click",
  430. "target": "css=.content-wrapper > .content",
  431. "targets": [
  432. ["css=.content-wrapper > .content", "css:finder"],
  433. ["xpath=//section[2]", "xpath:position"]
  434. ],
  435. "value": ""
  436. }, {
  437. "id": "354fff92-05bf-4f80-a65c-3f9f7182650c",
  438. "comment": "",
  439. "command": "click",
  440. "target": "id=ex2preg20",
  441. "targets": [
  442. ["id=ex2preg20", "id"],
  443. ["name=ex2preg20", "name"],
  444. ["css=#ex2preg20", "css:finder"],
  445. ["xpath=//textarea[@id='ex2preg20']", "xpath:attributes"],
  446. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  447. ["xpath=//div[2]/div/textarea", "xpath:position"]
  448. ],
  449. "value": ""
  450. }, {
  451. "id": "a8b3911f-4858-4bfe-98ce-c5914473c7bc",
  452. "comment": "",
  453. "command": "click",
  454. "target": "id=ex2preg30",
  455. "targets": [
  456. ["id=ex2preg30", "id"],
  457. ["name=ex2preg30", "name"],
  458. ["css=#ex2preg30", "css:finder"],
  459. ["xpath=//textarea[@id='ex2preg30']", "xpath:attributes"],
  460. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  461. ["xpath=//div[3]/div/textarea", "xpath:position"]
  462. ],
  463. "value": ""
  464. }, {
  465. "id": "267d59b4-bd17-4d74-a3b1-558579d24b8e",
  466. "comment": "",
  467. "command": "click",
  468. "target": "id=ex2preg40",
  469. "targets": [
  470. ["id=ex2preg40", "id"],
  471. ["name=ex2preg40", "name"],
  472. ["css=#ex2preg40", "css:finder"],
  473. ["xpath=//textarea[@id='ex2preg40']", "xpath:attributes"],
  474. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  475. ["xpath=//div[4]/div/textarea", "xpath:position"]
  476. ],
  477. "value": ""
  478. }, {
  479. "id": "43e6aa67-b9c0-4fd0-a8c3-8f9510b12735",
  480. "comment": "",
  481. "command": "click",
  482. "target": "css=.ex2preg10 .btn",
  483. "targets": [
  484. ["css=.ex2preg10 .btn", "css:finder"],
  485. ["xpath=(//a[contains(text(),'Caso de estudio')])[2]", "xpath:link"],
  486. ["xpath=//section[@id='wizard-p-0']/div/div/div/a", "xpath:idRelative"],
  487. ["xpath=//div/div/a", "xpath:position"]
  488. ],
  489. "value": ""
  490. }, {
  491. "id": "443459fd-dd80-445a-83dc-e98401a75e64",
  492. "comment": "",
  493. "command": "click",
  494. "target": "css=.ex2preg20 .btn",
  495. "targets": [
  496. ["css=.ex2preg20 .btn", "css:finder"],
  497. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  498. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  499. ["xpath=//div[2]/div/a", "xpath:position"]
  500. ],
  501. "value": ""
  502. }, {
  503. "id": "199e590a-6488-4d52-9d85-b204a15570b2",
  504. "comment": "",
  505. "command": "click",
  506. "target": "css=.ex2preg30 .btn",
  507. "targets": [
  508. ["css=.ex2preg30 .btn", "css:finder"],
  509. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  510. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/a", "xpath:idRelative"],
  511. ["xpath=//div[3]/div/a", "xpath:position"]
  512. ],
  513. "value": ""
  514. }, {
  515. "id": "e6e15eb0-e9ee-4ba4-9c6b-7d581054118e",
  516. "comment": "",
  517. "command": "click",
  518. "target": "css=.ex2preg40 .btn",
  519. "targets": [
  520. ["css=.ex2preg40 .btn", "css:finder"],
  521. ["xpath=(//a[contains(text(),'Caso de estudio')])[5]", "xpath:link"],
  522. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/a", "xpath:idRelative"],
  523. ["xpath=//div[4]/div/a", "xpath:position"]
  524. ],
  525. "value": ""
  526. }, {
  527. "id": "01aaa3f4-e6f1-4066-bf2b-68951248549e",
  528. "comment": "",
  529. "command": "click",
  530. "target": "linkText=Finish",
  531. "targets": [
  532. ["linkText=Finish", "linkText"],
  533. ["css=.actions li:nth-child(3) > a", "css:finder"],
  534. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  535. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  536. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  537. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  538. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  539. ],
  540. "value": ""
  541. }, {
  542. "id": "986919f0-e695-499e-a9f9-06430b4d1721",
  543. "comment": "",
  544. "command": "mouseDownAt",
  545. "target": "id=ex3preg10",
  546. "targets": [
  547. ["id=ex3preg10", "id"],
  548. ["name=ex3preg10", "name"],
  549. ["css=#ex3preg10", "css:finder"],
  550. ["xpath=//textarea[@id='ex3preg10']", "xpath:attributes"],
  551. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  552. ["xpath=//textarea", "xpath:position"]
  553. ],
  554. "value": "303.5,15.25"
  555. }, {
  556. "id": "391617e5-c27a-4821-8322-95edf8b1faff",
  557. "comment": "",
  558. "command": "mouseMoveAt",
  559. "target": "id=ex3preg10",
  560. "targets": [
  561. ["id=ex3preg10", "id"],
  562. ["name=ex3preg10", "name"],
  563. ["css=#ex3preg10", "css:finder"],
  564. ["xpath=//textarea[@id='ex3preg10']", "xpath:attributes"],
  565. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  566. ["xpath=//textarea", "xpath:position"]
  567. ],
  568. "value": "303.5,15.25"
  569. }, {
  570. "id": "d00d06fe-f6c4-4d12-bdab-28d09c7a6b81",
  571. "comment": "",
  572. "command": "mouseUpAt",
  573. "target": "id=ex3preg10",
  574. "targets": [
  575. ["id=ex3preg10", "id"],
  576. ["name=ex3preg10", "name"],
  577. ["css=#ex3preg10", "css:finder"],
  578. ["xpath=//textarea[@id='ex3preg10']", "xpath:attributes"],
  579. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  580. ["xpath=//textarea", "xpath:position"]
  581. ],
  582. "value": "303.5,15.25"
  583. }, {
  584. "id": "8158df92-a47b-4854-acb5-7c438870fab1",
  585. "comment": "",
  586. "command": "click",
  587. "target": "id=ex3preg10",
  588. "targets": [
  589. ["id=ex3preg10", "id"],
  590. ["name=ex3preg10", "name"],
  591. ["css=#ex3preg10", "css:finder"],
  592. ["xpath=//textarea[@id='ex3preg10']", "xpath:attributes"],
  593. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  594. ["xpath=//textarea", "xpath:position"]
  595. ],
  596. "value": ""
  597. }, {
  598. "id": "86e94bac-a929-4bd2-9af7-545b981545d4",
  599. "comment": "",
  600. "command": "click",
  601. "target": "id=ex3preg10",
  602. "targets": [
  603. ["id=ex3preg10", "id"],
  604. ["name=ex3preg10", "name"],
  605. ["css=#ex3preg10", "css:finder"],
  606. ["xpath=//textarea[@id='ex3preg10']", "xpath:attributes"],
  607. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  608. ["xpath=//textarea", "xpath:position"]
  609. ],
  610. "value": ""
  611. }, {
  612. "id": "47465f6c-691d-4ab0-9220-39523bac35b2",
  613. "comment": "",
  614. "command": "click",
  615. "target": "id=ex3preg10",
  616. "targets": [
  617. ["id=ex3preg10", "id"],
  618. ["name=ex3preg10", "name"],
  619. ["css=#ex3preg10", "css:finder"],
  620. ["xpath=//textarea[@id='ex3preg10']", "xpath:attributes"],
  621. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  622. ["xpath=//textarea", "xpath:position"]
  623. ],
  624. "value": ""
  625. }, {
  626. "id": "f2881731-f33a-438a-9858-f61702f0ad57",
  627. "comment": "",
  628. "command": "click",
  629. "target": "id=ex3preg10",
  630. "targets": [
  631. ["id=ex3preg10", "id"],
  632. ["name=ex3preg10", "name"],
  633. ["css=#ex3preg10", "css:finder"],
  634. ["xpath=//textarea[@id='ex3preg10']", "xpath:attributes"],
  635. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  636. ["xpath=//textarea", "xpath:position"]
  637. ],
  638. "value": ""
  639. }, {
  640. "id": "87fada25-3162-4261-badd-99e1df33fab0",
  641. "comment": "",
  642. "command": "doubleClick",
  643. "target": "id=ex3preg10",
  644. "targets": [
  645. ["id=ex3preg10", "id"],
  646. ["name=ex3preg10", "name"],
  647. ["css=#ex3preg10", "css:finder"],
  648. ["xpath=//textarea[@id='ex3preg10']", "xpath:attributes"],
  649. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  650. ["xpath=//textarea", "xpath:position"]
  651. ],
  652. "value": ""
  653. }, {
  654. "id": "95591578-1b70-4607-a939-e5112373be23",
  655. "comment": "",
  656. "command": "click",
  657. "target": "css=.ex3preg10 .btn",
  658. "targets": [
  659. ["css=.ex3preg10 .btn", "css:finder"],
  660. ["xpath=(//a[contains(text(),'Caso de estudio')])[2]", "xpath:link"],
  661. ["xpath=//section[@id='wizard-p-0']/div/div/div/a", "xpath:idRelative"],
  662. ["xpath=//div/div/a", "xpath:position"]
  663. ],
  664. "value": ""
  665. }, {
  666. "id": "ca63804b-95b2-41bb-98cc-d2e84dfe5695",
  667. "comment": "",
  668. "command": "click",
  669. "target": "id=ex3preg20",
  670. "targets": [
  671. ["id=ex3preg20", "id"],
  672. ["name=ex3preg20", "name"],
  673. ["css=#ex3preg20", "css:finder"],
  674. ["xpath=//textarea[@id='ex3preg20']", "xpath:attributes"],
  675. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  676. ["xpath=//div[2]/div/textarea", "xpath:position"]
  677. ],
  678. "value": ""
  679. }, {
  680. "id": "f87d8681-1d56-45f6-9aa7-aaf4cdc1f6eb",
  681. "comment": "",
  682. "command": "click",
  683. "target": "css=.content-wrapper > .content",
  684. "targets": [
  685. ["css=.content-wrapper > .content", "css:finder"],
  686. ["xpath=//section[2]", "xpath:position"]
  687. ],
  688. "value": ""
  689. }, {
  690. "id": "66fb68a0-2f79-4002-9b7d-b500a2ec3f3a",
  691. "comment": "",
  692. "command": "click",
  693. "target": "css=.content-wrapper > .content",
  694. "targets": [
  695. ["css=.content-wrapper > .content", "css:finder"],
  696. ["xpath=//section[2]", "xpath:position"]
  697. ],
  698. "value": ""
  699. }, {
  700. "id": "2a623b7c-c7a0-4e91-a329-4e1a4bc335df",
  701. "comment": "",
  702. "command": "click",
  703. "target": "css=.ex3preg20 .btn",
  704. "targets": [
  705. ["css=.ex3preg20 .btn", "css:finder"],
  706. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  707. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  708. ["xpath=//div[2]/div/a", "xpath:position"]
  709. ],
  710. "value": ""
  711. }, {
  712. "id": "620b5e75-0db6-478c-a048-db5f62fbcc62",
  713. "comment": "",
  714. "command": "click",
  715. "target": "id=wizard-t-1",
  716. "targets": [
  717. ["id=wizard-t-1", "id"],
  718. ["css=#wizard-t-1", "css:finder"],
  719. ["xpath=//a[@id='wizard-t-1']", "xpath:attributes"],
  720. ["xpath=//form[@id='wizard']/div/ul/li[2]/a", "xpath:idRelative"],
  721. ["xpath=//a[contains(@href, '#wizard-h-1')]", "xpath:href"],
  722. ["xpath=//form/div/ul/li[2]/a", "xpath:position"],
  723. ["xpath=//a[contains(.,'Economic')]", "xpath:innerText"]
  724. ],
  725. "value": ""
  726. }, {
  727. "id": "2da162ef-a070-46b6-a6dc-96e05ecde2a8",
  728. "comment": "",
  729. "command": "click",
  730. "target": "css=.content-wrapper > .content",
  731. "targets": [
  732. ["css=.content-wrapper > .content", "css:finder"],
  733. ["xpath=//section[2]", "xpath:position"]
  734. ],
  735. "value": ""
  736. }, {
  737. "id": "0d5ddcb0-d72f-4088-8244-ed1858c9a4d0",
  738. "comment": "",
  739. "command": "click",
  740. "target": "css=.content-wrapper > .content",
  741. "targets": [
  742. ["css=.content-wrapper > .content", "css:finder"],
  743. ["xpath=//section[2]", "xpath:position"]
  744. ],
  745. "value": ""
  746. }, {
  747. "id": "9c8576d5-0ed3-46d4-9b96-ab2d1aa93052",
  748. "comment": "",
  749. "command": "click",
  750. "target": "css=.ex3preg30 .btn",
  751. "targets": [
  752. ["css=.ex3preg30 .btn", "css:finder"],
  753. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  754. ["xpath=//section[@id='wizard-p-1']/div/div/div/a", "xpath:idRelative"],
  755. ["xpath=//section[2]/div/div/div/a", "xpath:position"]
  756. ],
  757. "value": ""
  758. }, {
  759. "id": "07a010c2-4c7d-4b36-bd70-4b6c77647133",
  760. "comment": "",
  761. "command": "click",
  762. "target": "css=.ex3preg40 .btn",
  763. "targets": [
  764. ["css=.ex3preg40 .btn", "css:finder"],
  765. ["xpath=(//a[contains(text(),'Caso de estudio')])[5]", "xpath:link"],
  766. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/a", "xpath:idRelative"],
  767. ["xpath=//section[2]/div/div[2]/div/a", "xpath:position"]
  768. ],
  769. "value": ""
  770. }, {
  771. "id": "b3f54c03-2648-4c37-9b81-25248cb47c17",
  772. "comment": "",
  773. "command": "click",
  774. "target": "linkText=Next",
  775. "targets": [
  776. ["linkText=Next", "linkText"],
  777. ["css=.actions li:nth-child(2) > a", "css:finder"],
  778. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  779. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  780. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  781. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  782. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  783. ],
  784. "value": ""
  785. }, {
  786. "id": "49e372c8-fe79-4fcb-a52e-b7f228f14c69",
  787. "comment": "",
  788. "command": "click",
  789. "target": "css=.content-wrapper > .content",
  790. "targets": [
  791. ["css=.content-wrapper > .content", "css:finder"],
  792. ["xpath=//section[2]", "xpath:position"]
  793. ],
  794. "value": ""
  795. }, {
  796. "id": "c7f89a76-5a2b-4699-a34b-755095667259",
  797. "comment": "",
  798. "command": "click",
  799. "target": "css=.content-wrapper > .content",
  800. "targets": [
  801. ["css=.content-wrapper > .content", "css:finder"],
  802. ["xpath=//section[2]", "xpath:position"]
  803. ],
  804. "value": ""
  805. }, {
  806. "id": "a3d1df8a-67e1-45a7-bca4-926b7fc9c225",
  807. "comment": "",
  808. "command": "click",
  809. "target": "linkText=Next",
  810. "targets": [
  811. ["linkText=Next", "linkText"],
  812. ["css=.actions li:nth-child(2) > a", "css:finder"],
  813. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  814. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  815. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  816. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  817. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  818. ],
  819. "value": ""
  820. }, {
  821. "id": "089d9e97-0437-44e6-a3f3-61cdd48b18c7",
  822. "comment": "",
  823. "command": "click",
  824. "target": "css=.content-wrapper > .content",
  825. "targets": [
  826. ["css=.content-wrapper > .content", "css:finder"],
  827. ["xpath=//section[2]", "xpath:position"]
  828. ],
  829. "value": ""
  830. }, {
  831. "id": "e797447c-4faf-431d-bcf2-821ff6f14ea9",
  832. "comment": "",
  833. "command": "click",
  834. "target": "css=.content-wrapper > .content",
  835. "targets": [
  836. ["css=.content-wrapper > .content", "css:finder"],
  837. ["xpath=//section[2]", "xpath:position"]
  838. ],
  839. "value": ""
  840. }, {
  841. "id": "dc0f91a0-0d41-4c07-ad7e-abfdd335e7f2",
  842. "comment": "",
  843. "command": "click",
  844. "target": "css=.ex3preg70 .btn",
  845. "targets": [
  846. ["css=.ex3preg70 .btn", "css:finder"],
  847. ["xpath=(//a[contains(text(),'Caso de estudio')])[6]", "xpath:link"],
  848. ["xpath=//section[@id='wizard-p-3']/div/div/div/a", "xpath:idRelative"],
  849. ["xpath=//section[4]/div/div/div/a", "xpath:position"]
  850. ],
  851. "value": ""
  852. }, {
  853. "id": "08b729a3-7d1f-44ca-8d8e-6ca90b412276",
  854. "comment": "",
  855. "command": "click",
  856. "target": "css=.ex3preg80 .btn",
  857. "targets": [
  858. ["css=.ex3preg80 .btn", "css:finder"],
  859. ["xpath=(//a[contains(text(),'Caso de estudio')])[7]", "xpath:link"],
  860. ["xpath=//section[@id='wizard-p-3']/div/div[2]/div/a", "xpath:idRelative"],
  861. ["xpath=//section[4]/div/div[2]/div/a", "xpath:position"]
  862. ],
  863. "value": ""
  864. }, {
  865. "id": "4b9931cd-2721-4e18-95e2-827d8335d3cf",
  866. "comment": "",
  867. "command": "click",
  868. "target": "linkText=Next",
  869. "targets": [
  870. ["linkText=Next", "linkText"],
  871. ["css=.actions li:nth-child(2) > a", "css:finder"],
  872. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  873. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  874. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  875. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  876. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  877. ],
  878. "value": ""
  879. }, {
  880. "id": "9c4ea223-eae5-4381-9e45-1b1af879100d",
  881. "comment": "",
  882. "command": "click",
  883. "target": "css=.content-wrapper > .content",
  884. "targets": [
  885. ["css=.content-wrapper > .content", "css:finder"],
  886. ["xpath=//section[2]", "xpath:position"]
  887. ],
  888. "value": ""
  889. }, {
  890. "id": "21286628-ee09-4f73-ae93-fa8881bc1c6d",
  891. "comment": "",
  892. "command": "click",
  893. "target": "css=.content-wrapper > .content",
  894. "targets": [
  895. ["css=.content-wrapper > .content", "css:finder"],
  896. ["xpath=//section[2]", "xpath:position"]
  897. ],
  898. "value": ""
  899. }, {
  900. "id": "2b5e3d62-9607-445a-ba4f-92b195f9c0de",
  901. "comment": "",
  902. "command": "click",
  903. "target": "linkText=Next",
  904. "targets": [
  905. ["linkText=Next", "linkText"],
  906. ["css=.actions li:nth-child(2) > a", "css:finder"],
  907. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  908. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  909. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  910. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  911. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  912. ],
  913. "value": ""
  914. }, {
  915. "id": "43dcfb96-5677-483b-bf10-d7730748fddc",
  916. "comment": "",
  917. "command": "click",
  918. "target": "css=.content-wrapper > .content",
  919. "targets": [
  920. ["css=.content-wrapper > .content", "css:finder"],
  921. ["xpath=//section[2]", "xpath:position"]
  922. ],
  923. "value": ""
  924. }, {
  925. "id": "a544837b-3876-4f1c-ab3b-88a5d4082d4b",
  926. "comment": "",
  927. "command": "click",
  928. "target": "css=.wrapper",
  929. "targets": [
  930. ["css=.wrapper", "css:finder"],
  931. ["xpath=//div", "xpath:position"]
  932. ],
  933. "value": ""
  934. }, {
  935. "id": "e1855e8c-dae4-4607-b732-0448cc877052",
  936. "comment": "",
  937. "command": "click",
  938. "target": "linkText=Finish",
  939. "targets": [
  940. ["linkText=Finish", "linkText"],
  941. ["css=.actions li:nth-child(3) > a", "css:finder"],
  942. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  943. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  944. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  945. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  946. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  947. ],
  948. "value": ""
  949. }, {
  950. "id": "1e6aa736-b323-4c95-9644-6a10f9fa610f",
  951. "comment": "",
  952. "command": "click",
  953. "target": "css=.content-wrapper > .content",
  954. "targets": [
  955. ["css=.content-wrapper > .content", "css:finder"],
  956. ["xpath=//section[2]", "xpath:position"]
  957. ],
  958. "value": ""
  959. }, {
  960. "id": "fae1d93c-a023-4ada-a43b-7bf909ab16b3",
  961. "comment": "",
  962. "command": "click",
  963. "target": "id=ex4preg10",
  964. "targets": [
  965. ["id=ex4preg10", "id"],
  966. ["name=ex4preg10", "name"],
  967. ["css=#ex4preg10", "css:finder"],
  968. ["xpath=//textarea[@id='ex4preg10']", "xpath:attributes"],
  969. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  970. ["xpath=//textarea", "xpath:position"]
  971. ],
  972. "value": ""
  973. }, {
  974. "id": "2cae96c3-7af0-40c3-a859-8283af1ae94a",
  975. "comment": "",
  976. "command": "click",
  977. "target": "id=ex4preg20",
  978. "targets": [
  979. ["id=ex4preg20", "id"],
  980. ["name=ex4preg20", "name"],
  981. ["css=#ex4preg20", "css:finder"],
  982. ["xpath=//textarea[@id='ex4preg20']", "xpath:attributes"],
  983. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  984. ["xpath=//div[2]/div/textarea", "xpath:position"]
  985. ],
  986. "value": ""
  987. }, {
  988. "id": "bfcf025f-9ef3-409c-b3c5-8629ad104117",
  989. "comment": "",
  990. "command": "click",
  991. "target": "css=.ex4preg10 .btn",
  992. "targets": [
  993. ["css=.ex4preg10 .btn", "css:finder"],
  994. ["xpath=(//a[contains(text(),'Caso de estudio')])[2]", "xpath:link"],
  995. ["xpath=//section[@id='wizard-p-0']/div/div/div/a", "xpath:idRelative"],
  996. ["xpath=//div/div/a", "xpath:position"]
  997. ],
  998. "value": ""
  999. }, {
  1000. "id": "bab2f1d7-7b24-4ce5-8441-fdba3e1532e4",
  1001. "comment": "",
  1002. "command": "click",
  1003. "target": "css=.ex4preg20 .btn",
  1004. "targets": [
  1005. ["css=.ex4preg20 .btn", "css:finder"],
  1006. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  1007. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  1008. ["xpath=//div[2]/div/a", "xpath:position"]
  1009. ],
  1010. "value": ""
  1011. }, {
  1012. "id": "c0e48dac-5405-4815-a671-2525d0cec6d9",
  1013. "comment": "",
  1014. "command": "click",
  1015. "target": "id=wizard-t-1",
  1016. "targets": [
  1017. ["id=wizard-t-1", "id"],
  1018. ["css=#wizard-t-1", "css:finder"],
  1019. ["xpath=//a[@id='wizard-t-1']", "xpath:attributes"],
  1020. ["xpath=//form[@id='wizard']/div/ul/li[2]/a", "xpath:idRelative"],
  1021. ["xpath=//a[contains(@href, '#wizard-h-1')]", "xpath:href"],
  1022. ["xpath=//form/div/ul/li[2]/a", "xpath:position"],
  1023. ["xpath=//a[contains(.,'Customer Needs')]", "xpath:innerText"]
  1024. ],
  1025. "value": ""
  1026. }, {
  1027. "id": "de7b1610-4ce5-420a-a90c-fe5feb589bfc",
  1028. "comment": "",
  1029. "command": "click",
  1030. "target": "id=ex4preg30",
  1031. "targets": [
  1032. ["id=ex4preg30", "id"],
  1033. ["name=ex4preg30", "name"],
  1034. ["css=#ex4preg30", "css:finder"],
  1035. ["xpath=//textarea[@id='ex4preg30']", "xpath:attributes"],
  1036. ["xpath=//section[@id='wizard-p-1']/div/div/div/textarea", "xpath:idRelative"],
  1037. ["xpath=//section[2]/div/div/div/textarea", "xpath:position"]
  1038. ],
  1039. "value": ""
  1040. }, {
  1041. "id": "948b291c-e980-4cb4-bbc0-b44d3c3df626",
  1042. "comment": "",
  1043. "command": "click",
  1044. "target": "css=.content-wrapper > .content",
  1045. "targets": [
  1046. ["css=.content-wrapper > .content", "css:finder"],
  1047. ["xpath=//section[2]", "xpath:position"]
  1048. ],
  1049. "value": ""
  1050. }, {
  1051. "id": "669b0ec3-7a19-440b-93a9-c3fbca2c6c96",
  1052. "comment": "",
  1053. "command": "click",
  1054. "target": "css=.content-wrapper > .content",
  1055. "targets": [
  1056. ["css=.content-wrapper > .content", "css:finder"],
  1057. ["xpath=//section[2]", "xpath:position"]
  1058. ],
  1059. "value": ""
  1060. }, {
  1061. "id": "b7d759c4-cf20-4e29-a3d8-e8b7c7f67ae1",
  1062. "comment": "",
  1063. "command": "click",
  1064. "target": "id=ex4preg40",
  1065. "targets": [
  1066. ["id=ex4preg40", "id"],
  1067. ["name=ex4preg40", "name"],
  1068. ["css=#ex4preg40", "css:finder"],
  1069. ["xpath=//textarea[@id='ex4preg40']", "xpath:attributes"],
  1070. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/textarea", "xpath:idRelative"],
  1071. ["xpath=//section[2]/div/div[2]/div/textarea", "xpath:position"]
  1072. ],
  1073. "value": ""
  1074. }, {
  1075. "id": "e717ab0f-7b82-4939-a1d4-b4819d57ee29",
  1076. "comment": "",
  1077. "command": "click",
  1078. "target": "css=.ex4preg40 .btn",
  1079. "targets": [
  1080. ["css=.ex4preg40 .btn", "css:finder"],
  1081. ["xpath=(//a[contains(text(),'Caso de estudio')])[5]", "xpath:link"],
  1082. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/a", "xpath:idRelative"],
  1083. ["xpath=//section[2]/div/div[2]/div/a", "xpath:position"]
  1084. ],
  1085. "value": ""
  1086. }, {
  1087. "id": "197a09c3-34d1-461b-94fc-d29b658c3ca4",
  1088. "comment": "",
  1089. "command": "click",
  1090. "target": "css=.ex4preg30 .btn",
  1091. "targets": [
  1092. ["css=.ex4preg30 .btn", "css:finder"],
  1093. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  1094. ["xpath=//section[@id='wizard-p-1']/div/div/div/a", "xpath:idRelative"],
  1095. ["xpath=//section[2]/div/div/div/a", "xpath:position"]
  1096. ],
  1097. "value": ""
  1098. }, {
  1099. "id": "67a5f850-28b0-4d26-9dba-4f8fe8ea95d9",
  1100. "comment": "",
  1101. "command": "click",
  1102. "target": "linkText=Next",
  1103. "targets": [
  1104. ["linkText=Next", "linkText"],
  1105. ["css=.actions li:nth-child(2) > a", "css:finder"],
  1106. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  1107. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  1108. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  1109. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  1110. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  1111. ],
  1112. "value": ""
  1113. }, {
  1114. "id": "a697c0ee-f0b5-479b-856d-4fb49312bdf3",
  1115. "comment": "",
  1116. "command": "click",
  1117. "target": "css=.content-wrapper > .content",
  1118. "targets": [
  1119. ["css=.content-wrapper > .content", "css:finder"],
  1120. ["xpath=//section[2]", "xpath:position"]
  1121. ],
  1122. "value": ""
  1123. }, {
  1124. "id": "0dbf3410-04eb-440f-ac1b-aa65c4b8b617",
  1125. "comment": "",
  1126. "command": "click",
  1127. "target": "linkText=Next",
  1128. "targets": [
  1129. ["linkText=Next", "linkText"],
  1130. ["css=.actions li:nth-child(2) > a", "css:finder"],
  1131. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  1132. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  1133. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  1134. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  1135. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  1136. ],
  1137. "value": ""
  1138. }, {
  1139. "id": "4e62edce-6fdf-48d1-a3cf-165781f0b980",
  1140. "comment": "",
  1141. "command": "click",
  1142. "target": "css=.content-wrapper > .content",
  1143. "targets": [
  1144. ["css=.content-wrapper > .content", "css:finder"],
  1145. ["xpath=//section[2]", "xpath:position"]
  1146. ],
  1147. "value": ""
  1148. }, {
  1149. "id": "4547f78f-8870-4983-b02d-1638e583ca5b",
  1150. "comment": "",
  1151. "command": "click",
  1152. "target": "linkText=Finish",
  1153. "targets": [
  1154. ["linkText=Finish", "linkText"],
  1155. ["css=.actions li:nth-child(3) > a", "css:finder"],
  1156. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  1157. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  1158. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  1159. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  1160. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  1161. ],
  1162. "value": ""
  1163. }, {
  1164. "id": "17b9d8ef-585d-4343-ba37-30a92972befd",
  1165. "comment": "",
  1166. "command": "click",
  1167. "target": "css=.content-wrapper > .content",
  1168. "targets": [
  1169. ["css=.content-wrapper > .content", "css:finder"],
  1170. ["xpath=//section[2]", "xpath:position"]
  1171. ],
  1172. "value": ""
  1173. }, {
  1174. "id": "08b861c4-0679-4b5a-b5c6-df22f006109b",
  1175. "comment": "",
  1176. "command": "click",
  1177. "target": "css=.content-wrapper > .content",
  1178. "targets": [
  1179. ["css=.content-wrapper > .content", "css:finder"],
  1180. ["xpath=//section[2]", "xpath:position"]
  1181. ],
  1182. "value": ""
  1183. }, {
  1184. "id": "a27b9ac4-cc55-4225-ae2e-ddbd8f064664",
  1185. "comment": "",
  1186. "command": "click",
  1187. "target": "linkText=Finish",
  1188. "targets": [
  1189. ["linkText=Finish", "linkText"],
  1190. ["css=.actions li:nth-child(3) > a", "css:finder"],
  1191. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  1192. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  1193. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  1194. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  1195. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  1196. ],
  1197. "value": ""
  1198. }, {
  1199. "id": "9a2ab90b-eb79-496b-aa84-0f38aa2b526e",
  1200. "comment": "",
  1201. "command": "click",
  1202. "target": "css=.content-wrapper > .content",
  1203. "targets": [
  1204. ["css=.content-wrapper > .content", "css:finder"],
  1205. ["xpath=//section[2]", "xpath:position"]
  1206. ],
  1207. "value": ""
  1208. }, {
  1209. "id": "2fc48b7c-03dd-483b-ac5d-d60494527b5b",
  1210. "comment": "",
  1211. "command": "click",
  1212. "target": "css=.content-wrapper > .content",
  1213. "targets": [
  1214. ["css=.content-wrapper > .content", "css:finder"],
  1215. ["xpath=//section[2]", "xpath:position"]
  1216. ],
  1217. "value": ""
  1218. }, {
  1219. "id": "db3a0fdc-de1c-43d1-8fc4-8372b89a4abc",
  1220. "comment": "",
  1221. "command": "click",
  1222. "target": "css=.content-wrapper > .content",
  1223. "targets": [
  1224. ["css=.content-wrapper > .content", "css:finder"],
  1225. ["xpath=//section[2]", "xpath:position"]
  1226. ],
  1227. "value": ""
  1228. }, {
  1229. "id": "85958a41-a074-4c1d-b33c-0caf25c5acd0",
  1230. "comment": "",
  1231. "command": "click",
  1232. "target": "css=.content-wrapper > .content",
  1233. "targets": [
  1234. ["css=.content-wrapper > .content", "css:finder"],
  1235. ["xpath=//section[2]", "xpath:position"]
  1236. ],
  1237. "value": ""
  1238. }, {
  1239. "id": "6f52def4-33cf-41e6-9a4f-58d24ae67b58",
  1240. "comment": "",
  1241. "command": "click",
  1242. "target": "linkText=Finish",
  1243. "targets": [
  1244. ["linkText=Finish", "linkText"],
  1245. ["css=.actions li:nth-child(3) > a", "css:finder"],
  1246. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  1247. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  1248. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  1249. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  1250. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  1251. ],
  1252. "value": ""
  1253. }, {
  1254. "id": "fe9efb3b-17d1-4314-97b5-1a3c044a77ac",
  1255. "comment": "",
  1256. "command": "click",
  1257. "target": "css=p:nth-child(9)",
  1258. "targets": [
  1259. ["css=p:nth-child(9)", "css:finder"],
  1260. ["xpath=//p[6]", "xpath:position"]
  1261. ],
  1262. "value": ""
  1263. }, {
  1264. "id": "19f8306e-a894-48a0-91c9-f9ae26051f2b",
  1265. "comment": "",
  1266. "command": "click",
  1267. "target": "css=.content-wrapper > .content",
  1268. "targets": [
  1269. ["css=.content-wrapper > .content", "css:finder"],
  1270. ["xpath=//section[2]", "xpath:position"]
  1271. ],
  1272. "value": ""
  1273. }, {
  1274. "id": "d572146b-6191-4f6b-9072-468254f96bfc",
  1275. "comment": "",
  1276. "command": "click",
  1277. "target": "css=.content-wrapper > .content",
  1278. "targets": [
  1279. ["css=.content-wrapper > .content", "css:finder"],
  1280. ["xpath=//section[2]", "xpath:position"]
  1281. ],
  1282. "value": ""
  1283. }, {
  1284. "id": "0ebb842a-ea26-4eac-822a-abb8111ab798",
  1285. "comment": "",
  1286. "command": "click",
  1287. "target": "linkText=Next",
  1288. "targets": [
  1289. ["linkText=Next", "linkText"],
  1290. ["css=.actions li:nth-child(2) > a", "css:finder"],
  1291. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  1292. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  1293. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  1294. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  1295. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  1296. ],
  1297. "value": ""
  1298. }, {
  1299. "id": "5214d776-8f6b-4e6a-b82a-63330eace49e",
  1300. "comment": "",
  1301. "command": "click",
  1302. "target": "css=.content-wrapper > .content",
  1303. "targets": [
  1304. ["css=.content-wrapper > .content", "css:finder"],
  1305. ["xpath=//section[2]", "xpath:position"]
  1306. ],
  1307. "value": ""
  1308. }, {
  1309. "id": "76220d9a-d18a-4ee4-a112-893695845dcb",
  1310. "comment": "",
  1311. "command": "click",
  1312. "target": "css=.wrapper",
  1313. "targets": [
  1314. ["css=.wrapper", "css:finder"],
  1315. ["xpath=//div", "xpath:position"]
  1316. ],
  1317. "value": ""
  1318. }, {
  1319. "id": "10bc45a9-aa2f-4f4f-8cba-9c82a1c73c42",
  1320. "comment": "",
  1321. "command": "click",
  1322. "target": "css=.content-wrapper > .content",
  1323. "targets": [
  1324. ["css=.content-wrapper > .content", "css:finder"],
  1325. ["xpath=//section[2]", "xpath:position"]
  1326. ],
  1327. "value": ""
  1328. }, {
  1329. "id": "edec73fa-e49b-45b4-ad4b-fbda22e2b339",
  1330. "comment": "",
  1331. "command": "click",
  1332. "target": "linkText=Finish",
  1333. "targets": [
  1334. ["linkText=Finish", "linkText"],
  1335. ["css=.actions li:nth-child(3) > a", "css:finder"],
  1336. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  1337. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  1338. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  1339. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  1340. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  1341. ],
  1342. "value": ""
  1343. }, {
  1344. "id": "3ad16230-d08a-42f7-b2d9-d2cac2dfc4ac",
  1345. "comment": "",
  1346. "command": "click",
  1347. "target": "css=.content-wrapper > .content",
  1348. "targets": [
  1349. ["css=.content-wrapper > .content", "css:finder"],
  1350. ["xpath=//section[2]", "xpath:position"]
  1351. ],
  1352. "value": ""
  1353. }, {
  1354. "id": "21d472c1-906b-4bff-b443-a0eb8d74d55f",
  1355. "comment": "",
  1356. "command": "click",
  1357. "target": "css=.content-wrapper > .content",
  1358. "targets": [
  1359. ["css=.content-wrapper > .content", "css:finder"],
  1360. ["xpath=//section[2]", "xpath:position"]
  1361. ],
  1362. "value": ""
  1363. }, {
  1364. "id": "ef2b3937-9557-423a-8619-cf4f457bc584",
  1365. "comment": "",
  1366. "command": "click",
  1367. "target": "css=.content-wrapper > .content",
  1368. "targets": [
  1369. ["css=.content-wrapper > .content", "css:finder"],
  1370. ["xpath=//section[2]", "xpath:position"]
  1371. ],
  1372. "value": ""
  1373. }, {
  1374. "id": "3a5e292b-ce5e-42fb-b988-b5c59862ae24",
  1375. "comment": "",
  1376. "command": "click",
  1377. "target": "css=.content-wrapper > .content",
  1378. "targets": [
  1379. ["css=.content-wrapper > .content", "css:finder"],
  1380. ["xpath=//section[2]", "xpath:position"]
  1381. ],
  1382. "value": ""
  1383. }, {
  1384. "id": "b03eb305-6666-49d2-bee7-8617ac28c8aa",
  1385. "comment": "",
  1386. "command": "click",
  1387. "target": "linkText=Next",
  1388. "targets": [
  1389. ["linkText=Next", "linkText"],
  1390. ["css=.actions li:nth-child(2) > a", "css:finder"],
  1391. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  1392. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  1393. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  1394. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  1395. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  1396. ],
  1397. "value": ""
  1398. }, {
  1399. "id": "cce41761-b16c-46f0-9dd0-661e3d7a0c4e",
  1400. "comment": "",
  1401. "command": "click",
  1402. "target": "css=.content-wrapper > .content",
  1403. "targets": [
  1404. ["css=.content-wrapper > .content", "css:finder"],
  1405. ["xpath=//section[2]", "xpath:position"]
  1406. ],
  1407. "value": ""
  1408. }, {
  1409. "id": "d3172df1-4235-49cd-9a8d-bd55b281ec9e",
  1410. "comment": "",
  1411. "command": "mouseDown",
  1412. "target": "css=#wizard-p-1 .ex7bpreg20 .slider-tick:nth-child(2)",
  1413. "targets": [
  1414. ["css=#wizard-p-1 .ex7bpreg20 .slider-tick:nth-child(2)", "css:finder"],
  1415. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/div[2]/div[6]/div[2]", "xpath:idRelative"],
  1416. ["xpath=//section[2]/div/div[2]/div/div[2]/div[6]/div[2]", "xpath:position"]
  1417. ],
  1418. "value": ""
  1419. }, {
  1420. "id": "8106daa4-5b12-45b3-8d75-3c435fef025b",
  1421. "comment": "",
  1422. "command": "mouseUp",
  1423. "target": "css=#wizard-p-1 .ex7bpreg20 .min-slider-handle",
  1424. "targets": [
  1425. ["css=#wizard-p-1 .ex7bpreg20 .min-slider-handle", "css:finder"],
  1426. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/div[2]/div[7]", "xpath:idRelative"],
  1427. ["xpath=//section[2]/div/div[2]/div/div[2]/div[7]", "xpath:position"]
  1428. ],
  1429. "value": ""
  1430. }, {
  1431. "id": "71860b1e-752f-405a-bd65-955782c78372",
  1432. "comment": "",
  1433. "command": "click",
  1434. "target": "css=#wizard-p-1 .ex7bpreg20 .slider-horizontal",
  1435. "targets": [
  1436. ["css=#wizard-p-1 .ex7bpreg20 .slider-horizontal", "css:finder"],
  1437. ["xpath=(//div[@id=''])[3]", "xpath:attributes"],
  1438. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/div[2]", "xpath:idRelative"],
  1439. ["xpath=//section[2]/div/div[2]/div/div[2]", "xpath:position"]
  1440. ],
  1441. "value": ""
  1442. }, {
  1443. "id": "a29c9529-1fb3-435f-9690-7bd03df60556",
  1444. "comment": "",
  1445. "command": "click",
  1446. "target": "css=.content-wrapper > .content",
  1447. "targets": [
  1448. ["css=.content-wrapper > .content", "css:finder"],
  1449. ["xpath=//section[2]", "xpath:position"]
  1450. ],
  1451. "value": ""
  1452. }, {
  1453. "id": "0e03f521-da78-48ba-83f1-286a8b3c05ae",
  1454. "comment": "",
  1455. "command": "click",
  1456. "target": "css=.content-wrapper > .content",
  1457. "targets": [
  1458. ["css=.content-wrapper > .content", "css:finder"],
  1459. ["xpath=//section[2]", "xpath:position"]
  1460. ],
  1461. "value": ""
  1462. }, {
  1463. "id": "1c5aa431-358c-4720-94fb-154b4637e6c2",
  1464. "comment": "",
  1465. "command": "click",
  1466. "target": "css=#wizard-p-1 .ex7bpreg50 .slider-horizontal",
  1467. "targets": [
  1468. ["css=#wizard-p-1 .ex7bpreg50 .slider-horizontal", "css:finder"],
  1469. ["xpath=(//div[@id=''])[4]", "xpath:attributes"],
  1470. ["xpath=//section[@id='wizard-p-1']/div/div[5]/div/div[2]", "xpath:idRelative"],
  1471. ["xpath=//section[2]/div/div[5]/div/div[2]", "xpath:position"]
  1472. ],
  1473. "value": ""
  1474. }, {
  1475. "id": "1c81f649-c3cb-49cf-a41d-a61ea4f8b5b5",
  1476. "comment": "",
  1477. "command": "click",
  1478. "target": "css=.hover > .iCheck-helper",
  1479. "targets": [
  1480. ["css=.hover > .iCheck-helper", "css:finder"],
  1481. ["xpath=//section[@id='wizard-p-1']/div/div[6]/div/label/div/ins", "xpath:idRelative"],
  1482. ["xpath=//section[2]/div/div[6]/div/label/div/ins", "xpath:position"]
  1483. ],
  1484. "value": ""
  1485. }, {
  1486. "id": "d4ebd5e4-0fa7-4564-9b3e-5537e492da6b",
  1487. "comment": "",
  1488. "command": "click",
  1489. "target": "css=.content-wrapper > .content",
  1490. "targets": [
  1491. ["css=.content-wrapper > .content", "css:finder"],
  1492. ["xpath=//section[2]", "xpath:position"]
  1493. ],
  1494. "value": ""
  1495. }, {
  1496. "id": "38abc4fa-7280-48e3-841e-64e8e3b39753",
  1497. "comment": "",
  1498. "command": "click",
  1499. "target": "linkText=Finish",
  1500. "targets": [
  1501. ["linkText=Finish", "linkText"],
  1502. ["css=.actions li:nth-child(3) > a", "css:finder"],
  1503. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  1504. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  1505. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  1506. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  1507. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  1508. ],
  1509. "value": ""
  1510. }, {
  1511. "id": "4edb3eae-dcc2-4daf-9ad6-e994a0af2fd1",
  1512. "comment": "",
  1513. "command": "click",
  1514. "target": "css=.content-wrapper > .content",
  1515. "targets": [
  1516. ["css=.content-wrapper > .content", "css:finder"],
  1517. ["xpath=//section[2]", "xpath:position"]
  1518. ],
  1519. "value": ""
  1520. }, {
  1521. "id": "49960f95-5b6f-487f-984e-1ae4e6bee932",
  1522. "comment": "",
  1523. "command": "click",
  1524. "target": "css=.content-wrapper > .content",
  1525. "targets": [
  1526. ["css=.content-wrapper > .content", "css:finder"],
  1527. ["xpath=//section[2]", "xpath:position"]
  1528. ],
  1529. "value": ""
  1530. }, {
  1531. "id": "5b453604-0dbd-4827-b8f9-6f29889cd7a8",
  1532. "comment": "",
  1533. "command": "click",
  1534. "target": "css=.wrapper",
  1535. "targets": [
  1536. ["css=.wrapper", "css:finder"],
  1537. ["xpath=//div", "xpath:position"]
  1538. ],
  1539. "value": ""
  1540. }, {
  1541. "id": "49b032f6-0a7e-4294-ba99-bcfed034502a",
  1542. "comment": "",
  1543. "command": "click",
  1544. "target": "css=.content-wrapper > .content",
  1545. "targets": [
  1546. ["css=.content-wrapper > .content", "css:finder"],
  1547. ["xpath=//section[2]", "xpath:position"]
  1548. ],
  1549. "value": ""
  1550. }, {
  1551. "id": "6a10509e-9856-45ca-9819-9b25821c917b",
  1552. "comment": "",
  1553. "command": "click",
  1554. "target": "css=.content-wrapper > .content",
  1555. "targets": [
  1556. ["css=.content-wrapper > .content", "css:finder"],
  1557. ["xpath=//section[2]", "xpath:position"]
  1558. ],
  1559. "value": ""
  1560. }, {
  1561. "id": "20e6fa1d-5985-408a-9cb4-fc08c9bf3f32",
  1562. "comment": "",
  1563. "command": "click",
  1564. "target": "css=.content-wrapper > .content",
  1565. "targets": [
  1566. ["css=.content-wrapper > .content", "css:finder"],
  1567. ["xpath=//section[2]", "xpath:position"]
  1568. ],
  1569. "value": ""
  1570. }, {
  1571. "id": "d149d4a2-e7d3-4d95-8405-b9cca42eff4f",
  1572. "comment": "",
  1573. "command": "click",
  1574. "target": "css=.ex8preg60 .btn",
  1575. "targets": [
  1576. ["css=.ex8preg60 .btn", "css:finder"],
  1577. ["xpath=(//a[contains(text(),'Caso de estudio')])[7]", "xpath:link"],
  1578. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/a", "xpath:idRelative"],
  1579. ["xpath=//div[6]/div/a", "xpath:position"]
  1580. ],
  1581. "value": ""
  1582. }, {
  1583. "id": "c8a7ecc5-3c10-4664-807d-c1307406617f",
  1584. "comment": "",
  1585. "command": "click",
  1586. "target": "css=.ex8preg50 .btn",
  1587. "targets": [
  1588. ["css=.ex8preg50 .btn", "css:finder"],
  1589. ["xpath=(//a[contains(text(),'Caso de estudio')])[6]", "xpath:link"],
  1590. ["xpath=//section[@id='wizard-p-0']/div/div[5]/div/a", "xpath:idRelative"],
  1591. ["xpath=//div[5]/div/a", "xpath:position"]
  1592. ],
  1593. "value": ""
  1594. }, {
  1595. "id": "a6b66fd3-7f48-480d-a812-ff16f3741c27",
  1596. "comment": "",
  1597. "command": "click",
  1598. "target": "css=.ex8preg40 .btn",
  1599. "targets": [
  1600. ["css=.ex8preg40 .btn", "css:finder"],
  1601. ["xpath=(//a[contains(text(),'Caso de estudio')])[5]", "xpath:link"],
  1602. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/a", "xpath:idRelative"],
  1603. ["xpath=//div[4]/div/a", "xpath:position"]
  1604. ],
  1605. "value": ""
  1606. }, {
  1607. "id": "ce903574-35da-4880-94d9-1d2467ce22d9",
  1608. "comment": "",
  1609. "command": "click",
  1610. "target": "css=.ex8preg30 .btn",
  1611. "targets": [
  1612. ["css=.ex8preg30 .btn", "css:finder"],
  1613. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  1614. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/a", "xpath:idRelative"],
  1615. ["xpath=//div[3]/div/a", "xpath:position"]
  1616. ],
  1617. "value": ""
  1618. }, {
  1619. "id": "33126e01-4acf-4135-90c8-e2979f54104a",
  1620. "comment": "",
  1621. "command": "click",
  1622. "target": "css=.ex8preg20 .btn",
  1623. "targets": [
  1624. ["css=.ex8preg20 .btn", "css:finder"],
  1625. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  1626. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  1627. ["xpath=//div[2]/div/a", "xpath:position"]
  1628. ],
  1629. "value": ""
  1630. }, {
  1631. "id": "409cc608-b684-46af-89fa-822ed0c3ce89",
  1632. "comment": "",
  1633. "command": "click",
  1634. "target": "css=.ex8preg10 .btn",
  1635. "targets": [
  1636. ["css=.ex8preg10 .btn", "css:finder"],
  1637. ["xpath=(//a[contains(text(),'Caso de estudio')])[2]", "xpath:link"],
  1638. ["xpath=//section[@id='wizard-p-0']/div/div/div/a", "xpath:idRelative"],
  1639. ["xpath=//div/div/a", "xpath:position"]
  1640. ],
  1641. "value": ""
  1642. }, {
  1643. "id": "c2e4b74b-3602-49f5-9234-0f112b47409a",
  1644. "comment": "",
  1645. "command": "click",
  1646. "target": "linkText=Finish",
  1647. "targets": [
  1648. ["linkText=Finish", "linkText"],
  1649. ["css=.actions li:nth-child(3) > a", "css:finder"],
  1650. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  1651. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  1652. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  1653. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  1654. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  1655. ],
  1656. "value": ""
  1657. }, {
  1658. "id": "622b73fa-f455-455d-82b7-7e345e2e8be6",
  1659. "comment": "",
  1660. "command": "click",
  1661. "target": "id=ex9apreg10",
  1662. "targets": [
  1663. ["id=ex9apreg10", "id"],
  1664. ["name=ex9apreg10", "name"],
  1665. ["css=#ex9apreg10", "css:finder"],
  1666. ["xpath=//textarea[@id='ex9apreg10']", "xpath:attributes"],
  1667. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  1668. ["xpath=//textarea", "xpath:position"]
  1669. ],
  1670. "value": ""
  1671. }, {
  1672. "id": "bf8da35e-c974-4b89-a0fe-fc333ed66174",
  1673. "comment": "",
  1674. "command": "click",
  1675. "target": "css=.content-wrapper > .content",
  1676. "targets": [
  1677. ["css=.content-wrapper > .content", "css:finder"],
  1678. ["xpath=//section[2]", "xpath:position"]
  1679. ],
  1680. "value": ""
  1681. }, {
  1682. "id": "aed7632e-2831-4edc-b958-720cb8f4195e",
  1683. "comment": "",
  1684. "command": "mouseDownAt",
  1685. "target": "css=.content-wrapper > .content",
  1686. "targets": [
  1687. ["css=.content-wrapper > .content", "css:finder"],
  1688. ["xpath=//section[2]", "xpath:position"]
  1689. ],
  1690. "value": "180,1558"
  1691. }, {
  1692. "id": "c679dc54-d6c1-4854-9089-c2194987cb3c",
  1693. "comment": "",
  1694. "command": "mouseMoveAt",
  1695. "target": "css=.content-wrapper > .content",
  1696. "targets": [
  1697. ["css=.content-wrapper > .content", "css:finder"],
  1698. ["xpath=//section[2]", "xpath:position"]
  1699. ],
  1700. "value": "180,1558"
  1701. }, {
  1702. "id": "70bb35f4-bb30-4138-aafd-79c44f4e2adc",
  1703. "comment": "",
  1704. "command": "mouseUpAt",
  1705. "target": "css=.content-wrapper > .content",
  1706. "targets": [
  1707. ["css=.content-wrapper > .content", "css:finder"],
  1708. ["xpath=//section[2]", "xpath:position"]
  1709. ],
  1710. "value": "180,1558"
  1711. }, {
  1712. "id": "bbbca597-2aa5-4d86-8be4-758f2bcafbe2",
  1713. "comment": "",
  1714. "command": "click",
  1715. "target": "css=.content-wrapper > .content",
  1716. "targets": [
  1717. ["css=.content-wrapper > .content", "css:finder"],
  1718. ["xpath=//section[2]", "xpath:position"]
  1719. ],
  1720. "value": ""
  1721. }, {
  1722. "id": "3e7d6170-e73e-4770-b7f3-52aef87bc720",
  1723. "comment": "",
  1724. "command": "click",
  1725. "target": "id=ex9apreg40",
  1726. "targets": [
  1727. ["id=ex9apreg40", "id"],
  1728. ["name=ex9apreg40", "name"],
  1729. ["css=#ex9apreg40", "css:finder"],
  1730. ["xpath=//textarea[@id='ex9apreg40']", "xpath:attributes"],
  1731. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  1732. ["xpath=//div[4]/div/textarea", "xpath:position"]
  1733. ],
  1734. "value": ""
  1735. }, {
  1736. "id": "93a553f0-764d-45f0-a3fe-e322c066f84d",
  1737. "comment": "",
  1738. "command": "click",
  1739. "target": "id=ex9apreg40",
  1740. "targets": [
  1741. ["id=ex9apreg40", "id"],
  1742. ["name=ex9apreg40", "name"],
  1743. ["css=#ex9apreg40", "css:finder"],
  1744. ["xpath=//textarea[@id='ex9apreg40']", "xpath:attributes"],
  1745. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  1746. ["xpath=//div[4]/div/textarea", "xpath:position"]
  1747. ],
  1748. "value": ""
  1749. }, {
  1750. "id": "962a928c-dcb6-4554-9916-313f5014e090",
  1751. "comment": "",
  1752. "command": "click",
  1753. "target": "css=.content-wrapper > .content",
  1754. "targets": [
  1755. ["css=.content-wrapper > .content", "css:finder"],
  1756. ["xpath=//section[2]", "xpath:position"]
  1757. ],
  1758. "value": ""
  1759. }, {
  1760. "id": "27bd676b-9ab1-49be-b151-7609ac2da09a",
  1761. "comment": "",
  1762. "command": "click",
  1763. "target": "css=.content-wrapper > .content",
  1764. "targets": [
  1765. ["css=.content-wrapper > .content", "css:finder"],
  1766. ["xpath=//section[2]", "xpath:position"]
  1767. ],
  1768. "value": ""
  1769. }, {
  1770. "id": "5892e02d-a33b-4ee0-bb24-58f7176f572a",
  1771. "comment": "",
  1772. "command": "click",
  1773. "target": "id=ex9apreg50",
  1774. "targets": [
  1775. ["id=ex9apreg50", "id"],
  1776. ["name=ex9apreg50", "name"],
  1777. ["css=#ex9apreg50", "css:finder"],
  1778. ["xpath=//textarea[@id='ex9apreg50']", "xpath:attributes"],
  1779. ["xpath=//section[@id='wizard-p-0']/div/div[5]/div/textarea", "xpath:idRelative"],
  1780. ["xpath=//div[5]/div/textarea", "xpath:position"]
  1781. ],
  1782. "value": ""
  1783. }, {
  1784. "id": "9979e6f0-e8e5-4d43-9d44-119c2d812af5",
  1785. "comment": "",
  1786. "command": "click",
  1787. "target": "css=.content-wrapper > .content",
  1788. "targets": [
  1789. ["css=.content-wrapper > .content", "css:finder"],
  1790. ["xpath=//section[2]", "xpath:position"]
  1791. ],
  1792. "value": ""
  1793. }, {
  1794. "id": "e58808c5-6b2f-43f3-b8f3-b8aa37dba8a4",
  1795. "comment": "",
  1796. "command": "click",
  1797. "target": "id=ex9apreg60",
  1798. "targets": [
  1799. ["id=ex9apreg60", "id"],
  1800. ["name=ex9apreg60", "name"],
  1801. ["css=#ex9apreg60", "css:finder"],
  1802. ["xpath=//textarea[@id='ex9apreg60']", "xpath:attributes"],
  1803. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  1804. ["xpath=//div[6]/div/textarea", "xpath:position"]
  1805. ],
  1806. "value": ""
  1807. }, {
  1808. "id": "ea7c4d9c-9319-46aa-8817-d26a87a69b32",
  1809. "comment": "",
  1810. "command": "mouseDownAt",
  1811. "target": "id=ex9apreg60",
  1812. "targets": [
  1813. ["id=ex9apreg60", "id"],
  1814. ["name=ex9apreg60", "name"],
  1815. ["css=#ex9apreg60", "css:finder"],
  1816. ["xpath=//textarea[@id='ex9apreg60']", "xpath:attributes"],
  1817. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  1818. ["xpath=//div[6]/div/textarea", "xpath:position"]
  1819. ],
  1820. "value": "274.5,78.75"
  1821. }, {
  1822. "id": "dc982990-7784-4f53-a62a-9d6dfcec0d2b",
  1823. "comment": "",
  1824. "command": "mouseMoveAt",
  1825. "target": "id=ex9apreg60",
  1826. "targets": [
  1827. ["id=ex9apreg60", "id"],
  1828. ["name=ex9apreg60", "name"],
  1829. ["css=#ex9apreg60", "css:finder"],
  1830. ["xpath=//textarea[@id='ex9apreg60']", "xpath:attributes"],
  1831. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  1832. ["xpath=//div[6]/div/textarea", "xpath:position"]
  1833. ],
  1834. "value": "274.5,78.75"
  1835. }, {
  1836. "id": "a36f59f8-a4c5-40df-be67-fc4fa980d63e",
  1837. "comment": "",
  1838. "command": "mouseUpAt",
  1839. "target": "id=ex9apreg60",
  1840. "targets": [
  1841. ["id=ex9apreg60", "id"],
  1842. ["name=ex9apreg60", "name"],
  1843. ["css=#ex9apreg60", "css:finder"],
  1844. ["xpath=//textarea[@id='ex9apreg60']", "xpath:attributes"],
  1845. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  1846. ["xpath=//div[6]/div/textarea", "xpath:position"]
  1847. ],
  1848. "value": "274.5,78.75"
  1849. }, {
  1850. "id": "ecea749e-f89e-484d-9ed5-818a368779d4",
  1851. "comment": "",
  1852. "command": "click",
  1853. "target": "id=ex9apreg60",
  1854. "targets": [
  1855. ["id=ex9apreg60", "id"],
  1856. ["name=ex9apreg60", "name"],
  1857. ["css=#ex9apreg60", "css:finder"],
  1858. ["xpath=//textarea[@id='ex9apreg60']", "xpath:attributes"],
  1859. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  1860. ["xpath=//div[6]/div/textarea", "xpath:position"]
  1861. ],
  1862. "value": ""
  1863. }, {
  1864. "id": "ee6f89a6-032f-4066-a6b1-a8e0a79a5d5e",
  1865. "comment": "",
  1866. "command": "mouseDownAt",
  1867. "target": "id=ex9apreg60",
  1868. "targets": [
  1869. ["id=ex9apreg60", "id"],
  1870. ["name=ex9apreg60", "name"],
  1871. ["css=#ex9apreg60", "css:finder"],
  1872. ["xpath=//textarea[@id='ex9apreg60']", "xpath:attributes"],
  1873. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  1874. ["xpath=//div[6]/div/textarea", "xpath:position"]
  1875. ],
  1876. "value": "245.5,23.75"
  1877. }, {
  1878. "id": "c1574422-4aa2-4f06-8a57-72499227cd2b",
  1879. "comment": "",
  1880. "command": "mouseMoveAt",
  1881. "target": "id=ex9apreg60",
  1882. "targets": [
  1883. ["id=ex9apreg60", "id"],
  1884. ["name=ex9apreg60", "name"],
  1885. ["css=#ex9apreg60", "css:finder"],
  1886. ["xpath=//textarea[@id='ex9apreg60']", "xpath:attributes"],
  1887. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  1888. ["xpath=//div[6]/div/textarea", "xpath:position"]
  1889. ],
  1890. "value": "245.5,23.75"
  1891. }, {
  1892. "id": "65151955-1c10-4013-9f38-50efd53a8532",
  1893. "comment": "",
  1894. "command": "mouseUpAt",
  1895. "target": "id=ex9apreg60",
  1896. "targets": [
  1897. ["id=ex9apreg60", "id"],
  1898. ["name=ex9apreg60", "name"],
  1899. ["css=#ex9apreg60", "css:finder"],
  1900. ["xpath=//textarea[@id='ex9apreg60']", "xpath:attributes"],
  1901. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  1902. ["xpath=//div[6]/div/textarea", "xpath:position"]
  1903. ],
  1904. "value": "245.5,23.75"
  1905. }, {
  1906. "id": "dc5b351e-630e-4614-83af-49f7dd051bee",
  1907. "comment": "",
  1908. "command": "click",
  1909. "target": "id=ex9apreg60",
  1910. "targets": [
  1911. ["id=ex9apreg60", "id"],
  1912. ["name=ex9apreg60", "name"],
  1913. ["css=#ex9apreg60", "css:finder"],
  1914. ["xpath=//textarea[@id='ex9apreg60']", "xpath:attributes"],
  1915. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  1916. ["xpath=//div[6]/div/textarea", "xpath:position"]
  1917. ],
  1918. "value": ""
  1919. }, {
  1920. "id": "89e01df6-c482-4b80-9aa2-04ca1c9ffe3b",
  1921. "comment": "",
  1922. "command": "click",
  1923. "target": "css=.content-wrapper > .content",
  1924. "targets": [
  1925. ["css=.content-wrapper > .content", "css:finder"],
  1926. ["xpath=//section[2]", "xpath:position"]
  1927. ],
  1928. "value": ""
  1929. }, {
  1930. "id": "0d2d159b-8085-46d0-bfdf-e6a2147aa4c5",
  1931. "comment": "",
  1932. "command": "click",
  1933. "target": "id=ex9apreg70",
  1934. "targets": [
  1935. ["id=ex9apreg70", "id"],
  1936. ["name=ex9apreg70", "name"],
  1937. ["css=#ex9apreg70", "css:finder"],
  1938. ["xpath=//textarea[@id='ex9apreg70']", "xpath:attributes"],
  1939. ["xpath=//section[@id='wizard-p-0']/div/div[7]/div/textarea", "xpath:idRelative"],
  1940. ["xpath=//div[7]/div/textarea", "xpath:position"]
  1941. ],
  1942. "value": ""
  1943. }, {
  1944. "id": "b9f843dc-22da-4a26-9fa3-217894e6e71f",
  1945. "comment": "",
  1946. "command": "click",
  1947. "target": "css=.content-wrapper > .content",
  1948. "targets": [
  1949. ["css=.content-wrapper > .content", "css:finder"],
  1950. ["xpath=//section[2]", "xpath:position"]
  1951. ],
  1952. "value": ""
  1953. }, {
  1954. "id": "e74a7204-d7c2-48e2-91e3-253e19db31ee",
  1955. "comment": "",
  1956. "command": "click",
  1957. "target": "css=.content-wrapper > .content",
  1958. "targets": [
  1959. ["css=.content-wrapper > .content", "css:finder"],
  1960. ["xpath=//section[2]", "xpath:position"]
  1961. ],
  1962. "value": ""
  1963. }, {
  1964. "id": "8f001b58-fdce-4877-bfbf-b7ac652a80f0",
  1965. "comment": "",
  1966. "command": "click",
  1967. "target": "css=.content-wrapper > .content",
  1968. "targets": [
  1969. ["css=.content-wrapper > .content", "css:finder"],
  1970. ["xpath=//section[2]", "xpath:position"]
  1971. ],
  1972. "value": ""
  1973. }, {
  1974. "id": "9a4071d6-56c2-4a0f-96ee-f1a9508dee7a",
  1975. "comment": "",
  1976. "command": "click",
  1977. "target": "css=.content-wrapper > .content",
  1978. "targets": [
  1979. ["css=.content-wrapper > .content", "css:finder"],
  1980. ["xpath=//section[2]", "xpath:position"]
  1981. ],
  1982. "value": ""
  1983. }, {
  1984. "id": "a7d2ae5e-2c5d-4c95-a145-5b6d73096414",
  1985. "comment": "",
  1986. "command": "click",
  1987. "target": "css=.ex9apreg10 .btn",
  1988. "targets": [
  1989. ["css=.ex9apreg10 .btn", "css:finder"],
  1990. ["xpath=(//a[contains(text(),'Caso de estudio')])[2]", "xpath:link"],
  1991. ["xpath=//section[@id='wizard-p-0']/div/div/div/a", "xpath:idRelative"],
  1992. ["xpath=//div/div/a", "xpath:position"]
  1993. ],
  1994. "value": ""
  1995. }, {
  1996. "id": "28ef6dc0-9688-496b-882d-573bb62fa951",
  1997. "comment": "",
  1998. "command": "mouseDownAt",
  1999. "target": "css=.ex9apreg20 .btn",
  2000. "targets": [
  2001. ["css=.ex9apreg20 .btn", "css:finder"],
  2002. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  2003. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  2004. ["xpath=//div[2]/div/a", "xpath:position"]
  2005. ],
  2006. "value": "94.375,7.25"
  2007. }, {
  2008. "id": "3f79e6f3-8f27-4f02-ae3e-e908c913ac6d",
  2009. "comment": "",
  2010. "command": "mouseMoveAt",
  2011. "target": "css=.ex9apreg20 .btn",
  2012. "targets": [
  2013. ["css=.ex9apreg20 .btn", "css:finder"],
  2014. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  2015. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  2016. ["xpath=//div[2]/div/a", "xpath:position"]
  2017. ],
  2018. "value": "94.375,7.25"
  2019. }, {
  2020. "id": "7e638779-a725-4ee7-9999-c5e317e53297",
  2021. "comment": "",
  2022. "command": "mouseUpAt",
  2023. "target": "css=.ex9apreg20 .btn",
  2024. "targets": [
  2025. ["css=.ex9apreg20 .btn", "css:finder"],
  2026. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  2027. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  2028. ["xpath=//div[2]/div/a", "xpath:position"]
  2029. ],
  2030. "value": "94.375,7.25"
  2031. }, {
  2032. "id": "c8a84508-b445-47a5-b830-30b912175344",
  2033. "comment": "",
  2034. "command": "click",
  2035. "target": "css=.ex9apreg20 .btn",
  2036. "targets": [
  2037. ["css=.ex9apreg20 .btn", "css:finder"],
  2038. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  2039. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  2040. ["xpath=//div[2]/div/a", "xpath:position"]
  2041. ],
  2042. "value": ""
  2043. }, {
  2044. "id": "5ea5a63b-6544-40c5-a7fc-ac327005a0c1",
  2045. "comment": "",
  2046. "command": "mouseDownAt",
  2047. "target": "css=.ex9apreg30 .btn",
  2048. "targets": [
  2049. ["css=.ex9apreg30 .btn", "css:finder"],
  2050. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  2051. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/a", "xpath:idRelative"],
  2052. ["xpath=//div[3]/div/a", "xpath:position"]
  2053. ],
  2054. "value": "78.046875,7.5"
  2055. }, {
  2056. "id": "10bc4b80-6e77-4d42-9110-3c19455934d4",
  2057. "comment": "",
  2058. "command": "mouseMoveAt",
  2059. "target": "css=.ex9apreg30 .btn",
  2060. "targets": [
  2061. ["css=.ex9apreg30 .btn", "css:finder"],
  2062. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  2063. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/a", "xpath:idRelative"],
  2064. ["xpath=//div[3]/div/a", "xpath:position"]
  2065. ],
  2066. "value": "78.046875,7.5"
  2067. }, {
  2068. "id": "4a7f329b-df64-4b59-82ce-0788e81365df",
  2069. "comment": "",
  2070. "command": "mouseUpAt",
  2071. "target": "css=.ex9apreg30 .btn",
  2072. "targets": [
  2073. ["css=.ex9apreg30 .btn", "css:finder"],
  2074. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  2075. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/a", "xpath:idRelative"],
  2076. ["xpath=//div[3]/div/a", "xpath:position"]
  2077. ],
  2078. "value": "78.046875,7.5"
  2079. }, {
  2080. "id": "32b88434-ba54-44a7-aefa-9354267f3298",
  2081. "comment": "",
  2082. "command": "click",
  2083. "target": "css=.ex9apreg30 .btn",
  2084. "targets": [
  2085. ["css=.ex9apreg30 .btn", "css:finder"],
  2086. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  2087. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/a", "xpath:idRelative"],
  2088. ["xpath=//div[3]/div/a", "xpath:position"]
  2089. ],
  2090. "value": ""
  2091. }, {
  2092. "id": "bb1be8e0-d4f2-4a78-8cd2-9ee80268a64d",
  2093. "comment": "",
  2094. "command": "mouseDownAt",
  2095. "target": "css=.ex9apreg100 .btn",
  2096. "targets": [
  2097. ["css=.ex9apreg100 .btn", "css:finder"],
  2098. ["xpath=(//a[contains(text(),'Caso de estudio')])[5]", "xpath:link"],
  2099. ["xpath=//section[@id='wizard-p-0']/div/div[10]/div/a", "xpath:idRelative"],
  2100. ["xpath=//div[10]/div/a", "xpath:position"]
  2101. ],
  2102. "value": "55.5,18.75"
  2103. }, {
  2104. "id": "58db53b8-9e43-46aa-a73b-2d13f22f60db",
  2105. "comment": "",
  2106. "command": "mouseMoveAt",
  2107. "target": "css=.ex9apreg100 .btn",
  2108. "targets": [
  2109. ["css=.ex9apreg100 .btn", "css:finder"],
  2110. ["xpath=(//a[contains(text(),'Caso de estudio')])[5]", "xpath:link"],
  2111. ["xpath=//section[@id='wizard-p-0']/div/div[10]/div/a", "xpath:idRelative"],
  2112. ["xpath=//div[10]/div/a", "xpath:position"]
  2113. ],
  2114. "value": "55.5,18.75"
  2115. }, {
  2116. "id": "47360de9-69a4-430b-bc03-c155b635d1bc",
  2117. "comment": "",
  2118. "command": "mouseUpAt",
  2119. "target": "css=.ex9apreg100 .btn",
  2120. "targets": [
  2121. ["css=.ex9apreg100 .btn", "css:finder"],
  2122. ["xpath=(//a[contains(text(),'Caso de estudio')])[5]", "xpath:link"],
  2123. ["xpath=//section[@id='wizard-p-0']/div/div[10]/div/a", "xpath:idRelative"],
  2124. ["xpath=//div[10]/div/a", "xpath:position"]
  2125. ],
  2126. "value": "55.5,18.75"
  2127. }, {
  2128. "id": "9f25d011-504d-4181-bf3c-afe41a353c4b",
  2129. "comment": "",
  2130. "command": "click",
  2131. "target": "css=.ex9apreg100 .btn",
  2132. "targets": [
  2133. ["css=.ex9apreg100 .btn", "css:finder"],
  2134. ["xpath=(//a[contains(text(),'Caso de estudio')])[5]", "xpath:link"],
  2135. ["xpath=//section[@id='wizard-p-0']/div/div[10]/div/a", "xpath:idRelative"],
  2136. ["xpath=//div[10]/div/a", "xpath:position"]
  2137. ],
  2138. "value": ""
  2139. }, {
  2140. "id": "07a37f26-0d33-498c-8f94-ae12d8fe5c44",
  2141. "comment": "",
  2142. "command": "mouseDownAt",
  2143. "target": "css=.ex9apreg110 .btn",
  2144. "targets": [
  2145. ["css=.ex9apreg110 .btn", "css:finder"],
  2146. ["xpath=(//a[contains(text(),'Caso de estudio')])[6]", "xpath:link"],
  2147. ["xpath=//section[@id='wizard-p-0']/div/div[11]/div/a", "xpath:idRelative"],
  2148. ["xpath=//div[11]/div/a", "xpath:position"]
  2149. ],
  2150. "value": "72.5,24.75"
  2151. }, {
  2152. "id": "2522a124-27a1-4941-8638-42122c4807ed",
  2153. "comment": "",
  2154. "command": "mouseMoveAt",
  2155. "target": "css=.ex9apreg110 .btn",
  2156. "targets": [
  2157. ["css=.ex9apreg110 .btn", "css:finder"],
  2158. ["xpath=(//a[contains(text(),'Caso de estudio')])[6]", "xpath:link"],
  2159. ["xpath=//section[@id='wizard-p-0']/div/div[11]/div/a", "xpath:idRelative"],
  2160. ["xpath=//div[11]/div/a", "xpath:position"]
  2161. ],
  2162. "value": "72.5,24.75"
  2163. }, {
  2164. "id": "69f7e7fc-09a9-4fab-a87b-bed196ee233e",
  2165. "comment": "",
  2166. "command": "mouseUpAt",
  2167. "target": "css=.ex9apreg110 .btn",
  2168. "targets": [
  2169. ["css=.ex9apreg110 .btn", "css:finder"],
  2170. ["xpath=(//a[contains(text(),'Caso de estudio')])[6]", "xpath:link"],
  2171. ["xpath=//section[@id='wizard-p-0']/div/div[11]/div/a", "xpath:idRelative"],
  2172. ["xpath=//div[11]/div/a", "xpath:position"]
  2173. ],
  2174. "value": "72.5,24.75"
  2175. }, {
  2176. "id": "48bafeb6-67af-4131-a1a1-03963f7f96bc",
  2177. "comment": "",
  2178. "command": "click",
  2179. "target": "css=.ex9apreg110 .btn",
  2180. "targets": [
  2181. ["css=.ex9apreg110 .btn", "css:finder"],
  2182. ["xpath=(//a[contains(text(),'Caso de estudio')])[6]", "xpath:link"],
  2183. ["xpath=//section[@id='wizard-p-0']/div/div[11]/div/a", "xpath:idRelative"],
  2184. ["xpath=//div[11]/div/a", "xpath:position"]
  2185. ],
  2186. "value": ""
  2187. }, {
  2188. "id": "0b2a02ff-8414-4b13-a09d-dc60423580c0",
  2189. "comment": "",
  2190. "command": "mouseDownAt",
  2191. "target": "linkText=Finish",
  2192. "targets": [
  2193. ["linkText=Finish", "linkText"],
  2194. ["css=.actions li:nth-child(3) > a", "css:finder"],
  2195. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  2196. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  2197. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  2198. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  2199. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  2200. ],
  2201. "value": "55,18"
  2202. }, {
  2203. "id": "e9f3c0cb-8353-4d9c-a8d0-44d6e57c5cec",
  2204. "comment": "",
  2205. "command": "mouseMoveAt",
  2206. "target": "linkText=Finish",
  2207. "targets": [
  2208. ["linkText=Finish", "linkText"],
  2209. ["css=.actions li:nth-child(3) > a", "css:finder"],
  2210. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  2211. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  2212. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  2213. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  2214. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  2215. ],
  2216. "value": "55,18"
  2217. }, {
  2218. "id": "eb70b7b5-bcfa-469d-99ed-dfa06d271af1",
  2219. "comment": "",
  2220. "command": "mouseUpAt",
  2221. "target": "linkText=Finish",
  2222. "targets": [
  2223. ["linkText=Finish", "linkText"],
  2224. ["css=.actions li:nth-child(3) > a", "css:finder"],
  2225. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  2226. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  2227. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  2228. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  2229. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  2230. ],
  2231. "value": "55,18"
  2232. }, {
  2233. "id": "4b806d5a-1cae-4ad5-a184-1816e7ab08a2",
  2234. "comment": "",
  2235. "command": "click",
  2236. "target": "linkText=Finish",
  2237. "targets": [
  2238. ["linkText=Finish", "linkText"],
  2239. ["css=.actions li:nth-child(3) > a", "css:finder"],
  2240. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  2241. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  2242. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  2243. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  2244. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  2245. ],
  2246. "value": ""
  2247. }, {
  2248. "id": "04a7a842-b06a-4a6b-ad4a-92cc7e2b86e4",
  2249. "comment": "",
  2250. "command": "click",
  2251. "target": "css=.content-wrapper > .content",
  2252. "targets": [
  2253. ["css=.content-wrapper > .content", "css:finder"],
  2254. ["xpath=//section[2]", "xpath:position"]
  2255. ],
  2256. "value": ""
  2257. }, {
  2258. "id": "acd1d0e9-558c-46ae-855a-098f254e3de6",
  2259. "comment": "",
  2260. "command": "click",
  2261. "target": "css=.content-wrapper > .content",
  2262. "targets": [
  2263. ["css=.content-wrapper > .content", "css:finder"],
  2264. ["xpath=//section[2]", "xpath:position"]
  2265. ],
  2266. "value": ""
  2267. }, {
  2268. "id": "df19545c-e439-47aa-9ba1-df3120f92fa0",
  2269. "comment": "",
  2270. "command": "click",
  2271. "target": "css=.content-wrapper > .content",
  2272. "targets": [
  2273. ["css=.content-wrapper > .content", "css:finder"],
  2274. ["xpath=//section[2]", "xpath:position"]
  2275. ],
  2276. "value": ""
  2277. }, {
  2278. "id": "e99e4b15-5e90-4c87-9a55-b43a6dacefce",
  2279. "comment": "",
  2280. "command": "click",
  2281. "target": "css=.ex9bpreg30 .btn",
  2282. "targets": [
  2283. ["css=.ex9bpreg30 .btn", "css:finder"],
  2284. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  2285. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/a", "xpath:idRelative"],
  2286. ["xpath=//div[3]/div/a", "xpath:position"]
  2287. ],
  2288. "value": ""
  2289. }, {
  2290. "id": "8d76c6e9-48df-4443-98dd-c74b436b1723",
  2291. "comment": "",
  2292. "command": "click",
  2293. "target": "css=.ex9bpreg20 .btn",
  2294. "targets": [
  2295. ["css=.ex9bpreg20 .btn", "css:finder"],
  2296. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  2297. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  2298. ["xpath=//div[2]/div/a", "xpath:position"]
  2299. ],
  2300. "value": ""
  2301. }, {
  2302. "id": "49383f8a-802b-41f7-9bee-6d701e58fafe",
  2303. "comment": "",
  2304. "command": "click",
  2305. "target": "css=.ex9bpreg10 .btn",
  2306. "targets": [
  2307. ["css=.ex9bpreg10 .btn", "css:finder"],
  2308. ["xpath=(//a[contains(text(),'Caso de estudio')])[2]", "xpath:link"],
  2309. ["xpath=//section[@id='wizard-p-0']/div/div/div/a", "xpath:idRelative"],
  2310. ["xpath=//div/div/a", "xpath:position"]
  2311. ],
  2312. "value": ""
  2313. }, {
  2314. "id": "884c0364-3ab2-491b-8fc4-a6b78f84832c",
  2315. "comment": "",
  2316. "command": "click",
  2317. "target": "linkText=Finish",
  2318. "targets": [
  2319. ["linkText=Finish", "linkText"],
  2320. ["css=.actions li:nth-child(3) > a", "css:finder"],
  2321. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  2322. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  2323. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  2324. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  2325. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  2326. ],
  2327. "value": ""
  2328. }, {
  2329. "id": "28da61f0-d1bd-4ff3-86bb-1ad5c0156ee2",
  2330. "comment": "",
  2331. "command": "click",
  2332. "target": "linkText=Caso de estudio",
  2333. "targets": [
  2334. ["linkText=Caso de estudio", "linkText"],
  2335. ["css=#wizard-p-0 .ex10apreg10 .btn", "css:finder"],
  2336. ["xpath=//a[contains(text(),'Caso de estudio')]", "xpath:link"],
  2337. ["xpath=//section[@id='wizard-p-0']/div/div/div/a", "xpath:idRelative"],
  2338. ["xpath=//div/div/a", "xpath:position"],
  2339. ["xpath=//a[contains(.,'Caso de estudio')]", "xpath:innerText"]
  2340. ],
  2341. "value": ""
  2342. }, {
  2343. "id": "182d0316-94c2-4f17-82ba-21f4d6b0f8ab",
  2344. "comment": "",
  2345. "command": "click",
  2346. "target": "css=#wizard-p-0 .ex10apreg20 .btn",
  2347. "targets": [
  2348. ["css=#wizard-p-0 .ex10apreg20 .btn", "css:finder"],
  2349. ["xpath=(//a[contains(text(),'Caso de estudio')])[2]", "xpath:link"],
  2350. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  2351. ["xpath=//div[2]/div/a", "xpath:position"]
  2352. ],
  2353. "value": ""
  2354. }, {
  2355. "id": "058bf5f2-8c74-41d6-a1ee-36aea57709fc",
  2356. "comment": "",
  2357. "command": "click",
  2358. "target": "css=.content-wrapper > .content",
  2359. "targets": [
  2360. ["css=.content-wrapper > .content", "css:finder"],
  2361. ["xpath=//section[2]", "xpath:position"]
  2362. ],
  2363. "value": ""
  2364. }, {
  2365. "id": "0cc675d0-026c-48d6-b7bd-676e73664633",
  2366. "comment": "",
  2367. "command": "click",
  2368. "target": "css=.content-wrapper > .content",
  2369. "targets": [
  2370. ["css=.content-wrapper > .content", "css:finder"],
  2371. ["xpath=//section[2]", "xpath:position"]
  2372. ],
  2373. "value": ""
  2374. }, {
  2375. "id": "2cc70cda-70e7-4519-8333-cfbb8f319665",
  2376. "comment": "",
  2377. "command": "click",
  2378. "target": "id=wizard-t-1",
  2379. "targets": [
  2380. ["id=wizard-t-1", "id"],
  2381. ["linkText=2.", "linkText"],
  2382. ["css=#wizard-t-1", "css:finder"],
  2383. ["xpath=//a[@id='wizard-t-1']", "xpath:attributes"],
  2384. ["xpath=//form[@id='wizard']/div/ul/li[2]/a", "xpath:idRelative"],
  2385. ["xpath=//a[contains(@href, '#wizard-h-1')]", "xpath:href"],
  2386. ["xpath=//form/div/ul/li[2]/a", "xpath:position"],
  2387. ["xpath=//a[contains(.,'2.')]", "xpath:innerText"]
  2388. ],
  2389. "value": ""
  2390. }, {
  2391. "id": "67d0eeec-f3da-46ca-bc12-007c6badece0",
  2392. "comment": "",
  2393. "command": "click",
  2394. "target": "css=.content-wrapper > .content",
  2395. "targets": [
  2396. ["css=.content-wrapper > .content", "css:finder"],
  2397. ["xpath=//section[2]", "xpath:position"]
  2398. ],
  2399. "value": ""
  2400. }, {
  2401. "id": "a8aec0e9-a026-4265-8725-776fd4042ed6",
  2402. "comment": "",
  2403. "command": "click",
  2404. "target": "css=.content-wrapper > .content",
  2405. "targets": [
  2406. ["css=.content-wrapper > .content", "css:finder"],
  2407. ["xpath=//section[2]", "xpath:position"]
  2408. ],
  2409. "value": ""
  2410. }, {
  2411. "id": "4a5842a6-92ab-4b5e-868d-6be1517217e3",
  2412. "comment": "",
  2413. "command": "click",
  2414. "target": "linkText=Caso de estudio",
  2415. "targets": [
  2416. ["linkText=Caso de estudio", "linkText"],
  2417. ["css=#wizard-p-1 .ex10apreg10 .btn", "css:finder"],
  2418. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  2419. ["xpath=//section[@id='wizard-p-1']/div/div/div/a", "xpath:idRelative"],
  2420. ["xpath=//section[2]/div/div/div/a", "xpath:position"]
  2421. ],
  2422. "value": ""
  2423. }, {
  2424. "id": "816a9745-64e2-4e37-af1f-f2465de39e80",
  2425. "comment": "",
  2426. "command": "click",
  2427. "target": "css=#wizard-p-1 .ex10apreg20 .btn",
  2428. "targets": [
  2429. ["css=#wizard-p-1 .ex10apreg20 .btn", "css:finder"],
  2430. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  2431. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/a", "xpath:idRelative"],
  2432. ["xpath=//section[2]/div/div[2]/div/a", "xpath:position"]
  2433. ],
  2434. "value": ""
  2435. }, {
  2436. "id": "e83cc543-4b70-425c-8b52-3756155c60fb",
  2437. "comment": "",
  2438. "command": "click",
  2439. "target": "linkText=Finish",
  2440. "targets": [
  2441. ["linkText=Finish", "linkText"],
  2442. ["css=.actions li:nth-child(3) > a", "css:finder"],
  2443. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  2444. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  2445. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  2446. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  2447. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  2448. ],
  2449. "value": ""
  2450. }, {
  2451. "id": "adf414b7-07b5-42b2-97f0-931c87866fce",
  2452. "comment": "",
  2453. "command": "click",
  2454. "target": "css=#wizard-p-0 .ex10bpreg10-10 .btn",
  2455. "targets": [
  2456. ["css=#wizard-p-0 .ex10bpreg10-10 .btn", "css:finder"],
  2457. ["xpath=(//a[contains(text(),'Caso de estudio')])[2]", "xpath:link"],
  2458. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  2459. ["xpath=//div[2]/div/a", "xpath:position"]
  2460. ],
  2461. "value": ""
  2462. }, {
  2463. "id": "035b09f5-2e14-4d4c-892a-e74323672c7f",
  2464. "comment": "",
  2465. "command": "click",
  2466. "target": "css=#wizard-p-0 .ex10bpreg10-10 .btn",
  2467. "targets": [
  2468. ["css=#wizard-p-0 .ex10bpreg10-10 .btn", "css:finder"],
  2469. ["xpath=(//a[contains(text(),'Caso de estudio')])[2]", "xpath:link"],
  2470. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  2471. ["xpath=//div[2]/div/a", "xpath:position"]
  2472. ],
  2473. "value": ""
  2474. }, {
  2475. "id": "996baf78-389d-4ba0-9303-ab09ec1b3bc9",
  2476. "comment": "",
  2477. "command": "click",
  2478. "target": "css=#wizard-p-0 .ex10bpreg10-20 .btn",
  2479. "targets": [
  2480. ["css=#wizard-p-0 .ex10bpreg10-20 .btn", "css:finder"],
  2481. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  2482. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/a", "xpath:idRelative"],
  2483. ["xpath=//div[3]/div/a", "xpath:position"]
  2484. ],
  2485. "value": ""
  2486. }, {
  2487. "id": "5710c7ac-ec8c-4a16-a479-300531a7fbb6",
  2488. "comment": "",
  2489. "command": "click",
  2490. "target": "css=#wizard-p-0 .ex10bpreg10-20 .btn",
  2491. "targets": [
  2492. ["css=#wizard-p-0 .ex10bpreg10-20 .btn", "css:finder"],
  2493. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  2494. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/a", "xpath:idRelative"],
  2495. ["xpath=//div[3]/div/a", "xpath:position"]
  2496. ],
  2497. "value": ""
  2498. }, {
  2499. "id": "a69c4864-91f9-474a-a99c-c275df4cb67a",
  2500. "comment": "",
  2501. "command": "click",
  2502. "target": "css=#wizard-p-0 .ex10bpreg10-10 .switch-label-off",
  2503. "targets": [
  2504. ["css=#wizard-p-0 .ex10bpreg10-10 .switch-label-off", "css:finder"],
  2505. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/div[2]/label/label", "xpath:idRelative"],
  2506. ["xpath=//label/label", "xpath:position"]
  2507. ],
  2508. "value": ""
  2509. }, {
  2510. "id": "bb48d4e6-c3ef-4c0e-9f80-a840b53ebab5",
  2511. "comment": "",
  2512. "command": "click",
  2513. "target": "css=#wizard-p-0 .ex10bpreg10-20 .switch-label-off",
  2514. "targets": [
  2515. ["css=#wizard-p-0 .ex10bpreg10-20 .switch-label-off", "css:finder"],
  2516. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/div[2]/label/label", "xpath:idRelative"],
  2517. ["xpath=//div[3]/div/div[2]/label/label", "xpath:position"]
  2518. ],
  2519. "value": ""
  2520. }, {
  2521. "id": "650467d2-2a5d-4990-9e88-7db4ac365bf2",
  2522. "comment": "",
  2523. "command": "click",
  2524. "target": "css=#wizard-p-0 .ex10bpreg10-20 .switch-label-on",
  2525. "targets": [
  2526. ["css=#wizard-p-0 .ex10bpreg10-20 .switch-label-on", "css:finder"],
  2527. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/div[2]/label/label[2]", "xpath:idRelative"],
  2528. ["xpath=//div[3]/div/div[2]/label/label[2]", "xpath:position"]
  2529. ],
  2530. "value": ""
  2531. }, {
  2532. "id": "b58f6c65-7d02-4225-a0a2-5d0d3d9699fe",
  2533. "comment": "",
  2534. "command": "click",
  2535. "target": "css=#wizard-p-0 .ex10bpreg10-10 .switch-label-on",
  2536. "targets": [
  2537. ["css=#wizard-p-0 .ex10bpreg10-10 .switch-label-on", "css:finder"],
  2538. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/div[2]/label/label[2]", "xpath:idRelative"],
  2539. ["xpath=//label[2]", "xpath:position"]
  2540. ],
  2541. "value": ""
  2542. }, {
  2543. "id": "f6f11ea2-29fd-4258-a33f-c5f400ebefb7",
  2544. "comment": "",
  2545. "command": "click",
  2546. "target": "id=wizard-t-1",
  2547. "targets": [
  2548. ["id=wizard-t-1", "id"],
  2549. ["linkText=2.", "linkText"],
  2550. ["css=#wizard-t-1", "css:finder"],
  2551. ["xpath=//a[@id='wizard-t-1']", "xpath:attributes"],
  2552. ["xpath=//form[@id='wizard']/div/ul/li[2]/a", "xpath:idRelative"],
  2553. ["xpath=//a[contains(@href, '#wizard-h-1')]", "xpath:href"],
  2554. ["xpath=//form/div/ul/li[2]/a", "xpath:position"],
  2555. ["xpath=//a[contains(.,'2.')]", "xpath:innerText"]
  2556. ],
  2557. "value": ""
  2558. }, {
  2559. "id": "b82464f5-645b-4e73-bdc1-1dd51d1e16ea",
  2560. "comment": "",
  2561. "command": "click",
  2562. "target": "css=#wizard-p-1 .ex10bpreg10-10 .switch-label-on",
  2563. "targets": [
  2564. ["css=#wizard-p-1 .ex10bpreg10-10 .switch-label-on", "css:finder"],
  2565. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/div[2]/label/label[2]", "xpath:idRelative"],
  2566. ["xpath=//section[2]/div/div[2]/div/div[2]/label/label[2]", "xpath:position"]
  2567. ],
  2568. "value": ""
  2569. }, {
  2570. "id": "99832bbd-b774-452f-a205-d2920ec66c49",
  2571. "comment": "",
  2572. "command": "click",
  2573. "target": "css=#wizard-p-1 .ex10bpreg10-20 .switch-label-on",
  2574. "targets": [
  2575. ["css=#wizard-p-1 .ex10bpreg10-20 .switch-label-on", "css:finder"],
  2576. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/div[2]/label/label[2]", "xpath:idRelative"],
  2577. ["xpath=//section[2]/div/div[3]/div/div[2]/label/label[2]", "xpath:position"]
  2578. ],
  2579. "value": ""
  2580. }, {
  2581. "id": "a3441f3b-b8b9-4543-b90e-d1444434bad7",
  2582. "comment": "",
  2583. "command": "click",
  2584. "target": "css=#wizard-p-1 .ex10bpreg10-10 .switch-label-off",
  2585. "targets": [
  2586. ["css=#wizard-p-1 .ex10bpreg10-10 .switch-label-off", "css:finder"],
  2587. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/div[2]/label/label", "xpath:idRelative"],
  2588. ["xpath=//section[2]/div/div[2]/div/div[2]/label/label", "xpath:position"]
  2589. ],
  2590. "value": ""
  2591. }, {
  2592. "id": "cafa4935-50cf-4ff8-b515-c99f0f5fd438",
  2593. "comment": "",
  2594. "command": "click",
  2595. "target": "css=#wizard-p-1 .ex10bpreg10-20 .switch-label-off",
  2596. "targets": [
  2597. ["css=#wizard-p-1 .ex10bpreg10-20 .switch-label-off", "css:finder"],
  2598. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/div[2]/label/label", "xpath:idRelative"],
  2599. ["xpath=//section[2]/div/div[3]/div/div[2]/label/label", "xpath:position"]
  2600. ],
  2601. "value": ""
  2602. }, {
  2603. "id": "7803f9e1-b272-4bbb-850a-b6e9215f454a",
  2604. "comment": "",
  2605. "command": "click",
  2606. "target": "id=wizard-t-0",
  2607. "targets": [
  2608. ["id=wizard-t-0", "id"],
  2609. ["linkText=1.", "linkText"],
  2610. ["css=#wizard-t-0", "css:finder"],
  2611. ["xpath=//a[@id='wizard-t-0']", "xpath:attributes"],
  2612. ["xpath=//form[@id='wizard']/div/ul/li/a", "xpath:idRelative"],
  2613. ["xpath=//a[contains(@href, '#wizard-h-0')]", "xpath:href"],
  2614. ["xpath=//form/div/ul/li/a", "xpath:position"],
  2615. ["xpath=//a[contains(.,'1.')]", "xpath:innerText"]
  2616. ],
  2617. "value": ""
  2618. }, {
  2619. "id": "2548c787-dde7-437d-bb8f-a6c9669ca871",
  2620. "comment": "",
  2621. "command": "click",
  2622. "target": "css=#wizard-p-0 .ex10bpreg20 .btn",
  2623. "targets": [
  2624. ["css=#wizard-p-0 .ex10bpreg20 .btn", "css:finder"],
  2625. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  2626. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/a", "xpath:idRelative"],
  2627. ["xpath=//div[4]/div/a", "xpath:position"]
  2628. ],
  2629. "value": ""
  2630. }, {
  2631. "id": "5758a1b1-12de-4f18-aded-520aaca0bfde",
  2632. "comment": "",
  2633. "command": "click",
  2634. "target": "css=#wizard-p-0 .ex10bpreg20 .btn",
  2635. "targets": [
  2636. ["css=#wizard-p-0 .ex10bpreg20 .btn", "css:finder"],
  2637. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  2638. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/a", "xpath:idRelative"],
  2639. ["xpath=//div[4]/div/a", "xpath:position"]
  2640. ],
  2641. "value": ""
  2642. }, {
  2643. "id": "6bdfd496-3bc8-46cd-9e07-4ed735b69e93",
  2644. "comment": "",
  2645. "command": "click",
  2646. "target": "css=.content-wrapper > .content",
  2647. "targets": [
  2648. ["css=.content-wrapper > .content", "css:finder"],
  2649. ["xpath=//section[2]", "xpath:position"]
  2650. ],
  2651. "value": ""
  2652. }, {
  2653. "id": "a5e83d7c-1527-4404-aec2-b048b00dbf95",
  2654. "comment": "",
  2655. "command": "click",
  2656. "target": "css=.wrapper",
  2657. "targets": [
  2658. ["css=.wrapper", "css:finder"],
  2659. ["xpath=//div", "xpath:position"]
  2660. ],
  2661. "value": ""
  2662. }, {
  2663. "id": "69794b34-63b1-4814-8a04-c7950fa73ba1",
  2664. "comment": "",
  2665. "command": "click",
  2666. "target": "css=.wrapper",
  2667. "targets": [
  2668. ["css=.wrapper", "css:finder"],
  2669. ["xpath=//div", "xpath:position"]
  2670. ],
  2671. "value": ""
  2672. }, {
  2673. "id": "fb67e63c-4377-426f-8baf-def158cd51cb",
  2674. "comment": "",
  2675. "command": "click",
  2676. "target": "css=.content-wrapper > .content",
  2677. "targets": [
  2678. ["css=.content-wrapper > .content", "css:finder"],
  2679. ["xpath=//section[2]", "xpath:position"]
  2680. ],
  2681. "value": ""
  2682. }, {
  2683. "id": "e8f7f185-d1bc-4932-975f-1d04318450e4",
  2684. "comment": "",
  2685. "command": "click",
  2686. "target": "css=.content-wrapper > .content",
  2687. "targets": [
  2688. ["css=.content-wrapper > .content", "css:finder"],
  2689. ["xpath=//section[2]", "xpath:position"]
  2690. ],
  2691. "value": ""
  2692. }, {
  2693. "id": "f22e1266-a359-4157-aaf6-3a0b79cf15d6",
  2694. "comment": "",
  2695. "command": "click",
  2696. "target": "css=.wrapper",
  2697. "targets": [
  2698. ["css=.wrapper", "css:finder"],
  2699. ["xpath=//div", "xpath:position"]
  2700. ],
  2701. "value": ""
  2702. }, {
  2703. "id": "9fdc2aea-4ab4-40bf-a9b0-67bbc9f4db4a",
  2704. "comment": "",
  2705. "command": "click",
  2706. "target": "css=.content-wrapper > .content",
  2707. "targets": [
  2708. ["css=.content-wrapper > .content", "css:finder"],
  2709. ["xpath=//section[2]", "xpath:position"]
  2710. ],
  2711. "value": ""
  2712. }, {
  2713. "id": "4d0499b7-7b7a-4eb4-ae0c-4bf1d11c276e",
  2714. "comment": "",
  2715. "command": "click",
  2716. "target": "linkText=Next",
  2717. "targets": [
  2718. ["linkText=Next", "linkText"],
  2719. ["css=.actions li:nth-child(2) > a", "css:finder"],
  2720. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  2721. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  2722. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  2723. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  2724. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  2725. ],
  2726. "value": ""
  2727. }, {
  2728. "id": "f45bcd61-b4e8-42a0-b257-e424a769fc03",
  2729. "comment": "",
  2730. "command": "click",
  2731. "target": "css=#wizard-p-1 .ex10bpreg10-20 .switch-label-on",
  2732. "targets": [
  2733. ["css=#wizard-p-1 .ex10bpreg10-20 .switch-label-on", "css:finder"],
  2734. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/div[2]/label/label[2]", "xpath:idRelative"],
  2735. ["xpath=//section[2]/div/div[3]/div/div[2]/label/label[2]", "xpath:position"]
  2736. ],
  2737. "value": ""
  2738. }, {
  2739. "id": "9a6c7daa-f631-40d2-91f6-1d8b03d8f7f6",
  2740. "comment": "",
  2741. "command": "click",
  2742. "target": "css=#wizard-p-1 .ex10bpreg10-10 .btn",
  2743. "targets": [
  2744. ["css=#wizard-p-1 .ex10bpreg10-10 .btn", "css:finder"],
  2745. ["xpath=(//a[contains(text(),'Caso de estudio')])[11]", "xpath:link"],
  2746. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/a", "xpath:idRelative"],
  2747. ["xpath=//section[2]/div/div[2]/div/a", "xpath:position"]
  2748. ],
  2749. "value": ""
  2750. }, {
  2751. "id": "2fe8ae34-e456-4bc6-a2f1-a44281a11ff5",
  2752. "comment": "",
  2753. "command": "click",
  2754. "target": "css=#wizard-p-1 .ex10bpreg10-20 .btn",
  2755. "targets": [
  2756. ["css=#wizard-p-1 .ex10bpreg10-20 .btn", "css:finder"],
  2757. ["xpath=(//a[contains(text(),'Caso de estudio')])[12]", "xpath:link"],
  2758. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/a", "xpath:idRelative"],
  2759. ["xpath=//section[2]/div/div[3]/div/a", "xpath:position"]
  2760. ],
  2761. "value": ""
  2762. }, {
  2763. "id": "e75b7b39-e559-480c-9f29-0e041d078e7d",
  2764. "comment": "",
  2765. "command": "click",
  2766. "target": "css=#wizard-p-1 .ex10bpreg20 .btn",
  2767. "targets": [
  2768. ["css=#wizard-p-1 .ex10bpreg20 .btn", "css:finder"],
  2769. ["xpath=(//a[contains(text(),'Caso de estudio')])[13]", "xpath:link"],
  2770. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/a", "xpath:idRelative"],
  2771. ["xpath=//section[2]/div/div[4]/div/a", "xpath:position"]
  2772. ],
  2773. "value": ""
  2774. }, {
  2775. "id": "5edf8634-f6ec-4944-8dea-b03d97ab9552",
  2776. "comment": "",
  2777. "command": "click",
  2778. "target": "css=.content-wrapper > .content",
  2779. "targets": [
  2780. ["css=.content-wrapper > .content", "css:finder"],
  2781. ["xpath=//section[2]", "xpath:position"]
  2782. ],
  2783. "value": ""
  2784. }, {
  2785. "id": "7c145f03-96ca-430a-b234-efa42d50e5c3",
  2786. "comment": "",
  2787. "command": "click",
  2788. "target": "css=.content-wrapper > .content",
  2789. "targets": [
  2790. ["css=.content-wrapper > .content", "css:finder"],
  2791. ["xpath=//section[2]", "xpath:position"]
  2792. ],
  2793. "value": ""
  2794. }, {
  2795. "id": "949aa435-942b-4529-9659-9b86fc512a6e",
  2796. "comment": "",
  2797. "command": "click",
  2798. "target": "css=#wizard-p-1 .ex10bpreg30 .btn",
  2799. "targets": [
  2800. ["css=#wizard-p-1 .ex10bpreg30 .btn", "css:finder"],
  2801. ["xpath=(//a[contains(text(),'Caso de estudio')])[14]", "xpath:link"],
  2802. ["xpath=//section[@id='wizard-p-1']/div/div[5]/div/a", "xpath:idRelative"],
  2803. ["xpath=//section[2]/div/div[5]/div/a", "xpath:position"]
  2804. ],
  2805. "value": ""
  2806. }, {
  2807. "id": "bce81901-7b49-4d49-bd52-c8316ccfbd07",
  2808. "comment": "",
  2809. "command": "click",
  2810. "target": "css=#wizard-p-1 .ex10bpreg40 .btn",
  2811. "targets": [
  2812. ["css=#wizard-p-1 .ex10bpreg40 .btn", "css:finder"],
  2813. ["xpath=(//a[contains(text(),'Caso de estudio')])[15]", "xpath:link"],
  2814. ["xpath=//section[@id='wizard-p-1']/div/div[6]/div/a", "xpath:idRelative"],
  2815. ["xpath=//section[2]/div/div[6]/div/a", "xpath:position"]
  2816. ],
  2817. "value": ""
  2818. }, {
  2819. "id": "cc75cab7-d040-4b94-b1af-b3370697d9bb",
  2820. "comment": "",
  2821. "command": "click",
  2822. "target": "css=#wizard-p-1 .ex10bpreg50 .btn",
  2823. "targets": [
  2824. ["css=#wizard-p-1 .ex10bpreg50 .btn", "css:finder"],
  2825. ["xpath=(//a[contains(text(),'Caso de estudio')])[16]", "xpath:link"],
  2826. ["xpath=//section[@id='wizard-p-1']/div/div[7]/div/a", "xpath:idRelative"],
  2827. ["xpath=//section[2]/div/div[7]/div/a", "xpath:position"]
  2828. ],
  2829. "value": ""
  2830. }, {
  2831. "id": "59532edc-66da-48f6-8a29-35ea436a7604",
  2832. "comment": "",
  2833. "command": "click",
  2834. "target": "css=#wizard-p-1 .ex10bpreg60 .btn",
  2835. "targets": [
  2836. ["css=#wizard-p-1 .ex10bpreg60 .btn", "css:finder"],
  2837. ["xpath=(//a[contains(text(),'Caso de estudio')])[17]", "xpath:link"],
  2838. ["xpath=//section[@id='wizard-p-1']/div/div[8]/div/a", "xpath:idRelative"],
  2839. ["xpath=//section[2]/div/div[8]/div/a", "xpath:position"]
  2840. ],
  2841. "value": ""
  2842. }, {
  2843. "id": "f2b01f6d-02bd-4f80-8464-462b1ad35133",
  2844. "comment": "",
  2845. "command": "click",
  2846. "target": "css=#wizard-p-1 .ex10bpreg70 .btn",
  2847. "targets": [
  2848. ["css=#wizard-p-1 .ex10bpreg70 .btn", "css:finder"],
  2849. ["xpath=(//a[contains(text(),'Caso de estudio')])[18]", "xpath:link"],
  2850. ["xpath=//section[@id='wizard-p-1']/div/div[9]/div/a", "xpath:idRelative"],
  2851. ["xpath=//section[2]/div/div[9]/div/a", "xpath:position"]
  2852. ],
  2853. "value": ""
  2854. }, {
  2855. "id": "839f746a-d7f5-47b0-abda-74e4e7caea6d",
  2856. "comment": "",
  2857. "command": "click",
  2858. "target": "css=#wizard-p-1 .ex10bpreg80 .btn",
  2859. "targets": [
  2860. ["css=#wizard-p-1 .ex10bpreg80 .btn", "css:finder"],
  2861. ["xpath=(//a[contains(text(),'Caso de estudio')])[19]", "xpath:link"],
  2862. ["xpath=//section[@id='wizard-p-1']/div/div[10]/div/a", "xpath:idRelative"],
  2863. ["xpath=//section[2]/div/div[10]/div/a", "xpath:position"]
  2864. ],
  2865. "value": ""
  2866. }, {
  2867. "id": "74b76a60-99dc-4242-bf34-cc53896893e8",
  2868. "comment": "",
  2869. "command": "click",
  2870. "target": "css=.content-wrapper > .content",
  2871. "targets": [
  2872. ["css=.content-wrapper > .content", "css:finder"],
  2873. ["xpath=//section[2]", "xpath:position"]
  2874. ],
  2875. "value": ""
  2876. }, {
  2877. "id": "6675ed9c-cc7b-4b31-bacf-ebef64a1efb4",
  2878. "comment": "",
  2879. "command": "click",
  2880. "target": "css=.content-wrapper > .content",
  2881. "targets": [
  2882. ["css=.content-wrapper > .content", "css:finder"],
  2883. ["xpath=//section[2]", "xpath:position"]
  2884. ],
  2885. "value": ""
  2886. }, {
  2887. "id": "2be24a4e-4e09-4500-b1dc-6f054b9cc7a1",
  2888. "comment": "",
  2889. "command": "click",
  2890. "target": "css=.content-wrapper > .content",
  2891. "targets": [
  2892. ["css=.content-wrapper > .content", "css:finder"],
  2893. ["xpath=//section[2]", "xpath:position"]
  2894. ],
  2895. "value": ""
  2896. }, {
  2897. "id": "39f91f4d-bf23-40b6-bae9-051428504c3f",
  2898. "comment": "",
  2899. "command": "click",
  2900. "target": "css=.content-wrapper > .content",
  2901. "targets": [
  2902. ["css=.content-wrapper > .content", "css:finder"],
  2903. ["xpath=//section[2]", "xpath:position"]
  2904. ],
  2905. "value": ""
  2906. }, {
  2907. "id": "673810df-1e1f-436f-8559-4c0395967bc6",
  2908. "comment": "",
  2909. "command": "click",
  2910. "target": "css=.content-wrapper > .content",
  2911. "targets": [
  2912. ["css=.content-wrapper > .content", "css:finder"],
  2913. ["xpath=//section[2]", "xpath:position"]
  2914. ],
  2915. "value": ""
  2916. }, {
  2917. "id": "6e366e9a-a597-427d-bac9-9f3f33173f4a",
  2918. "comment": "",
  2919. "command": "click",
  2920. "target": "linkText=Finish",
  2921. "targets": [
  2922. ["linkText=Finish", "linkText"],
  2923. ["css=.actions li:nth-child(3) > a", "css:finder"],
  2924. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  2925. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  2926. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  2927. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  2928. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  2929. ],
  2930. "value": ""
  2931. }, {
  2932. "id": "342016f6-81a2-4a23-8f2f-2d317fa23a1e",
  2933. "comment": "",
  2934. "command": "click",
  2935. "target": "css=.content-wrapper > .content",
  2936. "targets": [
  2937. ["css=.content-wrapper > .content", "css:finder"],
  2938. ["xpath=//section[2]", "xpath:position"]
  2939. ],
  2940. "value": ""
  2941. }, {
  2942. "id": "c82bcfac-0508-4cb4-a7c0-f60faaaf2870",
  2943. "comment": "",
  2944. "command": "click",
  2945. "target": "css=.content-wrapper > .content",
  2946. "targets": [
  2947. ["css=.content-wrapper > .content", "css:finder"],
  2948. ["xpath=//section[2]", "xpath:position"]
  2949. ],
  2950. "value": ""
  2951. }, {
  2952. "id": "8948a60a-4505-4fd0-86fc-a2f6373a6876",
  2953. "comment": "",
  2954. "command": "click",
  2955. "target": "css=.content-wrapper > .content",
  2956. "targets": [
  2957. ["css=.content-wrapper > .content", "css:finder"],
  2958. ["xpath=//section[2]", "xpath:position"]
  2959. ],
  2960. "value": ""
  2961. }, {
  2962. "id": "b899c99f-3cc1-400c-833f-666899be19d6",
  2963. "comment": "",
  2964. "command": "click",
  2965. "target": "css=.ex11preg30 .btn",
  2966. "targets": [
  2967. ["css=.ex11preg30 .btn", "css:finder"],
  2968. ["xpath=(//a[contains(text(),'Caso de estudio')])[2]", "xpath:link"],
  2969. ["xpath=//section[@id='wizard-p-0']/div/div/div/a", "xpath:idRelative"],
  2970. ["xpath=//div/div/a", "xpath:position"]
  2971. ],
  2972. "value": ""
  2973. }, {
  2974. "id": "6a5c4aa2-cbe8-443d-9023-0dadc6c56cb2",
  2975. "comment": "",
  2976. "command": "click",
  2977. "target": "css=.ex11preg20 .btn",
  2978. "targets": [
  2979. ["css=.ex11preg20 .btn", "css:finder"],
  2980. ["xpath=(//a[contains(text(),'Caso de estudio')])[3]", "xpath:link"],
  2981. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/a", "xpath:idRelative"],
  2982. ["xpath=//div[2]/div/a", "xpath:position"]
  2983. ],
  2984. "value": ""
  2985. }, {
  2986. "id": "ea148556-0247-4776-ad3a-73b7b220b7d0",
  2987. "comment": "",
  2988. "command": "click",
  2989. "target": "css=.btn:nth-child(3)",
  2990. "targets": [
  2991. ["css=.btn:nth-child(3)", "css:finder"],
  2992. ["xpath=(//a[contains(text(),'Caso de estudio')])[4]", "xpath:link"],
  2993. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/a", "xpath:idRelative"],
  2994. ["xpath=//div[3]/div/a", "xpath:position"]
  2995. ],
  2996. "value": ""
  2997. }, {
  2998. "id": "72d79358-d185-44cf-8f59-55106815a7b0",
  2999. "comment": "",
  3000. "command": "click",
  3001. "target": "css=.content-wrapper > .content",
  3002. "targets": [
  3003. ["css=.content-wrapper > .content", "css:finder"],
  3004. ["xpath=//section[2]", "xpath:position"]
  3005. ],
  3006. "value": ""
  3007. }, {
  3008. "id": "d0101ec2-c8f3-4cba-b16a-cadb5aa5f374",
  3009. "comment": "",
  3010. "command": "click",
  3011. "target": "id=ex11preg10",
  3012. "targets": [
  3013. ["id=ex11preg10", "id"],
  3014. ["name=ex11preg10", "name"],
  3015. ["css=#ex11preg10", "css:finder"],
  3016. ["xpath=//textarea[@id='ex11preg10']", "xpath:attributes"],
  3017. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  3018. ["xpath=//div[3]/div/textarea", "xpath:position"]
  3019. ],
  3020. "value": ""
  3021. }, {
  3022. "id": "5ace83c7-c4af-4676-87b5-028e93bf8749",
  3023. "comment": "",
  3024. "command": "click",
  3025. "target": "linkText=Finish",
  3026. "targets": [
  3027. ["linkText=Finish", "linkText"],
  3028. ["css=.actions li:nth-child(3) > a", "css:finder"],
  3029. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  3030. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  3031. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  3032. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  3033. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  3034. ],
  3035. "value": ""
  3036. }, {
  3037. "id": "3c071feb-2706-4e4f-a6b6-a563512e4e70",
  3038. "comment": "",
  3039. "command": "click",
  3040. "target": "id=elfinder_button",
  3041. "targets": [
  3042. ["id=elfinder_button", "id"],
  3043. ["css=#wizard-p-0 #elfinder_button", "css:finder"],
  3044. ["xpath=//span[@id='elfinder_button']", "xpath:attributes"],
  3045. ["xpath=//section[@id='wizard-p-0']/div/div/div/span", "xpath:idRelative"],
  3046. ["xpath=//div/div/span", "xpath:position"],
  3047. ["xpath=//span[contains(.,'Search')]", "xpath:innerText"]
  3048. ],
  3049. "value": ""
  3050. }, {
  3051. "id": "63cf209e-32c0-497b-9d63-9ae86e1c56a1",
  3052. "comment": "",
  3053. "command": "click",
  3054. "target": "css=.elfinder-cwd-icon",
  3055. "targets": [
  3056. ["css=.elfinder-cwd-icon", "css:finder"],
  3057. ["xpath=//div[@id='l1_dWx5c3NlLW5hcmRpbi1xdWFkcmF0by1kdWFsLXRpbWUtcGVycGV0dWFsLWNhbGVuZGFyLXdoaXRlLWdvbGQtMTY2NS5qcGc']/div/div", "xpath:idRelative"],
  3058. ["xpath=//div[3]/div[3]/div[3]/div/div/div/div", "xpath:position"]
  3059. ],
  3060. "value": ""
  3061. }, {
  3062. "id": "d197f8d4-564f-468e-a109-e17b3b2b72a2",
  3063. "comment": "",
  3064. "command": "click",
  3065. "target": "css=.elfinder-cwd-icon",
  3066. "targets": [
  3067. ["css=.elfinder-cwd-icon", "css:finder"],
  3068. ["xpath=//div[@id='l1_dWx5c3NlLW5hcmRpbi1xdWFkcmF0by1kdWFsLXRpbWUtcGVycGV0dWFsLWNhbGVuZGFyLXdoaXRlLWdvbGQtMTY2NS5qcGc']/div/div", "xpath:idRelative"],
  3069. ["xpath=//div[3]/div[3]/div[3]/div/div/div/div", "xpath:position"]
  3070. ],
  3071. "value": ""
  3072. }, {
  3073. "id": "e14e07c0-b9b1-4d68-a928-159d706f988e",
  3074. "comment": "",
  3075. "command": "doubleClick",
  3076. "target": "css=.elfinder-cwd-icon",
  3077. "targets": [
  3078. ["css=.elfinder-cwd-icon", "css:finder"],
  3079. ["xpath=//div[@id='l1_dWx5c3NlLW5hcmRpbi1xdWFkcmF0by1kdWFsLXRpbWUtcGVycGV0dWFsLWNhbGVuZGFyLXdoaXRlLWdvbGQtMTY2NS5qcGc']/div/div", "xpath:idRelative"],
  3080. ["xpath=//div[3]/div[3]/div[3]/div/div/div/div", "xpath:position"]
  3081. ],
  3082. "value": ""
  3083. }, {
  3084. "id": "b30f50e1-aae4-42d0-be88-cf9e09f93095",
  3085. "comment": "",
  3086. "command": "click",
  3087. "target": "css=.content-wrapper > .content",
  3088. "targets": [
  3089. ["css=.content-wrapper > .content", "css:finder"],
  3090. ["xpath=//section[2]", "xpath:position"]
  3091. ],
  3092. "value": ""
  3093. }, {
  3094. "id": "751ac15d-4b03-4252-8e96-082a596ef59d",
  3095. "comment": "",
  3096. "command": "click",
  3097. "target": "css=.content-wrapper > .content",
  3098. "targets": [
  3099. ["css=.content-wrapper > .content", "css:finder"],
  3100. ["xpath=//section[2]", "xpath:position"]
  3101. ],
  3102. "value": ""
  3103. }, {
  3104. "id": "0629d78d-56e5-4797-bb7c-4fd7bdeefe16",
  3105. "comment": "",
  3106. "command": "click",
  3107. "target": "css=.content-wrapper > .content",
  3108. "targets": [
  3109. ["css=.content-wrapper > .content", "css:finder"],
  3110. ["xpath=//section[2]", "xpath:position"]
  3111. ],
  3112. "value": ""
  3113. }, {
  3114. "id": "d034a743-4189-4865-a73f-19c29ff17797",
  3115. "comment": "",
  3116. "command": "click",
  3117. "target": "css=.container",
  3118. "targets": [
  3119. ["css=.container", "css:finder"],
  3120. ["xpath=//section[2]/div", "xpath:position"]
  3121. ],
  3122. "value": ""
  3123. }, {
  3124. "id": "b70d6615-5206-43ba-99b4-3de55fe1b6de",
  3125. "comment": "",
  3126. "command": "click",
  3127. "target": "css=.content-wrapper > .content",
  3128. "targets": [
  3129. ["css=.content-wrapper > .content", "css:finder"],
  3130. ["xpath=//section[2]", "xpath:position"]
  3131. ],
  3132. "value": ""
  3133. }, {
  3134. "id": "648e471c-f8c4-43ff-89e5-8959d0fe0c3c",
  3135. "comment": "",
  3136. "command": "mouseDownAt",
  3137. "target": "css=.content-wrapper > .content",
  3138. "targets": [
  3139. ["css=.content-wrapper > .content", "css:finder"],
  3140. ["xpath=//section[2]", "xpath:position"]
  3141. ],
  3142. "value": "193,1393"
  3143. }, {
  3144. "id": "03ec9110-1988-482f-8b8e-f17b863400bb",
  3145. "comment": "",
  3146. "command": "mouseMoveAt",
  3147. "target": "css=.content-wrapper > .content",
  3148. "targets": [
  3149. ["css=.content-wrapper > .content", "css:finder"],
  3150. ["xpath=//section[2]", "xpath:position"]
  3151. ],
  3152. "value": "193,1393"
  3153. }, {
  3154. "id": "934b99ef-d5c6-41d3-a000-994054061022",
  3155. "comment": "",
  3156. "command": "mouseUpAt",
  3157. "target": "css=.content-wrapper > .content",
  3158. "targets": [
  3159. ["css=.content-wrapper > .content", "css:finder"],
  3160. ["xpath=//section[2]", "xpath:position"]
  3161. ],
  3162. "value": "193,1393"
  3163. }, {
  3164. "id": "bc1e156c-9c4d-4dda-8b53-b5d19e835559",
  3165. "comment": "",
  3166. "command": "click",
  3167. "target": "css=.content-wrapper > .content",
  3168. "targets": [
  3169. ["css=.content-wrapper > .content", "css:finder"],
  3170. ["xpath=//section[2]", "xpath:position"]
  3171. ],
  3172. "value": ""
  3173. }, {
  3174. "id": "680bc095-5bc8-4ca0-9554-f31c50f57090",
  3175. "comment": "",
  3176. "command": "click",
  3177. "target": "css=.content-wrapper > .content",
  3178. "targets": [
  3179. ["css=.content-wrapper > .content", "css:finder"],
  3180. ["xpath=//section[2]", "xpath:position"]
  3181. ],
  3182. "value": ""
  3183. }, {
  3184. "id": "adff15ed-ed65-41d7-8e36-dd46d4dcf4e2",
  3185. "comment": "",
  3186. "command": "mouseDownAt",
  3187. "target": "css=.content-wrapper > .content",
  3188. "targets": [
  3189. ["css=.content-wrapper > .content", "css:finder"],
  3190. ["xpath=//section[2]", "xpath:position"]
  3191. ],
  3192. "value": "210,1851"
  3193. }, {
  3194. "id": "14223f72-9231-4306-a56d-421e28acb952",
  3195. "comment": "",
  3196. "command": "mouseMoveAt",
  3197. "target": "css=.content-wrapper > .content",
  3198. "targets": [
  3199. ["css=.content-wrapper > .content", "css:finder"],
  3200. ["xpath=//section[2]", "xpath:position"]
  3201. ],
  3202. "value": "210,1851"
  3203. }, {
  3204. "id": "ff64639e-e4df-45ab-a8e6-d31cd2d7cf62",
  3205. "comment": "",
  3206. "command": "mouseUpAt",
  3207. "target": "css=.content-wrapper > .content",
  3208. "targets": [
  3209. ["css=.content-wrapper > .content", "css:finder"],
  3210. ["xpath=//section[2]", "xpath:position"]
  3211. ],
  3212. "value": "210,1851"
  3213. }, {
  3214. "id": "7eb4d26c-f13e-4980-842c-661f2b8b39c8",
  3215. "comment": "",
  3216. "command": "click",
  3217. "target": "css=.content-wrapper > .content",
  3218. "targets": [
  3219. ["css=.content-wrapper > .content", "css:finder"],
  3220. ["xpath=//section[2]", "xpath:position"]
  3221. ],
  3222. "value": ""
  3223. }, {
  3224. "id": "14ce7298-bb08-4ea0-bcc0-e536595b6add",
  3225. "comment": "",
  3226. "command": "mouseDownAt",
  3227. "target": "css=.content-wrapper > .content",
  3228. "targets": [
  3229. ["css=.content-wrapper > .content", "css:finder"],
  3230. ["xpath=//section[2]", "xpath:position"]
  3231. ],
  3232. "value": "190,2164"
  3233. }, {
  3234. "id": "dd20715c-3ced-45b9-be30-2a64ba44e85b",
  3235. "comment": "",
  3236. "command": "mouseMoveAt",
  3237. "target": "css=.content-wrapper > .content",
  3238. "targets": [
  3239. ["css=.content-wrapper > .content", "css:finder"],
  3240. ["xpath=//section[2]", "xpath:position"]
  3241. ],
  3242. "value": "190,2164"
  3243. }, {
  3244. "id": "06800214-df28-43ec-8e25-7abb9aa582ff",
  3245. "comment": "",
  3246. "command": "mouseUpAt",
  3247. "target": "css=.content-wrapper > .content",
  3248. "targets": [
  3249. ["css=.content-wrapper > .content", "css:finder"],
  3250. ["xpath=//section[2]", "xpath:position"]
  3251. ],
  3252. "value": "190,2164"
  3253. }, {
  3254. "id": "d105eadc-ed6d-4fb3-8b66-7d4da3d28fdb",
  3255. "comment": "",
  3256. "command": "click",
  3257. "target": "css=.content-wrapper > .content",
  3258. "targets": [
  3259. ["css=.content-wrapper > .content", "css:finder"],
  3260. ["xpath=//section[2]", "xpath:position"]
  3261. ],
  3262. "value": ""
  3263. }, {
  3264. "id": "2aa55e70-810a-471f-864b-eae26f593b19",
  3265. "comment": "",
  3266. "command": "click",
  3267. "target": "linkText=Next",
  3268. "targets": [
  3269. ["linkText=Next", "linkText"],
  3270. ["css=.actions li:nth-child(2) > a", "css:finder"],
  3271. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  3272. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  3273. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  3274. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  3275. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  3276. ],
  3277. "value": ""
  3278. }, {
  3279. "id": "a1b02d78-f288-40d0-a798-37ead90dad04",
  3280. "comment": "",
  3281. "command": "click",
  3282. "target": "css=#wizard-p-1 #elfinder_button",
  3283. "targets": [
  3284. ["css=#wizard-p-1 #elfinder_button", "css:finder"],
  3285. ["xpath=(//span[@id='elfinder_button'])[2]", "xpath:attributes"],
  3286. ["xpath=//section[@id='wizard-p-1']/div/div/div/span", "xpath:idRelative"],
  3287. ["xpath=//section[2]/div/div/div/span", "xpath:position"]
  3288. ],
  3289. "value": ""
  3290. }, {
  3291. "id": "8419cb74-81de-4c3a-83fc-e00104ab5d2c",
  3292. "comment": "",
  3293. "command": "click",
  3294. "target": "xpath=(//div[@id='editor']/div/a/span)[2]",
  3295. "targets": [
  3296. ["xpath=(//div[@id='editor']/div/a/span)[2]", "xpath:idRelative"],
  3297. ["xpath=//div[4]/div/a/span", "xpath:position"]
  3298. ],
  3299. "value": ""
  3300. }, {
  3301. "id": "9c8ad3e6-f16e-4e03-bd67-027119df4bcf",
  3302. "comment": "",
  3303. "command": "click",
  3304. "target": "id=select2-chosen-2",
  3305. "targets": [
  3306. ["id=select2-chosen-2", "id"],
  3307. ["css=#select2-chosen-2", "css:finder"],
  3308. ["xpath=//span[@id='select2-chosen-2']", "xpath:attributes"],
  3309. ["xpath=//div[@id='s2id_order-of-stages1']/a/span", "xpath:idRelative"],
  3310. ["xpath=//section[2]/div/div[4]/div/div/div[2]/a/span", "xpath:position"]
  3311. ],
  3312. "value": ""
  3313. }, {
  3314. "id": "2fc4d216-c5e1-435b-8da0-b5a24a335c47",
  3315. "comment": "",
  3316. "command": "click",
  3317. "target": "id=select2-chosen-2",
  3318. "targets": [
  3319. ["id=select2-chosen-2", "id"],
  3320. ["css=#select2-chosen-2", "css:finder"],
  3321. ["xpath=//span[@id='select2-chosen-2']", "xpath:attributes"],
  3322. ["xpath=//div[@id='s2id_order-of-stages1']/a/span", "xpath:idRelative"],
  3323. ["xpath=//section[2]/div/div[4]/div/div/div[2]/a/span", "xpath:position"]
  3324. ],
  3325. "value": ""
  3326. }, {
  3327. "id": "b114b103-c24d-4796-abfd-005423d7da3c",
  3328. "comment": "",
  3329. "command": "click",
  3330. "target": "id=select2-chosen-2",
  3331. "targets": [
  3332. ["id=select2-chosen-2", "id"],
  3333. ["css=#select2-chosen-2", "css:finder"],
  3334. ["xpath=//span[@id='select2-chosen-2']", "xpath:attributes"],
  3335. ["xpath=//div[@id='s2id_order-of-stages1']/a/span", "xpath:idRelative"],
  3336. ["xpath=//section[2]/div/div[4]/div/div/div[2]/a/span", "xpath:position"]
  3337. ],
  3338. "value": ""
  3339. }, {
  3340. "id": "b829d764-e188-43c5-bcdb-110c6ea41c51",
  3341. "comment": "",
  3342. "command": "click",
  3343. "target": "css=#s2id_order-of-stages1 b",
  3344. "targets": [
  3345. ["css=#s2id_order-of-stages1 b", "css:finder"],
  3346. ["xpath=//div[@id='s2id_order-of-stages1']/a/span[2]/b", "xpath:idRelative"],
  3347. ["xpath=//section[2]/div/div[4]/div/div/div[2]/a/span[2]/b", "xpath:position"]
  3348. ],
  3349. "value": ""
  3350. }, {
  3351. "id": "4202ebfa-1f0e-465b-90d7-21813022b6d1",
  3352. "comment": "",
  3353. "command": "click",
  3354. "target": "id=select2-chosen-2",
  3355. "targets": [
  3356. ["id=select2-chosen-2", "id"],
  3357. ["css=#select2-chosen-2", "css:finder"],
  3358. ["xpath=//span[@id='select2-chosen-2']", "xpath:attributes"],
  3359. ["xpath=//div[@id='s2id_order-of-stages1']/a/span", "xpath:idRelative"],
  3360. ["xpath=//section[2]/div/div[4]/div/div/div[2]/a/span", "xpath:position"]
  3361. ],
  3362. "value": ""
  3363. }, {
  3364. "id": "2cea0593-5c0c-49af-aeee-e84669605bd9",
  3365. "comment": "",
  3366. "command": "click",
  3367. "target": "css=#s2id_order-of-stages1 b",
  3368. "targets": [
  3369. ["css=#s2id_order-of-stages1 b", "css:finder"],
  3370. ["xpath=//div[@id='s2id_order-of-stages1']/a/span[2]/b", "xpath:idRelative"],
  3371. ["xpath=//section[2]/div/div[4]/div/div/div[2]/a/span[2]/b", "xpath:position"]
  3372. ],
  3373. "value": ""
  3374. }, {
  3375. "id": "3a6cb999-0ace-4f1c-85ca-dd009cd32dce",
  3376. "comment": "",
  3377. "command": "click",
  3378. "target": "css=#wizard-p-1 .order-of-stages .btn",
  3379. "targets": [
  3380. ["css=#wizard-p-1 .order-of-stages .btn", "css:finder"],
  3381. ["xpath=(//a[contains(text(),'Caso de estudio')])[15]", "xpath:link"],
  3382. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/div/a", "xpath:idRelative"],
  3383. ["xpath=//section[2]/div/div[4]/div/div/a", "xpath:position"]
  3384. ],
  3385. "value": ""
  3386. }, {
  3387. "id": "67e2188b-bc05-4179-9f35-222f0e2e9a28",
  3388. "comment": "",
  3389. "command": "click",
  3390. "target": "css=#wizard-p-1 .order-of-stages .btn",
  3391. "targets": [
  3392. ["css=#wizard-p-1 .order-of-stages .btn", "css:finder"],
  3393. ["xpath=(//a[contains(text(),'Caso de estudio')])[15]", "xpath:link"],
  3394. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/div/a", "xpath:idRelative"],
  3395. ["xpath=//section[2]/div/div[4]/div/div/a", "xpath:position"]
  3396. ],
  3397. "value": ""
  3398. }, {
  3399. "id": "94057fa2-9afc-4716-ba3d-205e72ba5c3f",
  3400. "comment": "",
  3401. "command": "click",
  3402. "target": "id=select2-chosen-2",
  3403. "targets": [
  3404. ["id=select2-chosen-2", "id"],
  3405. ["css=#select2-chosen-2", "css:finder"],
  3406. ["xpath=//span[@id='select2-chosen-2']", "xpath:attributes"],
  3407. ["xpath=//div[@id='s2id_order-of-stages1']/a/span", "xpath:idRelative"],
  3408. ["xpath=//section[2]/div/div[4]/div/div/div[2]/a/span", "xpath:position"]
  3409. ],
  3410. "value": ""
  3411. }, {
  3412. "id": "cddda9e6-f6c9-46cc-a82e-f42be0346ce8",
  3413. "comment": "",
  3414. "command": "click",
  3415. "target": "id=select2-chosen-2",
  3416. "targets": [
  3417. ["id=select2-chosen-2", "id"],
  3418. ["css=#select2-chosen-2", "css:finder"],
  3419. ["xpath=//span[@id='select2-chosen-2']", "xpath:attributes"],
  3420. ["xpath=//div[@id='s2id_order-of-stages1']/a/span", "xpath:idRelative"],
  3421. ["xpath=//section[2]/div/div[4]/div/div/div[2]/a/span", "xpath:position"]
  3422. ],
  3423. "value": ""
  3424. }, {
  3425. "id": "8332d511-ed42-40d0-8340-b029182e9f82",
  3426. "comment": "",
  3427. "command": "click",
  3428. "target": "id=select2-chosen-2",
  3429. "targets": [
  3430. ["id=select2-chosen-2", "id"],
  3431. ["css=#select2-chosen-2", "css:finder"],
  3432. ["xpath=//span[@id='select2-chosen-2']", "xpath:attributes"],
  3433. ["xpath=//div[@id='s2id_order-of-stages1']/a/span", "xpath:idRelative"],
  3434. ["xpath=//section[2]/div/div[4]/div/div/div[2]/a/span", "xpath:position"]
  3435. ],
  3436. "value": ""
  3437. }, {
  3438. "id": "828f1b37-607e-4ca4-b3c5-1ab37dcf8fb4",
  3439. "comment": "",
  3440. "command": "click",
  3441. "target": "id=stage1",
  3442. "targets": [
  3443. ["id=stage1", "id"],
  3444. ["css=#stage1", "css:finder"],
  3445. ["xpath=//input[@id='stage1']", "xpath:attributes"],
  3446. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div[2]/div/input", "xpath:idRelative"],
  3447. ["xpath=//section[2]/div/div[4]/div[2]/div/input", "xpath:position"]
  3448. ],
  3449. "value": ""
  3450. }, {
  3451. "id": "244f3277-fa4c-484e-b9bb-be77c140e4b7",
  3452. "comment": "",
  3453. "command": "click",
  3454. "target": "linkText=Next",
  3455. "targets": [
  3456. ["linkText=Next", "linkText"],
  3457. ["css=.actions li:nth-child(2) > a", "css:finder"],
  3458. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  3459. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  3460. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  3461. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  3462. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  3463. ],
  3464. "value": ""
  3465. }, {
  3466. "id": "1c339a83-914c-4ad7-aa8c-9d2b018db7c7",
  3467. "comment": "",
  3468. "command": "click",
  3469. "target": "id=select2-chosen-3",
  3470. "targets": [
  3471. ["id=select2-chosen-3", "id"],
  3472. ["css=#select2-chosen-3", "css:finder"],
  3473. ["xpath=//span[@id='select2-chosen-3']", "xpath:attributes"],
  3474. ["xpath=//div[@id='s2id_order-of-stages2']/a/span", "xpath:idRelative"],
  3475. ["xpath=//section[3]/div/div[4]/div/div/div[2]/a/span", "xpath:position"],
  3476. ["xpath=//span[contains(.,'During')]", "xpath:innerText"]
  3477. ],
  3478. "value": ""
  3479. }, {
  3480. "id": "55c04387-7143-49b7-bda0-358f15a9e869",
  3481. "comment": "",
  3482. "command": "click",
  3483. "target": "linkText=Back",
  3484. "targets": [
  3485. ["linkText=Back", "linkText"],
  3486. ["css=.actions li:nth-child(1) > a", "css:finder"],
  3487. ["xpath=//a[contains(text(),'Back')]", "xpath:link"],
  3488. ["xpath=//form[@id='wizard']/div[3]/ul/li/a", "xpath:idRelative"],
  3489. ["xpath=//a[contains(@href, '#previous')]", "xpath:href"],
  3490. ["xpath=//div[3]/ul/li/a", "xpath:position"],
  3491. ["xpath=//a[contains(.,'Back')]", "xpath:innerText"]
  3492. ],
  3493. "value": ""
  3494. }, {
  3495. "id": "7663cdc7-0bc9-47b0-b73f-97eefcf2990e",
  3496. "comment": "",
  3497. "command": "click",
  3498. "target": "css=.content-wrapper > .content",
  3499. "targets": [
  3500. ["css=.content-wrapper > .content", "css:finder"],
  3501. ["xpath=//section[2]", "xpath:position"]
  3502. ],
  3503. "value": ""
  3504. }, {
  3505. "id": "b30141bd-9035-4799-a7ec-0f49f7d930d1",
  3506. "comment": "",
  3507. "command": "click",
  3508. "target": "css=.content-wrapper > .content",
  3509. "targets": [
  3510. ["css=.content-wrapper > .content", "css:finder"],
  3511. ["xpath=//section[2]", "xpath:position"]
  3512. ],
  3513. "value": ""
  3514. }, {
  3515. "id": "8ef99163-a6d9-4f0f-be64-8d2c19133452",
  3516. "comment": "",
  3517. "command": "click",
  3518. "target": "css=.content-wrapper > .content",
  3519. "targets": [
  3520. ["css=.content-wrapper > .content", "css:finder"],
  3521. ["xpath=//section[2]", "xpath:position"]
  3522. ],
  3523. "value": ""
  3524. }, {
  3525. "id": "10105705-3269-4302-b1b6-8679766a33c4",
  3526. "comment": "",
  3527. "command": "click",
  3528. "target": "css=#wizard > .content",
  3529. "targets": [
  3530. ["css=#wizard > .content", "css:finder"],
  3531. ["xpath=//form[@id='wizard']/div[2]", "xpath:idRelative"],
  3532. ["xpath=//form/div[2]", "xpath:position"]
  3533. ],
  3534. "value": ""
  3535. }, {
  3536. "id": "74547b9e-d487-4430-ac90-486adcb5eb7b",
  3537. "comment": "",
  3538. "command": "click",
  3539. "target": "css=.content-wrapper > .content",
  3540. "targets": [
  3541. ["css=.content-wrapper > .content", "css:finder"],
  3542. ["xpath=//section[2]", "xpath:position"]
  3543. ],
  3544. "value": ""
  3545. }, {
  3546. "id": "b5dbb00c-2347-446c-b779-4a66fee2b51f",
  3547. "comment": "",
  3548. "command": "click",
  3549. "target": "css=.content-wrapper > .content",
  3550. "targets": [
  3551. ["css=.content-wrapper > .content", "css:finder"],
  3552. ["xpath=//section[2]", "xpath:position"]
  3553. ],
  3554. "value": ""
  3555. }, {
  3556. "id": "04201ee9-1fd4-4dd3-974b-250fd59a80f3",
  3557. "comment": "",
  3558. "command": "click",
  3559. "target": "css=.content-wrapper > .content",
  3560. "targets": [
  3561. ["css=.content-wrapper > .content", "css:finder"],
  3562. ["xpath=//section[2]", "xpath:position"]
  3563. ],
  3564. "value": ""
  3565. }, {
  3566. "id": "7f440e2b-3e64-4881-b6cc-93382a91aec6",
  3567. "comment": "",
  3568. "command": "click",
  3569. "target": "linkText=Next",
  3570. "targets": [
  3571. ["linkText=Next", "linkText"],
  3572. ["css=.actions li:nth-child(2) > a", "css:finder"],
  3573. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  3574. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  3575. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  3576. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  3577. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  3578. ],
  3579. "value": ""
  3580. }, {
  3581. "id": "96ff4e78-fe12-4db8-bb77-736e4f9e513e",
  3582. "comment": "",
  3583. "command": "click",
  3584. "target": "id=select2-chosen-3",
  3585. "targets": [
  3586. ["id=select2-chosen-3", "id"],
  3587. ["css=#select2-chosen-3", "css:finder"],
  3588. ["xpath=//span[@id='select2-chosen-3']", "xpath:attributes"],
  3589. ["xpath=//div[@id='s2id_order-of-stages2']/a/span", "xpath:idRelative"],
  3590. ["xpath=//section[3]/div/div[4]/div/div/div[2]/a/span", "xpath:position"],
  3591. ["xpath=//span[contains(.,'During')]", "xpath:innerText"]
  3592. ],
  3593. "value": ""
  3594. }, {
  3595. "id": "c92bac34-0b77-444e-a79f-ed287f869fe8",
  3596. "comment": "",
  3597. "command": "click",
  3598. "target": "css=.content-wrapper > .content",
  3599. "targets": [
  3600. ["css=.content-wrapper > .content", "css:finder"],
  3601. ["xpath=//section[2]", "xpath:position"]
  3602. ],
  3603. "value": ""
  3604. }, {
  3605. "id": "a0f602a6-0217-494f-821a-48448cf494f5",
  3606. "comment": "",
  3607. "command": "click",
  3608. "target": "css=.content-wrapper > .content",
  3609. "targets": [
  3610. ["css=.content-wrapper > .content", "css:finder"],
  3611. ["xpath=//section[2]", "xpath:position"]
  3612. ],
  3613. "value": ""
  3614. }, {
  3615. "id": "cc280381-20c4-42ef-a032-fe069e17ad4a",
  3616. "comment": "",
  3617. "command": "click",
  3618. "target": "css=.content-wrapper > .content",
  3619. "targets": [
  3620. ["css=.content-wrapper > .content", "css:finder"],
  3621. ["xpath=//section[2]", "xpath:position"]
  3622. ],
  3623. "value": ""
  3624. }, {
  3625. "id": "9a2960f3-e620-4da1-981e-763d3e1cdf1a",
  3626. "comment": "",
  3627. "command": "click",
  3628. "target": "css=.content-wrapper > .content",
  3629. "targets": [
  3630. ["css=.content-wrapper > .content", "css:finder"],
  3631. ["xpath=//section[2]", "xpath:position"]
  3632. ],
  3633. "value": ""
  3634. }, {
  3635. "id": "961dbf17-e50f-4c81-9217-1c3aa5499afd",
  3636. "comment": "",
  3637. "command": "click",
  3638. "target": "css=.content-wrapper > .content",
  3639. "targets": [
  3640. ["css=.content-wrapper > .content", "css:finder"],
  3641. ["xpath=//section[2]", "xpath:position"]
  3642. ],
  3643. "value": ""
  3644. }, {
  3645. "id": "61ab0287-57f4-4085-9b99-e075c2fbdf56",
  3646. "comment": "",
  3647. "command": "click",
  3648. "target": "css=.content-wrapper > .content",
  3649. "targets": [
  3650. ["css=.content-wrapper > .content", "css:finder"],
  3651. ["xpath=//section[2]", "xpath:position"]
  3652. ],
  3653. "value": ""
  3654. }, {
  3655. "id": "22740b3a-5b12-4a96-9701-160f62db890d",
  3656. "comment": "",
  3657. "command": "click",
  3658. "target": "linkText=Next",
  3659. "targets": [
  3660. ["linkText=Next", "linkText"],
  3661. ["css=.actions li:nth-child(2) > a", "css:finder"],
  3662. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  3663. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  3664. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  3665. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  3666. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  3667. ],
  3668. "value": ""
  3669. }, {
  3670. "id": "a7916466-784f-4148-9f11-ed707ff28f7d",
  3671. "comment": "",
  3672. "command": "click",
  3673. "target": "css=.content-wrapper > .content",
  3674. "targets": [
  3675. ["css=.content-wrapper > .content", "css:finder"],
  3676. ["xpath=//section[2]", "xpath:position"]
  3677. ],
  3678. "value": ""
  3679. }, {
  3680. "id": "f77c8ce7-6351-435f-b22d-3c4e850ea630",
  3681. "comment": "",
  3682. "command": "click",
  3683. "target": "css=.content-wrapper > .content",
  3684. "targets": [
  3685. ["css=.content-wrapper > .content", "css:finder"],
  3686. ["xpath=//section[2]", "xpath:position"]
  3687. ],
  3688. "value": ""
  3689. }, {
  3690. "id": "d7e11d32-3ad8-4021-8ff1-651beca45e19",
  3691. "comment": "",
  3692. "command": "click",
  3693. "target": "css=.content-wrapper > .content",
  3694. "targets": [
  3695. ["css=.content-wrapper > .content", "css:finder"],
  3696. ["xpath=//section[2]", "xpath:position"]
  3697. ],
  3698. "value": ""
  3699. }, {
  3700. "id": "021919f0-0e40-4435-acb4-056d9e07c87b",
  3701. "comment": "",
  3702. "command": "click",
  3703. "target": "css=.content-wrapper > .content",
  3704. "targets": [
  3705. ["css=.content-wrapper > .content", "css:finder"],
  3706. ["xpath=//section[2]", "xpath:position"]
  3707. ],
  3708. "value": ""
  3709. }, {
  3710. "id": "fab048ad-bd4e-45a9-8e89-07715cc8eda1",
  3711. "comment": "",
  3712. "command": "click",
  3713. "target": "css=.content-wrapper > .content",
  3714. "targets": [
  3715. ["css=.content-wrapper > .content", "css:finder"],
  3716. ["xpath=//section[2]", "xpath:position"]
  3717. ],
  3718. "value": ""
  3719. }, {
  3720. "id": "05b51d13-8106-47fa-a0c2-ba596d0aeeaa",
  3721. "comment": "",
  3722. "command": "click",
  3723. "target": "css=.content-wrapper > .content",
  3724. "targets": [
  3725. ["css=.content-wrapper > .content", "css:finder"],
  3726. ["xpath=//section[2]", "xpath:position"]
  3727. ],
  3728. "value": ""
  3729. }, {
  3730. "id": "6340dcb1-a93e-4296-9ee1-d413ce30d781",
  3731. "comment": "",
  3732. "command": "click",
  3733. "target": "id=who3",
  3734. "targets": [
  3735. ["id=who3", "id"],
  3736. ["css=#who3", "css:finder"],
  3737. ["xpath=//input[@id='who3']", "xpath:attributes"],
  3738. ["xpath=//section[@id='wizard-p-3']/div/div[2]/div/input", "xpath:idRelative"],
  3739. ["xpath=//section[4]/div/div[2]/div/input", "xpath:position"]
  3740. ],
  3741. "value": ""
  3742. }, {
  3743. "id": "fec33755-f788-423a-ae35-053bbb1d1340",
  3744. "comment": "",
  3745. "command": "click",
  3746. "target": "css=.container",
  3747. "targets": [
  3748. ["css=.container", "css:finder"],
  3749. ["xpath=//section[2]/div", "xpath:position"]
  3750. ],
  3751. "value": ""
  3752. }, {
  3753. "id": "6d3296e4-7644-49df-8864-e47ceda49876",
  3754. "comment": "",
  3755. "command": "doubleClick",
  3756. "target": "css=.container",
  3757. "targets": [
  3758. ["css=.container", "css:finder"],
  3759. ["xpath=//section[2]/div", "xpath:position"]
  3760. ],
  3761. "value": ""
  3762. }, {
  3763. "id": "4e750d54-9eab-4e7a-8aa3-b830137accc4",
  3764. "comment": "",
  3765. "command": "click",
  3766. "target": "linkText=Finish",
  3767. "targets": [
  3768. ["linkText=Finish", "linkText"],
  3769. ["css=.actions li:nth-child(3) > a", "css:finder"],
  3770. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  3771. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  3772. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  3773. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  3774. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  3775. ],
  3776. "value": ""
  3777. }, {
  3778. "id": "d410a7bb-fe3b-449c-b87a-9ffcf72aa6c9",
  3779. "comment": "",
  3780. "command": "click",
  3781. "target": "id=ex13preg10",
  3782. "targets": [
  3783. ["id=ex13preg10", "id"],
  3784. ["name=ex13preg10", "name"],
  3785. ["css=#ex13preg10", "css:finder"],
  3786. ["xpath=//textarea[@id='ex13preg10']", "xpath:attributes"],
  3787. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  3788. ["xpath=//textarea", "xpath:position"]
  3789. ],
  3790. "value": ""
  3791. }, {
  3792. "id": "d1869962-5b9b-4607-9be8-12901aca049d",
  3793. "comment": "",
  3794. "command": "click",
  3795. "target": "linkText=Caso de estudio",
  3796. "targets": [
  3797. ["linkText=Caso de estudio", "linkText"],
  3798. ["css=.ex13preg10 .btn", "css:finder"],
  3799. ["xpath=//a[contains(text(),'Caso de estudio')]", "xpath:link"],
  3800. ["xpath=//section[@id='wizard-p-0']/div/div/div/a", "xpath:idRelative"],
  3801. ["xpath=//div/div/a", "xpath:position"],
  3802. ["xpath=//a[contains(.,'Caso de estudio')]", "xpath:innerText"]
  3803. ],
  3804. "value": ""
  3805. }, {
  3806. "id": "95c68977-d00c-412b-9620-50cd743258f8",
  3807. "comment": "",
  3808. "command": "click",
  3809. "target": "linkText=Caso de estudio",
  3810. "targets": [
  3811. ["linkText=Caso de estudio", "linkText"],
  3812. ["css=.ex13preg10 .btn", "css:finder"],
  3813. ["xpath=//a[contains(text(),'Caso de estudio')]", "xpath:link"],
  3814. ["xpath=//section[@id='wizard-p-0']/div/div/div/a", "xpath:idRelative"],
  3815. ["xpath=//div/div/a", "xpath:position"],
  3816. ["xpath=//a[contains(.,'Caso de estudio')]", "xpath:innerText"]
  3817. ],
  3818. "value": ""
  3819. }, {
  3820. "id": "a5918a4a-374e-4435-8292-698c7323a6a2",
  3821. "comment": "",
  3822. "command": "click",
  3823. "target": "id=ex13preg10",
  3824. "targets": [
  3825. ["id=ex13preg10", "id"],
  3826. ["name=ex13preg10", "name"],
  3827. ["css=#ex13preg10", "css:finder"],
  3828. ["xpath=//textarea[@id='ex13preg10']", "xpath:attributes"],
  3829. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  3830. ["xpath=//textarea", "xpath:position"]
  3831. ],
  3832. "value": ""
  3833. }, {
  3834. "id": "b32456ea-5a34-4e72-b8fb-3a541b4fabb2",
  3835. "comment": "",
  3836. "command": "click",
  3837. "target": "css=.content-wrapper > .content",
  3838. "targets": [
  3839. ["css=.content-wrapper > .content", "css:finder"],
  3840. ["xpath=//section[2]", "xpath:position"]
  3841. ],
  3842. "value": ""
  3843. }, {
  3844. "id": "0aadd0e6-9541-4d1d-a5f3-3ea9b0e13e93",
  3845. "comment": "",
  3846. "command": "type",
  3847. "target": "id=ex13preg10",
  3848. "targets": [
  3849. ["id=ex13preg10", "id"],
  3850. ["name=ex13preg10", "name"],
  3851. ["css=#ex13preg10", "css:finder"],
  3852. ["xpath=//textarea[@id='ex13preg10']", "xpath:attributes"],
  3853. ["xpath=//section[@id='wizard-p-0']/div/div/div/textarea", "xpath:idRelative"],
  3854. ["xpath=//textarea", "xpath:position"]
  3855. ],
  3856. "value": "Ejercicio 13 activities"
  3857. }, {
  3858. "id": "d7d1fc16-cc40-46cf-8ef9-83d2d011ead7",
  3859. "comment": "",
  3860. "command": "click",
  3861. "target": "id=ex13preg20",
  3862. "targets": [
  3863. ["id=ex13preg20", "id"],
  3864. ["name=ex13preg20", "name"],
  3865. ["css=#ex13preg20", "css:finder"],
  3866. ["xpath=//textarea[@id='ex13preg20']", "xpath:attributes"],
  3867. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  3868. ["xpath=//div[2]/div/textarea", "xpath:position"]
  3869. ],
  3870. "value": ""
  3871. }, {
  3872. "id": "2e0c35a6-8db9-4577-a5bd-9e8f758e3523",
  3873. "comment": "",
  3874. "command": "click",
  3875. "target": "css=.ex13preg20 > .form-holder",
  3876. "targets": [
  3877. ["css=.ex13preg20 > .form-holder", "css:finder"],
  3878. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div", "xpath:idRelative"],
  3879. ["xpath=//div[2]/div", "xpath:position"]
  3880. ],
  3881. "value": ""
  3882. }, {
  3883. "id": "ad567045-d0f2-4025-931a-89216420c1e6",
  3884. "comment": "",
  3885. "command": "type",
  3886. "target": "id=ex13preg20",
  3887. "targets": [
  3888. ["id=ex13preg20", "id"],
  3889. ["name=ex13preg20", "name"],
  3890. ["css=#ex13preg20", "css:finder"],
  3891. ["xpath=//textarea[@id='ex13preg20']", "xpath:attributes"],
  3892. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  3893. ["xpath=//div[2]/div/textarea", "xpath:position"]
  3894. ],
  3895. "value": "Ejercicio 13 resources"
  3896. }, {
  3897. "id": "f6f6e128-45e7-4df8-87d9-2acfac821804",
  3898. "comment": "",
  3899. "command": "click",
  3900. "target": "linkText=Finish",
  3901. "targets": [
  3902. ["linkText=Finish", "linkText"],
  3903. ["css=.actions li:nth-child(3) > a", "css:finder"],
  3904. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  3905. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  3906. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  3907. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  3908. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  3909. ],
  3910. "value": ""
  3911. }, {
  3912. "id": "df0ffedf-86ab-46ee-af03-3a07875965e4",
  3913. "comment": "",
  3914. "command": "click",
  3915. "target": "linkText=Finish",
  3916. "targets": [
  3917. ["linkText=Finish", "linkText"],
  3918. ["css=.actions li:nth-child(3) > a", "css:finder"],
  3919. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  3920. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  3921. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  3922. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  3923. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  3924. ],
  3925. "value": ""
  3926. }, {
  3927. "id": "0c6f44ed-1e06-447a-b3ba-8802faa08ddb",
  3928. "comment": "",
  3929. "command": "click",
  3930. "target": "id=ex14card1section1-3preg10",
  3931. "targets": [
  3932. ["id=ex14card1section1-3preg10", "id"],
  3933. ["name=ex14card1section1-3preg10", "name"],
  3934. ["css=#ex14card1section1-3preg10", "css:finder"],
  3935. ["xpath=//textarea[@id='ex14card1section1-3preg10']", "xpath:attributes"],
  3936. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  3937. ["xpath=//textarea", "xpath:position"]
  3938. ],
  3939. "value": ""
  3940. }, {
  3941. "id": "f535c7e2-858f-45b4-8b77-a0fd7bd3cb99",
  3942. "comment": "",
  3943. "command": "click",
  3944. "target": "css=.content-wrapper > .content",
  3945. "targets": [
  3946. ["css=.content-wrapper > .content", "css:finder"],
  3947. ["xpath=//section[2]", "xpath:position"]
  3948. ],
  3949. "value": ""
  3950. }, {
  3951. "id": "6ae01bb3-c954-49a6-a2c5-e34f47bc73a9",
  3952. "comment": "",
  3953. "command": "type",
  3954. "target": "id=ex14card1section1-3preg10",
  3955. "targets": [
  3956. ["id=ex14card1section1-3preg10", "id"],
  3957. ["name=ex14card1section1-3preg10", "name"],
  3958. ["css=#ex14card1section1-3preg10", "css:finder"],
  3959. ["xpath=//textarea[@id='ex14card1section1-3preg10']", "xpath:attributes"],
  3960. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  3961. ["xpath=//textarea", "xpath:position"]
  3962. ],
  3963. "value": "14 1-3 1"
  3964. }, {
  3965. "id": "d6aaf12a-b5e2-4d6e-8965-1c667064e0f8",
  3966. "comment": "",
  3967. "command": "click",
  3968. "target": "id=ex14card1section1-3preg20",
  3969. "targets": [
  3970. ["id=ex14card1section1-3preg20", "id"],
  3971. ["name=ex14card1section1-3preg20", "name"],
  3972. ["css=#ex14card1section1-3preg20", "css:finder"],
  3973. ["xpath=//textarea[@id='ex14card1section1-3preg20']", "xpath:attributes"],
  3974. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  3975. ["xpath=//div[3]/div/textarea", "xpath:position"]
  3976. ],
  3977. "value": ""
  3978. }, {
  3979. "id": "888f274f-d854-4613-8fec-2c31c847ada7",
  3980. "comment": "",
  3981. "command": "click",
  3982. "target": "id=ex14card1section1-3preg10",
  3983. "targets": [
  3984. ["id=ex14card1section1-3preg10", "id"],
  3985. ["name=ex14card1section1-3preg10", "name"],
  3986. ["css=#ex14card1section1-3preg10", "css:finder"],
  3987. ["xpath=//textarea[@id='ex14card1section1-3preg10']", "xpath:attributes"],
  3988. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  3989. ["xpath=//textarea", "xpath:position"]
  3990. ],
  3991. "value": ""
  3992. }, {
  3993. "id": "ec63052a-ba60-4a01-9c99-776b9be252ac",
  3994. "comment": "",
  3995. "command": "click",
  3996. "target": "css=.content-wrapper > .content",
  3997. "targets": [
  3998. ["css=.content-wrapper > .content", "css:finder"],
  3999. ["xpath=//section[2]", "xpath:position"]
  4000. ],
  4001. "value": ""
  4002. }, {
  4003. "id": "60e39cba-b46a-4b21-9366-48326ffd8f08",
  4004. "comment": "",
  4005. "command": "click",
  4006. "target": "id=ex14card1section1-3preg10",
  4007. "targets": [
  4008. ["id=ex14card1section1-3preg10", "id"],
  4009. ["name=ex14card1section1-3preg10", "name"],
  4010. ["css=#ex14card1section1-3preg10", "css:finder"],
  4011. ["xpath=//textarea[@id='ex14card1section1-3preg10']", "xpath:attributes"],
  4012. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  4013. ["xpath=//textarea", "xpath:position"]
  4014. ],
  4015. "value": ""
  4016. }, {
  4017. "id": "8e08c82f-7c4d-42d3-bfef-015a5476a0ff",
  4018. "comment": "",
  4019. "command": "click",
  4020. "target": "id=ex14card1section1-3preg10",
  4021. "targets": [
  4022. ["id=ex14card1section1-3preg10", "id"],
  4023. ["name=ex14card1section1-3preg10", "name"],
  4024. ["css=#ex14card1section1-3preg10", "css:finder"],
  4025. ["xpath=//textarea[@id='ex14card1section1-3preg10']", "xpath:attributes"],
  4026. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  4027. ["xpath=//textarea", "xpath:position"]
  4028. ],
  4029. "value": ""
  4030. }, {
  4031. "id": "54ba17ea-fa99-4276-87c2-dc1c54cc52f2",
  4032. "comment": "",
  4033. "command": "click",
  4034. "target": "css=.content-wrapper > .content",
  4035. "targets": [
  4036. ["css=.content-wrapper > .content", "css:finder"],
  4037. ["xpath=//section[2]", "xpath:position"]
  4038. ],
  4039. "value": ""
  4040. }, {
  4041. "id": "28971e70-fb43-4c07-8ac9-2b0e034bae0e",
  4042. "comment": "",
  4043. "command": "type",
  4044. "target": "id=ex14card1section1-3preg10",
  4045. "targets": [
  4046. ["id=ex14card1section1-3preg10", "id"],
  4047. ["name=ex14card1section1-3preg10", "name"],
  4048. ["css=#ex14card1section1-3preg10", "css:finder"],
  4049. ["xpath=//textarea[@id='ex14card1section1-3preg10']", "xpath:attributes"],
  4050. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  4051. ["xpath=//textarea", "xpath:position"]
  4052. ],
  4053. "value": "14 c1 s1-3 1"
  4054. }, {
  4055. "id": "b65fa459-df0d-489c-b298-8edd825018fb",
  4056. "comment": "",
  4057. "command": "click",
  4058. "target": "id=ex14card1section1-3preg20",
  4059. "targets": [
  4060. ["id=ex14card1section1-3preg20", "id"],
  4061. ["name=ex14card1section1-3preg20", "name"],
  4062. ["css=#ex14card1section1-3preg20", "css:finder"],
  4063. ["xpath=//textarea[@id='ex14card1section1-3preg20']", "xpath:attributes"],
  4064. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  4065. ["xpath=//div[3]/div/textarea", "xpath:position"]
  4066. ],
  4067. "value": ""
  4068. }, {
  4069. "id": "b63298e2-8de6-4383-b7bd-aa0dc9518737",
  4070. "comment": "",
  4071. "command": "type",
  4072. "target": "id=ex14card1section1-3preg20",
  4073. "targets": [
  4074. ["id=ex14card1section1-3preg20", "id"],
  4075. ["name=ex14card1section1-3preg20", "name"],
  4076. ["css=#ex14card1section1-3preg20", "css:finder"],
  4077. ["xpath=//textarea[@id='ex14card1section1-3preg20']", "xpath:attributes"],
  4078. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  4079. ["xpath=//div[3]/div/textarea", "xpath:position"]
  4080. ],
  4081. "value": "14 c1 s1-3 2"
  4082. }, {
  4083. "id": "0ae82932-ab28-4309-a0c4-07ca4f8d99be",
  4084. "comment": "",
  4085. "command": "click",
  4086. "target": "css=.content-wrapper > .content",
  4087. "targets": [
  4088. ["css=.content-wrapper > .content", "css:finder"],
  4089. ["xpath=//section[2]", "xpath:position"]
  4090. ],
  4091. "value": ""
  4092. }, {
  4093. "id": "69918876-0db9-452a-bfdb-c523ca6586b7",
  4094. "comment": "",
  4095. "command": "click",
  4096. "target": "id=ex14card1section1-3preg30",
  4097. "targets": [
  4098. ["id=ex14card1section1-3preg30", "id"],
  4099. ["name=ex14card1section1-3preg30", "name"],
  4100. ["css=#ex14card1section1-3preg30", "css:finder"],
  4101. ["xpath=//textarea[@id='ex14card1section1-3preg30']", "xpath:attributes"],
  4102. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  4103. ["xpath=//div[4]/div/textarea", "xpath:position"]
  4104. ],
  4105. "value": ""
  4106. }, {
  4107. "id": "0a3926c0-2df4-4647-8def-6f74e524311a",
  4108. "comment": "",
  4109. "command": "type",
  4110. "target": "id=ex14card1section1-3preg30",
  4111. "targets": [
  4112. ["id=ex14card1section1-3preg30", "id"],
  4113. ["name=ex14card1section1-3preg30", "name"],
  4114. ["css=#ex14card1section1-3preg30", "css:finder"],
  4115. ["xpath=//textarea[@id='ex14card1section1-3preg30']", "xpath:attributes"],
  4116. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  4117. ["xpath=//div[4]/div/textarea", "xpath:position"]
  4118. ],
  4119. "value": "14 c1 s1-3 3"
  4120. }, {
  4121. "id": "6c0b71cd-f08d-4575-a79c-4703fe4950e7",
  4122. "comment": "",
  4123. "command": "click",
  4124. "target": "id=ex14card1section1-3preg40",
  4125. "targets": [
  4126. ["id=ex14card1section1-3preg40", "id"],
  4127. ["name=ex14card1section1-3preg40", "name"],
  4128. ["css=#ex14card1section1-3preg40", "css:finder"],
  4129. ["xpath=//textarea[@id='ex14card1section1-3preg40']", "xpath:attributes"],
  4130. ["xpath=//section[@id='wizard-p-0']/div/div[5]/div/textarea", "xpath:idRelative"],
  4131. ["xpath=//div[5]/div/textarea", "xpath:position"]
  4132. ],
  4133. "value": ""
  4134. }, {
  4135. "id": "42ba3fe4-2c70-4da3-8a4e-b1eb62cc0446",
  4136. "comment": "",
  4137. "command": "type",
  4138. "target": "id=ex14card1section1-3preg40",
  4139. "targets": [
  4140. ["id=ex14card1section1-3preg40", "id"],
  4141. ["name=ex14card1section1-3preg40", "name"],
  4142. ["css=#ex14card1section1-3preg40", "css:finder"],
  4143. ["xpath=//textarea[@id='ex14card1section1-3preg40']", "xpath:attributes"],
  4144. ["xpath=//section[@id='wizard-p-0']/div/div[5]/div/textarea", "xpath:idRelative"],
  4145. ["xpath=//div[5]/div/textarea", "xpath:position"]
  4146. ],
  4147. "value": "14 c1 s1-3 4"
  4148. }, {
  4149. "id": "1ad60c48-0fb3-474c-8e12-df2254ecb3eb",
  4150. "comment": "",
  4151. "command": "click",
  4152. "target": "id=ex14card1section1-3preg50",
  4153. "targets": [
  4154. ["id=ex14card1section1-3preg50", "id"],
  4155. ["name=ex14card1section1-3preg50", "name"],
  4156. ["css=#ex14card1section1-3preg50", "css:finder"],
  4157. ["xpath=//textarea[@id='ex14card1section1-3preg50']", "xpath:attributes"],
  4158. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  4159. ["xpath=//div[6]/div/textarea", "xpath:position"]
  4160. ],
  4161. "value": ""
  4162. }, {
  4163. "id": "e8a1c36b-09f5-4120-ae2e-fa8ec248543d",
  4164. "comment": "",
  4165. "command": "type",
  4166. "target": "id=ex14card1section1-3preg50",
  4167. "targets": [
  4168. ["id=ex14card1section1-3preg50", "id"],
  4169. ["name=ex14card1section1-3preg50", "name"],
  4170. ["css=#ex14card1section1-3preg50", "css:finder"],
  4171. ["xpath=//textarea[@id='ex14card1section1-3preg50']", "xpath:attributes"],
  4172. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  4173. ["xpath=//div[6]/div/textarea", "xpath:position"]
  4174. ],
  4175. "value": "14 c1 s1-3 5"
  4176. }, {
  4177. "id": "a582a7c7-af3d-4722-a6f5-4b6a1865d774",
  4178. "comment": "",
  4179. "command": "click",
  4180. "target": "id=wizard-t-1",
  4181. "targets": [
  4182. ["id=wizard-t-1", "id"],
  4183. ["css=#wizard-t-1", "css:finder"],
  4184. ["xpath=//a[@id='wizard-t-1']", "xpath:attributes"],
  4185. ["xpath=//form[@id='wizard']/div/ul/li[2]/a", "xpath:idRelative"],
  4186. ["xpath=//a[contains(@href, '#wizard-h-1')]", "xpath:href"],
  4187. ["xpath=//form/div/ul/li[2]/a", "xpath:position"],
  4188. ["xpath=//a[contains(.,'Card 2/3')]", "xpath:innerText"]
  4189. ],
  4190. "value": ""
  4191. }, {
  4192. "id": "eac6cf33-3cb2-49f1-bba9-6111ac5e68f1",
  4193. "comment": "",
  4194. "command": "click",
  4195. "target": "id=ex14card1section2-3preg10Score",
  4196. "targets": [
  4197. ["id=ex14card1section2-3preg10Score", "id"],
  4198. ["name=ex14card1section2-3preg10Score", "name"],
  4199. ["css=#ex14card1section2-3preg10Score", "css:finder"],
  4200. ["xpath=//input[@id='ex14card1section2-3preg10Score']", "xpath:attributes"],
  4201. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/input", "xpath:idRelative"],
  4202. ["xpath=//div[2]/div/input", "xpath:position"]
  4203. ],
  4204. "value": ""
  4205. }, {
  4206. "id": "e43505ff-afda-4950-af61-248ed46fb4c5",
  4207. "comment": "",
  4208. "command": "click",
  4209. "target": "css=.ex14card1section2-3preg10Score > .form-holder",
  4210. "targets": [
  4211. ["css=.ex14card1section2-3preg10Score > .form-holder", "css:finder"],
  4212. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div", "xpath:idRelative"],
  4213. ["xpath=//section[2]/div/div[2]/div", "xpath:position"]
  4214. ],
  4215. "value": ""
  4216. }, {
  4217. "id": "1fd97f06-e206-4e50-9033-b296a43cffc3",
  4218. "comment": "",
  4219. "command": "type",
  4220. "target": "id=ex14card1section2-3preg10Score",
  4221. "targets": [
  4222. ["id=ex14card1section2-3preg10Score", "id"],
  4223. ["name=ex14card1section2-3preg10Score", "name"],
  4224. ["css=#ex14card1section2-3preg10Score", "css:finder"],
  4225. ["xpath=//input[@id='ex14card1section2-3preg10Score']", "xpath:attributes"],
  4226. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/input", "xpath:idRelative"],
  4227. ["xpath=//div[2]/div/input", "xpath:position"]
  4228. ],
  4229. "value": "14 c1 s2-3 1"
  4230. }, {
  4231. "id": "8309fa81-5411-44a8-9565-098a2b704a91",
  4232. "comment": "",
  4233. "command": "click",
  4234. "target": "id=ex14card1section2-3preg10-10",
  4235. "targets": [
  4236. ["id=ex14card1section2-3preg10-10", "id"],
  4237. ["name=ex14card1section2-3preg10-10", "name"],
  4238. ["css=#ex14card1section2-3preg10-10", "css:finder"],
  4239. ["xpath=//input[@id='ex14card1section2-3preg10-10']", "xpath:attributes"],
  4240. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/input", "xpath:idRelative"],
  4241. ["xpath=//div[3]/div/input", "xpath:position"]
  4242. ],
  4243. "value": ""
  4244. }, {
  4245. "id": "36a9890c-400a-4999-903e-e1ff7c30bf1c",
  4246. "comment": "",
  4247. "command": "type",
  4248. "target": "id=ex14card1section2-3preg10-10",
  4249. "targets": [
  4250. ["id=ex14card1section2-3preg10-10", "id"],
  4251. ["name=ex14card1section2-3preg10-10", "name"],
  4252. ["css=#ex14card1section2-3preg10-10", "css:finder"],
  4253. ["xpath=//input[@id='ex14card1section2-3preg10-10']", "xpath:attributes"],
  4254. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/input", "xpath:idRelative"],
  4255. ["xpath=//div[3]/div/input", "xpath:position"]
  4256. ],
  4257. "value": "14 c1 s2-3 2"
  4258. }, {
  4259. "id": "eeb9efd4-85be-4d81-b72a-fe24e7cdc3b3",
  4260. "comment": "",
  4261. "command": "click",
  4262. "target": "id=ex14card1section2-3preg10-20",
  4263. "targets": [
  4264. ["id=ex14card1section2-3preg10-20", "id"],
  4265. ["name=ex14card1section2-3preg10-20", "name"],
  4266. ["css=#ex14card1section2-3preg10-20", "css:finder"],
  4267. ["xpath=//input[@id='ex14card1section2-3preg10-20']", "xpath:attributes"],
  4268. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/input", "xpath:idRelative"],
  4269. ["xpath=//div[4]/div/input", "xpath:position"]
  4270. ],
  4271. "value": ""
  4272. }, {
  4273. "id": "286fbcab-7fcc-489b-a531-15b6791162d4",
  4274. "comment": "",
  4275. "command": "type",
  4276. "target": "id=ex14card1section2-3preg10-20",
  4277. "targets": [
  4278. ["id=ex14card1section2-3preg10-20", "id"],
  4279. ["name=ex14card1section2-3preg10-20", "name"],
  4280. ["css=#ex14card1section2-3preg10-20", "css:finder"],
  4281. ["xpath=//input[@id='ex14card1section2-3preg10-20']", "xpath:attributes"],
  4282. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/input", "xpath:idRelative"],
  4283. ["xpath=//div[4]/div/input", "xpath:position"]
  4284. ],
  4285. "value": "14 c1 s2-3 3"
  4286. }, {
  4287. "id": "af8550f3-d64b-47dc-85da-7798f3b09b82",
  4288. "comment": "",
  4289. "command": "click",
  4290. "target": "id=ex14card1section2-3preg10-30",
  4291. "targets": [
  4292. ["id=ex14card1section2-3preg10-30", "id"],
  4293. ["name=ex14card1section2-3preg10-30", "name"],
  4294. ["css=#ex14card1section2-3preg10-30", "css:finder"],
  4295. ["xpath=//input[@id='ex14card1section2-3preg10-30']", "xpath:attributes"],
  4296. ["xpath=//section[@id='wizard-p-1']/div/div[5]/div/input", "xpath:idRelative"],
  4297. ["xpath=//div[5]/div/input", "xpath:position"]
  4298. ],
  4299. "value": ""
  4300. }, {
  4301. "id": "ee5273e0-4c92-477f-ba2b-3aca99273b1c",
  4302. "comment": "",
  4303. "command": "type",
  4304. "target": "id=ex14card1section2-3preg10-30",
  4305. "targets": [
  4306. ["id=ex14card1section2-3preg10-30", "id"],
  4307. ["name=ex14card1section2-3preg10-30", "name"],
  4308. ["css=#ex14card1section2-3preg10-30", "css:finder"],
  4309. ["xpath=//input[@id='ex14card1section2-3preg10-30']", "xpath:attributes"],
  4310. ["xpath=//section[@id='wizard-p-1']/div/div[5]/div/input", "xpath:idRelative"],
  4311. ["xpath=//div[5]/div/input", "xpath:position"]
  4312. ],
  4313. "value": "14 c1 s2-3 4"
  4314. }, {
  4315. "id": "77cad913-9f5e-42a1-91b8-02bba5c85455",
  4316. "comment": "",
  4317. "command": "click",
  4318. "target": "css=#wizard-p-1 > .inner",
  4319. "targets": [
  4320. ["css=#wizard-p-1 > .inner", "css:finder"],
  4321. ["xpath=//section[@id='wizard-p-1']/div", "xpath:idRelative"],
  4322. ["xpath=//div[2]/section[2]/div", "xpath:position"]
  4323. ],
  4324. "value": ""
  4325. }, {
  4326. "id": "68df75a2-1fc1-460a-bac1-c2fa89cf2d65",
  4327. "comment": "",
  4328. "command": "click",
  4329. "target": "id=ex14card1section2-3preg20Score",
  4330. "targets": [
  4331. ["id=ex14card1section2-3preg20Score", "id"],
  4332. ["name=ex14card1section2-3preg20Score", "name"],
  4333. ["css=#ex14card1section2-3preg20Score", "css:finder"],
  4334. ["xpath=//input[@id='ex14card1section2-3preg20Score']", "xpath:attributes"],
  4335. ["xpath=//section[@id='wizard-p-1']/div/div[6]/div/input", "xpath:idRelative"],
  4336. ["xpath=//div[6]/div/input", "xpath:position"]
  4337. ],
  4338. "value": ""
  4339. }, {
  4340. "id": "41cdcbc3-43a2-4c80-b679-47ea69b722d7",
  4341. "comment": "",
  4342. "command": "type",
  4343. "target": "id=ex14card1section2-3preg20Score",
  4344. "targets": [
  4345. ["id=ex14card1section2-3preg20Score", "id"],
  4346. ["name=ex14card1section2-3preg20Score", "name"],
  4347. ["css=#ex14card1section2-3preg20Score", "css:finder"],
  4348. ["xpath=//input[@id='ex14card1section2-3preg20Score']", "xpath:attributes"],
  4349. ["xpath=//section[@id='wizard-p-1']/div/div[6]/div/input", "xpath:idRelative"],
  4350. ["xpath=//div[6]/div/input", "xpath:position"]
  4351. ],
  4352. "value": "14 c1 s2-3 5"
  4353. }, {
  4354. "id": "e22e0c5e-36eb-4f5c-a2a4-533dc34b1df3",
  4355. "comment": "",
  4356. "command": "click",
  4357. "target": "id=ex14card1section2-3preg20-10",
  4358. "targets": [
  4359. ["id=ex14card1section2-3preg20-10", "id"],
  4360. ["name=ex14card1section2-3preg20-10", "name"],
  4361. ["css=#ex14card1section2-3preg20-10", "css:finder"],
  4362. ["xpath=//input[@id='ex14card1section2-3preg20-10']", "xpath:attributes"],
  4363. ["xpath=//section[@id='wizard-p-1']/div/div[7]/div/input", "xpath:idRelative"],
  4364. ["xpath=//div[7]/div/input", "xpath:position"]
  4365. ],
  4366. "value": ""
  4367. }, {
  4368. "id": "696fc484-f28a-4ebb-9306-130da818abd5",
  4369. "comment": "",
  4370. "command": "type",
  4371. "target": "id=ex14card1section2-3preg20-10",
  4372. "targets": [
  4373. ["id=ex14card1section2-3preg20-10", "id"],
  4374. ["name=ex14card1section2-3preg20-10", "name"],
  4375. ["css=#ex14card1section2-3preg20-10", "css:finder"],
  4376. ["xpath=//input[@id='ex14card1section2-3preg20-10']", "xpath:attributes"],
  4377. ["xpath=//section[@id='wizard-p-1']/div/div[7]/div/input", "xpath:idRelative"],
  4378. ["xpath=//div[7]/div/input", "xpath:position"]
  4379. ],
  4380. "value": "14 c1 s2-3 6"
  4381. }, {
  4382. "id": "63e7361d-10e4-4010-96d0-db615b45f0e1",
  4383. "comment": "",
  4384. "command": "click",
  4385. "target": "id=ex14card1section2-3preg20-20",
  4386. "targets": [
  4387. ["id=ex14card1section2-3preg20-20", "id"],
  4388. ["name=ex14card1section2-3preg20-20", "name"],
  4389. ["css=#ex14card1section2-3preg20-20", "css:finder"],
  4390. ["xpath=//input[@id='ex14card1section2-3preg20-20']", "xpath:attributes"],
  4391. ["xpath=//section[@id='wizard-p-1']/div/div[8]/div/input", "xpath:idRelative"],
  4392. ["xpath=//div[8]/div/input", "xpath:position"]
  4393. ],
  4394. "value": ""
  4395. }, {
  4396. "id": "d2eb309e-a6ca-401c-88ca-4e843c789353",
  4397. "comment": "",
  4398. "command": "type",
  4399. "target": "id=ex14card1section2-3preg20-20",
  4400. "targets": [
  4401. ["id=ex14card1section2-3preg20-20", "id"],
  4402. ["name=ex14card1section2-3preg20-20", "name"],
  4403. ["css=#ex14card1section2-3preg20-20", "css:finder"],
  4404. ["xpath=//input[@id='ex14card1section2-3preg20-20']", "xpath:attributes"],
  4405. ["xpath=//section[@id='wizard-p-1']/div/div[8]/div/input", "xpath:idRelative"],
  4406. ["xpath=//div[8]/div/input", "xpath:position"]
  4407. ],
  4408. "value": "14 c1 s2-3 7"
  4409. }, {
  4410. "id": "7e7666b2-3fb3-4bf6-a0bb-5d0becd0a059",
  4411. "comment": "",
  4412. "command": "click",
  4413. "target": "id=ex14card1section2-3preg20-30",
  4414. "targets": [
  4415. ["id=ex14card1section2-3preg20-30", "id"],
  4416. ["name=ex14card1section2-3preg20-30", "name"],
  4417. ["css=#ex14card1section2-3preg20-30", "css:finder"],
  4418. ["xpath=//input[@id='ex14card1section2-3preg20-30']", "xpath:attributes"],
  4419. ["xpath=//section[@id='wizard-p-1']/div/div[9]/div/input", "xpath:idRelative"],
  4420. ["xpath=//div[9]/div/input", "xpath:position"]
  4421. ],
  4422. "value": ""
  4423. }, {
  4424. "id": "4e0a1804-4308-42c5-ba13-0ad583a6ba2a",
  4425. "comment": "",
  4426. "command": "type",
  4427. "target": "id=ex14card1section2-3preg20-30",
  4428. "targets": [
  4429. ["id=ex14card1section2-3preg20-30", "id"],
  4430. ["name=ex14card1section2-3preg20-30", "name"],
  4431. ["css=#ex14card1section2-3preg20-30", "css:finder"],
  4432. ["xpath=//input[@id='ex14card1section2-3preg20-30']", "xpath:attributes"],
  4433. ["xpath=//section[@id='wizard-p-1']/div/div[9]/div/input", "xpath:idRelative"],
  4434. ["xpath=//div[9]/div/input", "xpath:position"]
  4435. ],
  4436. "value": "14 c1 s2-3 8"
  4437. }, {
  4438. "id": "c538fbdc-abd5-4a42-84f7-cdb4e1d2d5bf",
  4439. "comment": "",
  4440. "command": "click",
  4441. "target": "id=ex14card1section2-3preg30Score",
  4442. "targets": [
  4443. ["id=ex14card1section2-3preg30Score", "id"],
  4444. ["name=ex14card1section2-3preg30Score", "name"],
  4445. ["css=#ex14card1section2-3preg30Score", "css:finder"],
  4446. ["xpath=//input[@id='ex14card1section2-3preg30Score']", "xpath:attributes"],
  4447. ["xpath=//section[@id='wizard-p-1']/div/div[10]/div/input", "xpath:idRelative"],
  4448. ["xpath=//div[10]/div/input", "xpath:position"]
  4449. ],
  4450. "value": ""
  4451. }, {
  4452. "id": "2f48093b-c567-4fd9-8cb5-b34076544bc2",
  4453. "comment": "",
  4454. "command": "type",
  4455. "target": "id=ex14card1section2-3preg30Score",
  4456. "targets": [
  4457. ["id=ex14card1section2-3preg30Score", "id"],
  4458. ["name=ex14card1section2-3preg30Score", "name"],
  4459. ["css=#ex14card1section2-3preg30Score", "css:finder"],
  4460. ["xpath=//input[@id='ex14card1section2-3preg30Score']", "xpath:attributes"],
  4461. ["xpath=//section[@id='wizard-p-1']/div/div[10]/div/input", "xpath:idRelative"],
  4462. ["xpath=//div[10]/div/input", "xpath:position"]
  4463. ],
  4464. "value": "14 c1 s2-3 9"
  4465. }, {
  4466. "id": "f6c5c1dc-85e9-4660-97b2-37ba2ba4f997",
  4467. "comment": "",
  4468. "command": "click",
  4469. "target": "id=ex14card1section2-3preg30-10",
  4470. "targets": [
  4471. ["id=ex14card1section2-3preg30-10", "id"],
  4472. ["name=ex14card1section2-3preg30-10", "name"],
  4473. ["css=#ex14card1section2-3preg30-10", "css:finder"],
  4474. ["xpath=//input[@id='ex14card1section2-3preg30-10']", "xpath:attributes"],
  4475. ["xpath=//section[@id='wizard-p-1']/div/div[11]/div/input", "xpath:idRelative"],
  4476. ["xpath=//div[11]/div/input", "xpath:position"]
  4477. ],
  4478. "value": ""
  4479. }, {
  4480. "id": "db077f73-5f91-4a8c-8091-0a3ed0358a6f",
  4481. "comment": "",
  4482. "command": "type",
  4483. "target": "id=ex14card1section2-3preg30-10",
  4484. "targets": [
  4485. ["id=ex14card1section2-3preg30-10", "id"],
  4486. ["name=ex14card1section2-3preg30-10", "name"],
  4487. ["css=#ex14card1section2-3preg30-10", "css:finder"],
  4488. ["xpath=//input[@id='ex14card1section2-3preg30-10']", "xpath:attributes"],
  4489. ["xpath=//section[@id='wizard-p-1']/div/div[11]/div/input", "xpath:idRelative"],
  4490. ["xpath=//div[11]/div/input", "xpath:position"]
  4491. ],
  4492. "value": "14 c1 s2-3 10"
  4493. }, {
  4494. "id": "ac9284d0-fc47-49ad-804a-63d0ada040fb",
  4495. "comment": "",
  4496. "command": "click",
  4497. "target": "id=ex14card1section2-3preg30-20",
  4498. "targets": [
  4499. ["id=ex14card1section2-3preg30-20", "id"],
  4500. ["name=ex14card1section2-3preg30-20", "name"],
  4501. ["css=#ex14card1section2-3preg30-20", "css:finder"],
  4502. ["xpath=//input[@id='ex14card1section2-3preg30-20']", "xpath:attributes"],
  4503. ["xpath=//section[@id='wizard-p-1']/div/div[12]/div/input", "xpath:idRelative"],
  4504. ["xpath=//div[12]/div/input", "xpath:position"]
  4505. ],
  4506. "value": ""
  4507. }, {
  4508. "id": "a4242917-9852-45f4-846a-799d82726224",
  4509. "comment": "",
  4510. "command": "type",
  4511. "target": "id=ex14card1section2-3preg30-20",
  4512. "targets": [
  4513. ["id=ex14card1section2-3preg30-20", "id"],
  4514. ["name=ex14card1section2-3preg30-20", "name"],
  4515. ["css=#ex14card1section2-3preg30-20", "css:finder"],
  4516. ["xpath=//input[@id='ex14card1section2-3preg30-20']", "xpath:attributes"],
  4517. ["xpath=//section[@id='wizard-p-1']/div/div[12]/div/input", "xpath:idRelative"],
  4518. ["xpath=//div[12]/div/input", "xpath:position"]
  4519. ],
  4520. "value": "14 c1 s2-3 11"
  4521. }, {
  4522. "id": "41b57752-8b84-430f-b570-c33b7d4b6323",
  4523. "comment": "",
  4524. "command": "click",
  4525. "target": "id=ex14card1section2-3preg30-30",
  4526. "targets": [
  4527. ["id=ex14card1section2-3preg30-30", "id"],
  4528. ["name=ex14card1section2-3preg30-30", "name"],
  4529. ["css=#ex14card1section2-3preg30-30", "css:finder"],
  4530. ["xpath=//input[@id='ex14card1section2-3preg30-30']", "xpath:attributes"],
  4531. ["xpath=//section[@id='wizard-p-1']/div/div[13]/div/input", "xpath:idRelative"],
  4532. ["xpath=//div[13]/div/input", "xpath:position"]
  4533. ],
  4534. "value": ""
  4535. }, {
  4536. "id": "f6a0fa3f-86fd-4905-a977-18918050d3dc",
  4537. "comment": "",
  4538. "command": "type",
  4539. "target": "id=ex14card1section2-3preg30-30",
  4540. "targets": [
  4541. ["id=ex14card1section2-3preg30-30", "id"],
  4542. ["name=ex14card1section2-3preg30-30", "name"],
  4543. ["css=#ex14card1section2-3preg30-30", "css:finder"],
  4544. ["xpath=//input[@id='ex14card1section2-3preg30-30']", "xpath:attributes"],
  4545. ["xpath=//section[@id='wizard-p-1']/div/div[13]/div/input", "xpath:idRelative"],
  4546. ["xpath=//div[13]/div/input", "xpath:position"]
  4547. ],
  4548. "value": "14 c1 s2-3 12"
  4549. }, {
  4550. "id": "50307c49-10e1-4f5c-8abe-91a997438c24",
  4551. "comment": "",
  4552. "command": "click",
  4553. "target": "id=ex14card1section2-3preg40Score",
  4554. "targets": [
  4555. ["id=ex14card1section2-3preg40Score", "id"],
  4556. ["name=ex14card1section2-3preg40Score", "name"],
  4557. ["css=#ex14card1section2-3preg40Score", "css:finder"],
  4558. ["xpath=//input[@id='ex14card1section2-3preg40Score']", "xpath:attributes"],
  4559. ["xpath=//section[@id='wizard-p-1']/div/div[14]/div/input", "xpath:idRelative"],
  4560. ["xpath=//div[14]/div/input", "xpath:position"]
  4561. ],
  4562. "value": ""
  4563. }, {
  4564. "id": "8d51d431-8b37-47ed-a6f9-0e249764ebaf",
  4565. "comment": "",
  4566. "command": "type",
  4567. "target": "id=ex14card1section2-3preg40Score",
  4568. "targets": [
  4569. ["id=ex14card1section2-3preg40Score", "id"],
  4570. ["name=ex14card1section2-3preg40Score", "name"],
  4571. ["css=#ex14card1section2-3preg40Score", "css:finder"],
  4572. ["xpath=//input[@id='ex14card1section2-3preg40Score']", "xpath:attributes"],
  4573. ["xpath=//section[@id='wizard-p-1']/div/div[14]/div/input", "xpath:idRelative"],
  4574. ["xpath=//div[14]/div/input", "xpath:position"]
  4575. ],
  4576. "value": "14 c1 s2-3 13"
  4577. }, {
  4578. "id": "911c4eb8-5eac-4d77-a668-95f9c8f9912d",
  4579. "comment": "",
  4580. "command": "click",
  4581. "target": "id=ex14card1section2-3preg40-10",
  4582. "targets": [
  4583. ["id=ex14card1section2-3preg40-10", "id"],
  4584. ["name=ex14card1section2-3preg40-10", "name"],
  4585. ["css=#ex14card1section2-3preg40-10", "css:finder"],
  4586. ["xpath=//input[@id='ex14card1section2-3preg40-10']", "xpath:attributes"],
  4587. ["xpath=//section[@id='wizard-p-1']/div/div[15]/div/input", "xpath:idRelative"],
  4588. ["xpath=//div[15]/div/input", "xpath:position"]
  4589. ],
  4590. "value": ""
  4591. }, {
  4592. "id": "b608c2bb-9929-4852-8d67-c580f5573619",
  4593. "comment": "",
  4594. "command": "type",
  4595. "target": "id=ex14card1section2-3preg40-10",
  4596. "targets": [
  4597. ["id=ex14card1section2-3preg40-10", "id"],
  4598. ["name=ex14card1section2-3preg40-10", "name"],
  4599. ["css=#ex14card1section2-3preg40-10", "css:finder"],
  4600. ["xpath=//input[@id='ex14card1section2-3preg40-10']", "xpath:attributes"],
  4601. ["xpath=//section[@id='wizard-p-1']/div/div[15]/div/input", "xpath:idRelative"],
  4602. ["xpath=//div[15]/div/input", "xpath:position"]
  4603. ],
  4604. "value": "14 c1 s2-3 14"
  4605. }, {
  4606. "id": "9e188b45-b721-4754-9365-4abcf5ae5723",
  4607. "comment": "",
  4608. "command": "click",
  4609. "target": "id=ex14card1section2-3preg40-20",
  4610. "targets": [
  4611. ["id=ex14card1section2-3preg40-20", "id"],
  4612. ["name=ex14card1section2-3preg40-20", "name"],
  4613. ["css=#ex14card1section2-3preg40-20", "css:finder"],
  4614. ["xpath=//input[@id='ex14card1section2-3preg40-20']", "xpath:attributes"],
  4615. ["xpath=//section[@id='wizard-p-1']/div/div[16]/div/input", "xpath:idRelative"],
  4616. ["xpath=//div[16]/div/input", "xpath:position"]
  4617. ],
  4618. "value": ""
  4619. }, {
  4620. "id": "45ed5df8-4806-4db4-8677-b8dd41bda1dd",
  4621. "comment": "",
  4622. "command": "type",
  4623. "target": "id=ex14card1section2-3preg40-20",
  4624. "targets": [
  4625. ["id=ex14card1section2-3preg40-20", "id"],
  4626. ["name=ex14card1section2-3preg40-20", "name"],
  4627. ["css=#ex14card1section2-3preg40-20", "css:finder"],
  4628. ["xpath=//input[@id='ex14card1section2-3preg40-20']", "xpath:attributes"],
  4629. ["xpath=//section[@id='wizard-p-1']/div/div[16]/div/input", "xpath:idRelative"],
  4630. ["xpath=//div[16]/div/input", "xpath:position"]
  4631. ],
  4632. "value": "14 c1 s2-3 15"
  4633. }, {
  4634. "id": "79943e02-f12f-4cd8-8422-bcc74f078de5",
  4635. "comment": "",
  4636. "command": "click",
  4637. "target": "id=ex14card1section2-3preg40-30",
  4638. "targets": [
  4639. ["id=ex14card1section2-3preg40-30", "id"],
  4640. ["name=ex14card1section2-3preg40-30", "name"],
  4641. ["css=#ex14card1section2-3preg40-30", "css:finder"],
  4642. ["xpath=//input[@id='ex14card1section2-3preg40-30']", "xpath:attributes"],
  4643. ["xpath=//section[@id='wizard-p-1']/div/div[17]/div/input", "xpath:idRelative"],
  4644. ["xpath=//div[17]/div/input", "xpath:position"]
  4645. ],
  4646. "value": ""
  4647. }, {
  4648. "id": "142b5171-10f5-43b4-98c1-4743d75d92fd",
  4649. "comment": "",
  4650. "command": "type",
  4651. "target": "id=ex14card1section2-3preg40-30",
  4652. "targets": [
  4653. ["id=ex14card1section2-3preg40-30", "id"],
  4654. ["name=ex14card1section2-3preg40-30", "name"],
  4655. ["css=#ex14card1section2-3preg40-30", "css:finder"],
  4656. ["xpath=//input[@id='ex14card1section2-3preg40-30']", "xpath:attributes"],
  4657. ["xpath=//section[@id='wizard-p-1']/div/div[17]/div/input", "xpath:idRelative"],
  4658. ["xpath=//div[17]/div/input", "xpath:position"]
  4659. ],
  4660. "value": "14 c1 s2-3 16"
  4661. }, {
  4662. "id": "351e085d-4889-4662-b4d1-5db997fc185d",
  4663. "comment": "",
  4664. "command": "click",
  4665. "target": "id=ex14card1section2-3preg50Score",
  4666. "targets": [
  4667. ["id=ex14card1section2-3preg50Score", "id"],
  4668. ["name=ex14card1section2-3preg50Score", "name"],
  4669. ["css=#ex14card1section2-3preg50Score", "css:finder"],
  4670. ["xpath=//input[@id='ex14card1section2-3preg50Score']", "xpath:attributes"],
  4671. ["xpath=//section[@id='wizard-p-1']/div/div[18]/div/input", "xpath:idRelative"],
  4672. ["xpath=//div[18]/div/input", "xpath:position"]
  4673. ],
  4674. "value": ""
  4675. }, {
  4676. "id": "5d0b939d-d74c-4bdf-b064-59ebb30f917a",
  4677. "comment": "",
  4678. "command": "type",
  4679. "target": "id=ex14card1section2-3preg50Score",
  4680. "targets": [
  4681. ["id=ex14card1section2-3preg50Score", "id"],
  4682. ["name=ex14card1section2-3preg50Score", "name"],
  4683. ["css=#ex14card1section2-3preg50Score", "css:finder"],
  4684. ["xpath=//input[@id='ex14card1section2-3preg50Score']", "xpath:attributes"],
  4685. ["xpath=//section[@id='wizard-p-1']/div/div[18]/div/input", "xpath:idRelative"],
  4686. ["xpath=//div[18]/div/input", "xpath:position"]
  4687. ],
  4688. "value": "14 c1 s2-3 17"
  4689. }, {
  4690. "id": "22c1b8d8-f5fe-432d-9b8b-7ecc9e114386",
  4691. "comment": "",
  4692. "command": "click",
  4693. "target": "id=ex14card1section2-3preg50-10",
  4694. "targets": [
  4695. ["id=ex14card1section2-3preg50-10", "id"],
  4696. ["name=ex14card1section2-3preg50-10", "name"],
  4697. ["css=#ex14card1section2-3preg50-10", "css:finder"],
  4698. ["xpath=//input[@id='ex14card1section2-3preg50-10']", "xpath:attributes"],
  4699. ["xpath=//section[@id='wizard-p-1']/div/div[19]/div/input", "xpath:idRelative"],
  4700. ["xpath=//div[19]/div/input", "xpath:position"]
  4701. ],
  4702. "value": ""
  4703. }, {
  4704. "id": "a52b5ca4-54d1-401e-876c-db1a4dc9cc56",
  4705. "comment": "",
  4706. "command": "type",
  4707. "target": "id=ex14card1section2-3preg50-10",
  4708. "targets": [
  4709. ["id=ex14card1section2-3preg50-10", "id"],
  4710. ["name=ex14card1section2-3preg50-10", "name"],
  4711. ["css=#ex14card1section2-3preg50-10", "css:finder"],
  4712. ["xpath=//input[@id='ex14card1section2-3preg50-10']", "xpath:attributes"],
  4713. ["xpath=//section[@id='wizard-p-1']/div/div[19]/div/input", "xpath:idRelative"],
  4714. ["xpath=//div[19]/div/input", "xpath:position"]
  4715. ],
  4716. "value": "14 c1 s2-3 18"
  4717. }, {
  4718. "id": "50f25eca-cd34-4984-87e2-880015ada9f7",
  4719. "comment": "",
  4720. "command": "click",
  4721. "target": "id=ex14card1section2-3preg50-20",
  4722. "targets": [
  4723. ["id=ex14card1section2-3preg50-20", "id"],
  4724. ["name=ex14card1section2-3preg50-20", "name"],
  4725. ["css=#ex14card1section2-3preg50-20", "css:finder"],
  4726. ["xpath=//input[@id='ex14card1section2-3preg50-20']", "xpath:attributes"],
  4727. ["xpath=//section[@id='wizard-p-1']/div/div[20]/div/input", "xpath:idRelative"],
  4728. ["xpath=//div[20]/div/input", "xpath:position"]
  4729. ],
  4730. "value": ""
  4731. }, {
  4732. "id": "9befb3e5-f4e6-419e-8a75-f2e2e6b51811",
  4733. "comment": "",
  4734. "command": "type",
  4735. "target": "id=ex14card1section2-3preg50-20",
  4736. "targets": [
  4737. ["id=ex14card1section2-3preg50-20", "id"],
  4738. ["name=ex14card1section2-3preg50-20", "name"],
  4739. ["css=#ex14card1section2-3preg50-20", "css:finder"],
  4740. ["xpath=//input[@id='ex14card1section2-3preg50-20']", "xpath:attributes"],
  4741. ["xpath=//section[@id='wizard-p-1']/div/div[20]/div/input", "xpath:idRelative"],
  4742. ["xpath=//div[20]/div/input", "xpath:position"]
  4743. ],
  4744. "value": "14 c1 s2-3 19"
  4745. }, {
  4746. "id": "b4a8d2ac-d08e-40dd-8f5f-75e79801a5e7",
  4747. "comment": "",
  4748. "command": "click",
  4749. "target": "id=ex14card1section2-3preg50-30",
  4750. "targets": [
  4751. ["id=ex14card1section2-3preg50-30", "id"],
  4752. ["name=ex14card1section2-3preg50-30", "name"],
  4753. ["css=#ex14card1section2-3preg50-30", "css:finder"],
  4754. ["xpath=//input[@id='ex14card1section2-3preg50-30']", "xpath:attributes"],
  4755. ["xpath=//section[@id='wizard-p-1']/div/div[21]/div/input", "xpath:idRelative"],
  4756. ["xpath=//div[21]/div/input", "xpath:position"]
  4757. ],
  4758. "value": ""
  4759. }, {
  4760. "id": "2f6a4301-ee67-4555-be1a-70c15eb20097",
  4761. "comment": "",
  4762. "command": "type",
  4763. "target": "id=ex14card1section2-3preg50-30",
  4764. "targets": [
  4765. ["id=ex14card1section2-3preg50-30", "id"],
  4766. ["name=ex14card1section2-3preg50-30", "name"],
  4767. ["css=#ex14card1section2-3preg50-30", "css:finder"],
  4768. ["xpath=//input[@id='ex14card1section2-3preg50-30']", "xpath:attributes"],
  4769. ["xpath=//section[@id='wizard-p-1']/div/div[21]/div/input", "xpath:idRelative"],
  4770. ["xpath=//div[21]/div/input", "xpath:position"]
  4771. ],
  4772. "value": "14 c1 s2-3 20"
  4773. }, {
  4774. "id": "53d94cd9-b71f-45de-85b6-7c7e43311e4d",
  4775. "comment": "",
  4776. "command": "click",
  4777. "target": "linkText=Next",
  4778. "targets": [
  4779. ["linkText=Next", "linkText"],
  4780. ["css=.actions li:nth-child(2) > a", "css:finder"],
  4781. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  4782. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  4783. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  4784. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  4785. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  4786. ],
  4787. "value": ""
  4788. }, {
  4789. "id": "84400f4d-aa9f-49fb-870c-d163fd34ed87",
  4790. "comment": "",
  4791. "command": "click",
  4792. "target": "css=.content-wrapper > .content",
  4793. "targets": [
  4794. ["css=.content-wrapper > .content", "css:finder"],
  4795. ["xpath=//section[2]", "xpath:position"]
  4796. ],
  4797. "value": ""
  4798. }, {
  4799. "id": "4307e94f-49ff-4c47-bda9-7bfba79240f3",
  4800. "comment": "",
  4801. "command": "click",
  4802. "target": "id=ex14card1section3-3preg10-10",
  4803. "targets": [
  4804. ["id=ex14card1section3-3preg10-10", "id"],
  4805. ["name=ex14card1section3-3preg10-10", "name"],
  4806. ["css=#ex14card1section3-3preg10-10", "css:finder"],
  4807. ["xpath=//input[@id='ex14card1section3-3preg10-10']", "xpath:attributes"],
  4808. ["xpath=//section[@id='wizard-p-2']/div/div[3]/div/input", "xpath:idRelative"],
  4809. ["xpath=//section[3]/div/div[3]/div/input", "xpath:position"]
  4810. ],
  4811. "value": ""
  4812. }, {
  4813. "id": "1cd4572f-ceda-43ff-85c4-61fbbe18d5e6",
  4814. "comment": "",
  4815. "command": "click",
  4816. "target": "css=.content-wrapper > .content",
  4817. "targets": [
  4818. ["css=.content-wrapper > .content", "css:finder"],
  4819. ["xpath=//section[2]", "xpath:position"]
  4820. ],
  4821. "value": ""
  4822. }, {
  4823. "id": "f6f477e7-a3a8-48a2-a108-de3a81b99950",
  4824. "comment": "",
  4825. "command": "type",
  4826. "target": "id=ex14card1section3-3preg10-10",
  4827. "targets": [
  4828. ["id=ex14card1section3-3preg10-10", "id"],
  4829. ["name=ex14card1section3-3preg10-10", "name"],
  4830. ["css=#ex14card1section3-3preg10-10", "css:finder"],
  4831. ["xpath=//input[@id='ex14card1section3-3preg10-10']", "xpath:attributes"],
  4832. ["xpath=//section[@id='wizard-p-2']/div/div[3]/div/input", "xpath:idRelative"],
  4833. ["xpath=//section[3]/div/div[3]/div/input", "xpath:position"]
  4834. ],
  4835. "value": "14 c1 s3-3 1"
  4836. }, {
  4837. "id": "24e3a7cb-1427-46f7-b94b-d3b62fb2e943",
  4838. "comment": "",
  4839. "command": "click",
  4840. "target": "id=ex14card1section3-3preg10-20",
  4841. "targets": [
  4842. ["id=ex14card1section3-3preg10-20", "id"],
  4843. ["name=ex14card1section3-3preg10-20", "name"],
  4844. ["css=#ex14card1section3-3preg10-20", "css:finder"],
  4845. ["xpath=//input[@id='ex14card1section3-3preg10-20']", "xpath:attributes"],
  4846. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  4847. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  4848. ],
  4849. "value": ""
  4850. }, {
  4851. "id": "aa123d97-762a-43f5-9fa9-1d4c0f8f94a9",
  4852. "comment": "",
  4853. "command": "type",
  4854. "target": "id=ex14card1section3-3preg10-20",
  4855. "targets": [
  4856. ["id=ex14card1section3-3preg10-20", "id"],
  4857. ["name=ex14card1section3-3preg10-20", "name"],
  4858. ["css=#ex14card1section3-3preg10-20", "css:finder"],
  4859. ["xpath=//input[@id='ex14card1section3-3preg10-20']", "xpath:attributes"],
  4860. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  4861. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  4862. ],
  4863. "value": "14 c1 s3-3 2"
  4864. }, {
  4865. "id": "3eb4133c-0a78-4e8d-87fb-947e28234f73",
  4866. "comment": "",
  4867. "command": "click",
  4868. "target": "id=ex14card1section3-3preg10-30",
  4869. "targets": [
  4870. ["id=ex14card1section3-3preg10-30", "id"],
  4871. ["name=ex14card1section3-3preg10-30", "name"],
  4872. ["css=#ex14card1section3-3preg10-30", "css:finder"],
  4873. ["xpath=//textarea[@id='ex14card1section3-3preg10-30']", "xpath:attributes"],
  4874. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  4875. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  4876. ],
  4877. "value": ""
  4878. }, {
  4879. "id": "b73eb648-963c-461d-8d36-dfe2ccdf5019",
  4880. "comment": "",
  4881. "command": "type",
  4882. "target": "id=ex14card1section3-3preg10-30",
  4883. "targets": [
  4884. ["id=ex14card1section3-3preg10-30", "id"],
  4885. ["name=ex14card1section3-3preg10-30", "name"],
  4886. ["css=#ex14card1section3-3preg10-30", "css:finder"],
  4887. ["xpath=//textarea[@id='ex14card1section3-3preg10-30']", "xpath:attributes"],
  4888. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  4889. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  4890. ],
  4891. "value": "14 c1 s3-3 3"
  4892. }, {
  4893. "id": "a76d6d4e-1404-478e-8ef8-5bb15fe14508",
  4894. "comment": "",
  4895. "command": "click",
  4896. "target": "css=.content-wrapper > .content",
  4897. "targets": [
  4898. ["css=.content-wrapper > .content", "css:finder"],
  4899. ["xpath=//section[2]", "xpath:position"]
  4900. ],
  4901. "value": ""
  4902. }, {
  4903. "id": "729506b4-704f-465c-a0ec-15057f512afe",
  4904. "comment": "",
  4905. "command": "type",
  4906. "target": "id=ex14card1section3-3preg10-30",
  4907. "targets": [
  4908. ["id=ex14card1section3-3preg10-30", "id"],
  4909. ["name=ex14card1section3-3preg10-30", "name"],
  4910. ["css=#ex14card1section3-3preg10-30", "css:finder"],
  4911. ["xpath=//textarea[@id='ex14card1section3-3preg10-30']", "xpath:attributes"],
  4912. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  4913. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  4914. ],
  4915. "value": ""
  4916. }, {
  4917. "id": "d263942f-a2b5-4043-a635-84b96afb7996",
  4918. "comment": "",
  4919. "command": "type",
  4920. "target": "id=ex14card1section3-3preg10-20",
  4921. "targets": [
  4922. ["id=ex14card1section3-3preg10-20", "id"],
  4923. ["name=ex14card1section3-3preg10-20", "name"],
  4924. ["css=#ex14card1section3-3preg10-20", "css:finder"],
  4925. ["xpath=//input[@id='ex14card1section3-3preg10-20']", "xpath:attributes"],
  4926. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  4927. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  4928. ],
  4929. "value": ""
  4930. }, {
  4931. "id": "97d6c506-dfad-4c1a-bab6-ac356993bbaa",
  4932. "comment": "",
  4933. "command": "type",
  4934. "target": "id=ex14card1section3-3preg10-10",
  4935. "targets": [
  4936. ["id=ex14card1section3-3preg10-10", "id"],
  4937. ["name=ex14card1section3-3preg10-10", "name"],
  4938. ["css=#ex14card1section3-3preg10-10", "css:finder"],
  4939. ["xpath=//input[@id='ex14card1section3-3preg10-10']", "xpath:attributes"],
  4940. ["xpath=//section[@id='wizard-p-2']/div/div[3]/div/input", "xpath:idRelative"],
  4941. ["xpath=//section[3]/div/div[3]/div/input", "xpath:position"]
  4942. ],
  4943. "value": "14 c1 s2-3 1"
  4944. }, {
  4945. "id": "52406015-b258-4127-99e7-7d40da2e448f",
  4946. "comment": "",
  4947. "command": "click",
  4948. "target": "css=.done:nth-child(2)",
  4949. "targets": [
  4950. ["css=.done:nth-child(2)", "css:finder"],
  4951. ["xpath=//form[@id='wizard']/div/ul/li[2]", "xpath:idRelative"],
  4952. ["xpath=//form/div/ul/li[2]", "xpath:position"],
  4953. ["xpath=//li[contains(.,'Card 2/3')]", "xpath:innerText"]
  4954. ],
  4955. "value": ""
  4956. }, {
  4957. "id": "6d5c9bb0-b6c4-4e66-ae2e-df1415107509",
  4958. "comment": "",
  4959. "command": "click",
  4960. "target": "id=wizard-t-1",
  4961. "targets": [
  4962. ["id=wizard-t-1", "id"],
  4963. ["css=#wizard-t-1", "css:finder"],
  4964. ["xpath=//a[@id='wizard-t-1']", "xpath:attributes"],
  4965. ["xpath=//form[@id='wizard']/div/ul/li[2]/a", "xpath:idRelative"],
  4966. ["xpath=//a[contains(@href, '#wizard-h-1')]", "xpath:href"],
  4967. ["xpath=//form/div/ul/li[2]/a", "xpath:position"],
  4968. ["xpath=//a[contains(.,'Card 2/3')]", "xpath:innerText"]
  4969. ],
  4970. "value": ""
  4971. }, {
  4972. "id": "7220ab5a-a004-4d20-a36b-3ee0ff3a2512",
  4973. "comment": "",
  4974. "command": "click",
  4975. "target": "linkText=Next",
  4976. "targets": [
  4977. ["linkText=Next", "linkText"],
  4978. ["css=.actions li:nth-child(2) > a", "css:finder"],
  4979. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  4980. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  4981. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  4982. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  4983. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  4984. ],
  4985. "value": ""
  4986. }, {
  4987. "id": "acb595db-d456-494e-bb5e-4a043fc67762",
  4988. "comment": "",
  4989. "command": "click",
  4990. "target": "id=ex14card1section3-3preg10-20",
  4991. "targets": [
  4992. ["id=ex14card1section3-3preg10-20", "id"],
  4993. ["name=ex14card1section3-3preg10-20", "name"],
  4994. ["css=#ex14card1section3-3preg10-20", "css:finder"],
  4995. ["xpath=//input[@id='ex14card1section3-3preg10-20']", "xpath:attributes"],
  4996. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  4997. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  4998. ],
  4999. "value": ""
  5000. }, {
  5001. "id": "8f783924-06be-4194-9722-9c635af831c1",
  5002. "comment": "",
  5003. "command": "click",
  5004. "target": "css=.content-wrapper > .content",
  5005. "targets": [
  5006. ["css=.content-wrapper > .content", "css:finder"],
  5007. ["xpath=//section[2]", "xpath:position"]
  5008. ],
  5009. "value": ""
  5010. }, {
  5011. "id": "03330b9d-7996-44a0-8417-655c42ad665b",
  5012. "comment": "",
  5013. "command": "type",
  5014. "target": "id=ex14card1section3-3preg10-20",
  5015. "targets": [
  5016. ["id=ex14card1section3-3preg10-20", "id"],
  5017. ["name=ex14card1section3-3preg10-20", "name"],
  5018. ["css=#ex14card1section3-3preg10-20", "css:finder"],
  5019. ["xpath=//input[@id='ex14card1section3-3preg10-20']", "xpath:attributes"],
  5020. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  5021. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  5022. ],
  5023. "value": "14 c1 s3-3 2"
  5024. }, {
  5025. "id": "08248ffa-7209-420a-92ee-e55c1d09a7be",
  5026. "comment": "",
  5027. "command": "click",
  5028. "target": "id=ex14card1section3-3preg10-30",
  5029. "targets": [
  5030. ["id=ex14card1section3-3preg10-30", "id"],
  5031. ["name=ex14card1section3-3preg10-30", "name"],
  5032. ["css=#ex14card1section3-3preg10-30", "css:finder"],
  5033. ["xpath=//textarea[@id='ex14card1section3-3preg10-30']", "xpath:attributes"],
  5034. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  5035. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  5036. ],
  5037. "value": ""
  5038. }, {
  5039. "id": "e2a2c6ca-42ff-4da9-9d0e-5b34dd59b2cd",
  5040. "comment": "",
  5041. "command": "type",
  5042. "target": "id=ex14card1section3-3preg10-30",
  5043. "targets": [
  5044. ["id=ex14card1section3-3preg10-30", "id"],
  5045. ["name=ex14card1section3-3preg10-30", "name"],
  5046. ["css=#ex14card1section3-3preg10-30", "css:finder"],
  5047. ["xpath=//textarea[@id='ex14card1section3-3preg10-30']", "xpath:attributes"],
  5048. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  5049. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  5050. ],
  5051. "value": "14 c1 s3-3 3"
  5052. }, {
  5053. "id": "ca7c80cc-65a1-45df-9c26-8e5af42e605c",
  5054. "comment": "",
  5055. "command": "click",
  5056. "target": "id=ex14card1section3-3preg20-20",
  5057. "targets": [
  5058. ["id=ex14card1section3-3preg20-20", "id"],
  5059. ["name=ex14card1section3-3preg20-20", "name"],
  5060. ["css=#ex14card1section3-3preg20-20", "css:finder"],
  5061. ["xpath=//input[@id='ex14card1section3-3preg20-20']", "xpath:attributes"],
  5062. ["xpath=//section[@id='wizard-p-2']/div/div[8]/div/input", "xpath:idRelative"],
  5063. ["xpath=//section[3]/div/div[8]/div/input", "xpath:position"]
  5064. ],
  5065. "value": ""
  5066. }, {
  5067. "id": "e4aa538d-7a93-4ad2-aa89-0e9a5783a1b0",
  5068. "comment": "",
  5069. "command": "type",
  5070. "target": "id=ex14card1section3-3preg20-20",
  5071. "targets": [
  5072. ["id=ex14card1section3-3preg20-20", "id"],
  5073. ["name=ex14card1section3-3preg20-20", "name"],
  5074. ["css=#ex14card1section3-3preg20-20", "css:finder"],
  5075. ["xpath=//input[@id='ex14card1section3-3preg20-20']", "xpath:attributes"],
  5076. ["xpath=//section[@id='wizard-p-2']/div/div[8]/div/input", "xpath:idRelative"],
  5077. ["xpath=//section[3]/div/div[8]/div/input", "xpath:position"]
  5078. ],
  5079. "value": "14 c1 s3-3 4"
  5080. }, {
  5081. "id": "1e4f3df4-7c8a-4bb3-88ca-39f2599d1b46",
  5082. "comment": "",
  5083. "command": "click",
  5084. "target": "id=ex14card1section3-3preg30-20",
  5085. "targets": [
  5086. ["id=ex14card1section3-3preg30-20", "id"],
  5087. ["name=ex14card1section3-3preg30-20", "name"],
  5088. ["css=#ex14card1section3-3preg30-20", "css:finder"],
  5089. ["xpath=//input[@id='ex14card1section3-3preg30-20']", "xpath:attributes"],
  5090. ["xpath=//section[@id='wizard-p-2']/div/div[12]/div/input", "xpath:idRelative"],
  5091. ["xpath=//section[3]/div/div[12]/div/input", "xpath:position"]
  5092. ],
  5093. "value": ""
  5094. }, {
  5095. "id": "3edb3886-cc05-4e59-b043-9b4c1d6a319f",
  5096. "comment": "",
  5097. "command": "type",
  5098. "target": "id=ex14card1section3-3preg30-20",
  5099. "targets": [
  5100. ["id=ex14card1section3-3preg30-20", "id"],
  5101. ["name=ex14card1section3-3preg30-20", "name"],
  5102. ["css=#ex14card1section3-3preg30-20", "css:finder"],
  5103. ["xpath=//input[@id='ex14card1section3-3preg30-20']", "xpath:attributes"],
  5104. ["xpath=//section[@id='wizard-p-2']/div/div[12]/div/input", "xpath:idRelative"],
  5105. ["xpath=//section[3]/div/div[12]/div/input", "xpath:position"]
  5106. ],
  5107. "value": "14 c1 s3-3 5"
  5108. }, {
  5109. "id": "3c90fdfb-c3b6-4ff0-a870-ede72f9c0133",
  5110. "comment": "",
  5111. "command": "click",
  5112. "target": "id=ex14card1section3-3preg20-30",
  5113. "targets": [
  5114. ["id=ex14card1section3-3preg20-30", "id"],
  5115. ["name=ex14card1section3-3preg20-30", "name"],
  5116. ["css=#ex14card1section3-3preg20-30", "css:finder"],
  5117. ["xpath=//textarea[@id='ex14card1section3-3preg20-30']", "xpath:attributes"],
  5118. ["xpath=//section[@id='wizard-p-2']/div/div[9]/div/textarea", "xpath:idRelative"],
  5119. ["xpath=//div[9]/div/textarea", "xpath:position"]
  5120. ],
  5121. "value": ""
  5122. }, {
  5123. "id": "678da17b-a75f-44c7-80c4-974f665f7160",
  5124. "comment": "",
  5125. "command": "type",
  5126. "target": "id=ex14card1section3-3preg20-30",
  5127. "targets": [
  5128. ["id=ex14card1section3-3preg20-30", "id"],
  5129. ["name=ex14card1section3-3preg20-30", "name"],
  5130. ["css=#ex14card1section3-3preg20-30", "css:finder"],
  5131. ["xpath=//textarea[@id='ex14card1section3-3preg20-30']", "xpath:attributes"],
  5132. ["xpath=//section[@id='wizard-p-2']/div/div[9]/div/textarea", "xpath:idRelative"],
  5133. ["xpath=//div[9]/div/textarea", "xpath:position"]
  5134. ],
  5135. "value": "14 c1 s3-3 5"
  5136. }, {
  5137. "id": "065caf9e-1b7b-47f4-98f9-dba07bf26e04",
  5138. "comment": "",
  5139. "command": "click",
  5140. "target": "id=ex14card1section3-3preg30-20",
  5141. "targets": [
  5142. ["id=ex14card1section3-3preg30-20", "id"],
  5143. ["name=ex14card1section3-3preg30-20", "name"],
  5144. ["css=#ex14card1section3-3preg30-20", "css:finder"],
  5145. ["xpath=//input[@id='ex14card1section3-3preg30-20']", "xpath:attributes"],
  5146. ["xpath=//section[@id='wizard-p-2']/div/div[12]/div/input", "xpath:idRelative"],
  5147. ["xpath=//section[3]/div/div[12]/div/input", "xpath:position"]
  5148. ],
  5149. "value": ""
  5150. }, {
  5151. "id": "e41c0e7e-1d90-4c28-9620-6e7465f6b4e0",
  5152. "comment": "",
  5153. "command": "type",
  5154. "target": "id=ex14card1section3-3preg30-20",
  5155. "targets": [
  5156. ["id=ex14card1section3-3preg30-20", "id"],
  5157. ["name=ex14card1section3-3preg30-20", "name"],
  5158. ["css=#ex14card1section3-3preg30-20", "css:finder"],
  5159. ["xpath=//input[@id='ex14card1section3-3preg30-20']", "xpath:attributes"],
  5160. ["xpath=//section[@id='wizard-p-2']/div/div[12]/div/input", "xpath:idRelative"],
  5161. ["xpath=//section[3]/div/div[12]/div/input", "xpath:position"]
  5162. ],
  5163. "value": "14 c1 s3-3 6"
  5164. }, {
  5165. "id": "9b358ca2-8afd-4e5f-b74d-e1429c33cef2",
  5166. "comment": "",
  5167. "command": "click",
  5168. "target": "id=ex14card1section3-3preg30-30",
  5169. "targets": [
  5170. ["id=ex14card1section3-3preg30-30", "id"],
  5171. ["name=ex14card1section3-3preg30-30", "name"],
  5172. ["css=#ex14card1section3-3preg30-30", "css:finder"],
  5173. ["xpath=//textarea[@id='ex14card1section3-3preg30-30']", "xpath:attributes"],
  5174. ["xpath=//section[@id='wizard-p-2']/div/div[13]/div/textarea", "xpath:idRelative"],
  5175. ["xpath=//div[13]/div/textarea", "xpath:position"]
  5176. ],
  5177. "value": ""
  5178. }, {
  5179. "id": "be218cee-ed4b-4194-a337-83542a2e4740",
  5180. "comment": "",
  5181. "command": "type",
  5182. "target": "id=ex14card1section3-3preg30-30",
  5183. "targets": [
  5184. ["id=ex14card1section3-3preg30-30", "id"],
  5185. ["name=ex14card1section3-3preg30-30", "name"],
  5186. ["css=#ex14card1section3-3preg30-30", "css:finder"],
  5187. ["xpath=//textarea[@id='ex14card1section3-3preg30-30']", "xpath:attributes"],
  5188. ["xpath=//section[@id='wizard-p-2']/div/div[13]/div/textarea", "xpath:idRelative"],
  5189. ["xpath=//div[13]/div/textarea", "xpath:position"]
  5190. ],
  5191. "value": "14 c1 s3-3 7"
  5192. }, {
  5193. "id": "fd12c024-a21c-4baa-b562-68c2ca597df9",
  5194. "comment": "",
  5195. "command": "click",
  5196. "target": "css=#wizard-p-2 > .inner",
  5197. "targets": [
  5198. ["css=#wizard-p-2 > .inner", "css:finder"],
  5199. ["xpath=//section[@id='wizard-p-2']/div", "xpath:idRelative"],
  5200. ["xpath=//section[3]/div", "xpath:position"]
  5201. ],
  5202. "value": ""
  5203. }, {
  5204. "id": "66c1fe70-0be4-4d99-ba31-3dd7c37ca984",
  5205. "comment": "",
  5206. "command": "click",
  5207. "target": "id=ex14card1section3-3preg40-20",
  5208. "targets": [
  5209. ["id=ex14card1section3-3preg40-20", "id"],
  5210. ["name=ex14card1section3-3preg40-20", "name"],
  5211. ["css=.form-row:nth-child(16) #ex14card1section3-3preg40-20", "css:finder"],
  5212. ["xpath=//input[@id='ex14card1section3-3preg40-20']", "xpath:attributes"],
  5213. ["xpath=//section[@id='wizard-p-2']/div/div[16]/div/input", "xpath:idRelative"],
  5214. ["xpath=//section[3]/div/div[16]/div/input", "xpath:position"]
  5215. ],
  5216. "value": ""
  5217. }, {
  5218. "id": "936866b9-8b63-4fe1-8d5e-b1af773a9edf",
  5219. "comment": "",
  5220. "command": "type",
  5221. "target": "id=ex14card1section3-3preg40-20",
  5222. "targets": [
  5223. ["id=ex14card1section3-3preg40-20", "id"],
  5224. ["name=ex14card1section3-3preg40-20", "name"],
  5225. ["css=.form-row:nth-child(16) #ex14card1section3-3preg40-20", "css:finder"],
  5226. ["xpath=//input[@id='ex14card1section3-3preg40-20']", "xpath:attributes"],
  5227. ["xpath=//section[@id='wizard-p-2']/div/div[16]/div/input", "xpath:idRelative"],
  5228. ["xpath=//section[3]/div/div[16]/div/input", "xpath:position"]
  5229. ],
  5230. "value": "14 c1 s3-3 8"
  5231. }, {
  5232. "id": "44f6f3e5-1c18-4190-8b02-7237ea638530",
  5233. "comment": "",
  5234. "command": "click",
  5235. "target": "id=ex14card1section3-3preg40-30",
  5236. "targets": [
  5237. ["id=ex14card1section3-3preg40-30", "id"],
  5238. ["name=ex14card1section3-3preg40-30", "name"],
  5239. ["css=.form-row:nth-child(17) #ex14card1section3-3preg40-30", "css:finder"],
  5240. ["xpath=//textarea[@id='ex14card1section3-3preg40-30']", "xpath:attributes"],
  5241. ["xpath=//section[@id='wizard-p-2']/div/div[17]/div/textarea", "xpath:idRelative"],
  5242. ["xpath=//div[17]/div/textarea", "xpath:position"]
  5243. ],
  5244. "value": ""
  5245. }, {
  5246. "id": "dd8e8085-b0ca-4e7e-8174-92a1b63d5e3a",
  5247. "comment": "",
  5248. "command": "type",
  5249. "target": "id=ex14card1section3-3preg40-30",
  5250. "targets": [
  5251. ["id=ex14card1section3-3preg40-30", "id"],
  5252. ["name=ex14card1section3-3preg40-30", "name"],
  5253. ["css=.form-row:nth-child(17) #ex14card1section3-3preg40-30", "css:finder"],
  5254. ["xpath=//textarea[@id='ex14card1section3-3preg40-30']", "xpath:attributes"],
  5255. ["xpath=//section[@id='wizard-p-2']/div/div[17]/div/textarea", "xpath:idRelative"],
  5256. ["xpath=//div[17]/div/textarea", "xpath:position"]
  5257. ],
  5258. "value": "14 c1 s3-3 9"
  5259. }, {
  5260. "id": "81a97da7-02ba-4053-a688-9c707c31c9a8",
  5261. "comment": "",
  5262. "command": "click",
  5263. "target": "css=.form-row:nth-child(20) #ex14card1section3-3preg40-20",
  5264. "targets": [
  5265. ["css=.form-row:nth-child(20) #ex14card1section3-3preg40-20", "css:finder"],
  5266. ["xpath=(//input[@id='ex14card1section3-3preg40-20'])[2]", "xpath:attributes"],
  5267. ["xpath=//section[@id='wizard-p-2']/div/div[20]/div/input", "xpath:idRelative"],
  5268. ["xpath=//section[3]/div/div[20]/div/input", "xpath:position"]
  5269. ],
  5270. "value": ""
  5271. }, {
  5272. "id": "9a3f3c70-e752-4b44-8612-db2decf4086d",
  5273. "comment": "",
  5274. "command": "type",
  5275. "target": "css=.form-row:nth-child(20) #ex14card1section3-3preg40-20",
  5276. "targets": [
  5277. ["css=.form-row:nth-child(20) #ex14card1section3-3preg40-20", "css:finder"],
  5278. ["xpath=(//input[@id='ex14card1section3-3preg40-20'])[2]", "xpath:attributes"],
  5279. ["xpath=//section[@id='wizard-p-2']/div/div[20]/div/input", "xpath:idRelative"],
  5280. ["xpath=//section[3]/div/div[20]/div/input", "xpath:position"]
  5281. ],
  5282. "value": "14 c1 s3-3 10"
  5283. }, {
  5284. "id": "5c8773a3-5b8e-442f-b0d5-2aa872c08808",
  5285. "comment": "",
  5286. "command": "click",
  5287. "target": "css=.form-row:nth-child(21) #ex14card1section3-3preg40-30",
  5288. "targets": [
  5289. ["css=.form-row:nth-child(21) #ex14card1section3-3preg40-30", "css:finder"],
  5290. ["xpath=(//textarea[@id='ex14card1section3-3preg40-30'])[2]", "xpath:attributes"],
  5291. ["xpath=//section[@id='wizard-p-2']/div/div[21]/div/textarea", "xpath:idRelative"],
  5292. ["xpath=//div[21]/div/textarea", "xpath:position"]
  5293. ],
  5294. "value": ""
  5295. }, {
  5296. "id": "23b8c27a-d878-40c9-8af7-e8eba5173dc3",
  5297. "comment": "",
  5298. "command": "type",
  5299. "target": "css=.form-row:nth-child(21) #ex14card1section3-3preg40-30",
  5300. "targets": [
  5301. ["css=.form-row:nth-child(21) #ex14card1section3-3preg40-30", "css:finder"],
  5302. ["xpath=(//textarea[@id='ex14card1section3-3preg40-30'])[2]", "xpath:attributes"],
  5303. ["xpath=//section[@id='wizard-p-2']/div/div[21]/div/textarea", "xpath:idRelative"],
  5304. ["xpath=//div[21]/div/textarea", "xpath:position"]
  5305. ],
  5306. "value": "14 c1 s3-3 11"
  5307. }, {
  5308. "id": "e7acd25d-301c-4526-a111-f442ad65d3ed",
  5309. "comment": "",
  5310. "command": "click",
  5311. "target": "linkText=Finish",
  5312. "targets": [
  5313. ["linkText=Finish", "linkText"],
  5314. ["css=.actions li:nth-child(3) > a", "css:finder"],
  5315. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  5316. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  5317. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  5318. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  5319. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  5320. ],
  5321. "value": ""
  5322. }, {
  5323. "id": "064321d9-7540-4bcb-a558-c7a9879eb139",
  5324. "comment": "",
  5325. "command": "click",
  5326. "target": "id=ex14card2section1-3preg10",
  5327. "targets": [
  5328. ["id=ex14card2section1-3preg10", "id"],
  5329. ["name=ex14card2section1-3preg10", "name"],
  5330. ["css=#ex14card2section1-3preg10", "css:finder"],
  5331. ["xpath=//textarea[@id='ex14card2section1-3preg10']", "xpath:attributes"],
  5332. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  5333. ["xpath=//textarea", "xpath:position"]
  5334. ],
  5335. "value": ""
  5336. }, {
  5337. "id": "3f779d78-773a-465c-94e7-028cb4514e1e",
  5338. "comment": "",
  5339. "command": "click",
  5340. "target": "id=ex14card2section1-3preg10",
  5341. "targets": [
  5342. ["id=ex14card2section1-3preg10", "id"],
  5343. ["name=ex14card2section1-3preg10", "name"],
  5344. ["css=#ex14card2section1-3preg10", "css:finder"],
  5345. ["xpath=//textarea[@id='ex14card2section1-3preg10']", "xpath:attributes"],
  5346. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  5347. ["xpath=//textarea", "xpath:position"]
  5348. ],
  5349. "value": ""
  5350. }, {
  5351. "id": "8b5a9c95-333b-4c2c-b5fb-2e53c35bc889",
  5352. "comment": "",
  5353. "command": "click",
  5354. "target": "id=ex14card2section1-3preg10",
  5355. "targets": [
  5356. ["id=ex14card2section1-3preg10", "id"],
  5357. ["name=ex14card2section1-3preg10", "name"],
  5358. ["css=#ex14card2section1-3preg10", "css:finder"],
  5359. ["xpath=//textarea[@id='ex14card2section1-3preg10']", "xpath:attributes"],
  5360. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  5361. ["xpath=//textarea", "xpath:position"]
  5362. ],
  5363. "value": ""
  5364. }, {
  5365. "id": "87f509ca-0964-4e61-ba8d-6d62057080c7",
  5366. "comment": "",
  5367. "command": "click",
  5368. "target": "css=.content-wrapper > .content",
  5369. "targets": [
  5370. ["css=.content-wrapper > .content", "css:finder"],
  5371. ["xpath=//section[2]", "xpath:position"]
  5372. ],
  5373. "value": ""
  5374. }, {
  5375. "id": "0f66fc66-8cc8-4b9e-92de-a7a8f8060d1c",
  5376. "comment": "",
  5377. "command": "type",
  5378. "target": "id=ex14card2section1-3preg10",
  5379. "targets": [
  5380. ["id=ex14card2section1-3preg10", "id"],
  5381. ["name=ex14card2section1-3preg10", "name"],
  5382. ["css=#ex14card2section1-3preg10", "css:finder"],
  5383. ["xpath=//textarea[@id='ex14card2section1-3preg10']", "xpath:attributes"],
  5384. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  5385. ["xpath=//textarea", "xpath:position"]
  5386. ],
  5387. "value": "14 c2 s1-3 1"
  5388. }, {
  5389. "id": "9ef9d0b3-4213-4aca-a2e7-d524d0b0fd0f",
  5390. "comment": "",
  5391. "command": "click",
  5392. "target": "id=ex14card2section1-3preg20",
  5393. "targets": [
  5394. ["id=ex14card2section1-3preg20", "id"],
  5395. ["name=ex14card2section1-3preg20", "name"],
  5396. ["css=#ex14card2section1-3preg20", "css:finder"],
  5397. ["xpath=//textarea[@id='ex14card2section1-3preg20']", "xpath:attributes"],
  5398. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  5399. ["xpath=//div[3]/div/textarea", "xpath:position"]
  5400. ],
  5401. "value": ""
  5402. }, {
  5403. "id": "b01bc8f4-31ed-4653-a941-a1206ed3ac11",
  5404. "comment": "",
  5405. "command": "type",
  5406. "target": "id=ex14card2section1-3preg20",
  5407. "targets": [
  5408. ["id=ex14card2section1-3preg20", "id"],
  5409. ["name=ex14card2section1-3preg20", "name"],
  5410. ["css=#ex14card2section1-3preg20", "css:finder"],
  5411. ["xpath=//textarea[@id='ex14card2section1-3preg20']", "xpath:attributes"],
  5412. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  5413. ["xpath=//div[3]/div/textarea", "xpath:position"]
  5414. ],
  5415. "value": "14 c2 s1-3 2"
  5416. }, {
  5417. "id": "6571daa5-84a8-4988-8c21-a34f8f595ab7",
  5418. "comment": "",
  5419. "command": "click",
  5420. "target": "id=ex14card2section1-3preg30",
  5421. "targets": [
  5422. ["id=ex14card2section1-3preg30", "id"],
  5423. ["name=ex14card2section1-3preg30", "name"],
  5424. ["css=#ex14card2section1-3preg30", "css:finder"],
  5425. ["xpath=//textarea[@id='ex14card2section1-3preg30']", "xpath:attributes"],
  5426. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  5427. ["xpath=//div[4]/div/textarea", "xpath:position"]
  5428. ],
  5429. "value": ""
  5430. }, {
  5431. "id": "17fac60c-849c-494f-9cd1-0deee614d327",
  5432. "comment": "",
  5433. "command": "type",
  5434. "target": "id=ex14card2section1-3preg30",
  5435. "targets": [
  5436. ["id=ex14card2section1-3preg30", "id"],
  5437. ["name=ex14card2section1-3preg30", "name"],
  5438. ["css=#ex14card2section1-3preg30", "css:finder"],
  5439. ["xpath=//textarea[@id='ex14card2section1-3preg30']", "xpath:attributes"],
  5440. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  5441. ["xpath=//div[4]/div/textarea", "xpath:position"]
  5442. ],
  5443. "value": "14 c2 s1-3 3"
  5444. }, {
  5445. "id": "48d153d8-8710-4ea0-ba4a-4e943b220cc5",
  5446. "comment": "",
  5447. "command": "click",
  5448. "target": "id=ex14card2section1-3preg40",
  5449. "targets": [
  5450. ["id=ex14card2section1-3preg40", "id"],
  5451. ["name=ex14card2section1-3preg40", "name"],
  5452. ["css=#ex14card2section1-3preg40", "css:finder"],
  5453. ["xpath=//textarea[@id='ex14card2section1-3preg40']", "xpath:attributes"],
  5454. ["xpath=//section[@id='wizard-p-0']/div/div[5]/div/textarea", "xpath:idRelative"],
  5455. ["xpath=//div[5]/div/textarea", "xpath:position"]
  5456. ],
  5457. "value": ""
  5458. }, {
  5459. "id": "3e45a0bc-f4e7-4f37-afd4-1347e34258b8",
  5460. "comment": "",
  5461. "command": "type",
  5462. "target": "id=ex14card2section1-3preg40",
  5463. "targets": [
  5464. ["id=ex14card2section1-3preg40", "id"],
  5465. ["name=ex14card2section1-3preg40", "name"],
  5466. ["css=#ex14card2section1-3preg40", "css:finder"],
  5467. ["xpath=//textarea[@id='ex14card2section1-3preg40']", "xpath:attributes"],
  5468. ["xpath=//section[@id='wizard-p-0']/div/div[5]/div/textarea", "xpath:idRelative"],
  5469. ["xpath=//div[5]/div/textarea", "xpath:position"]
  5470. ],
  5471. "value": "14 c2 s1-3 4"
  5472. }, {
  5473. "id": "77bf1aef-64b2-449a-a9b6-64701cb07ed1",
  5474. "comment": "",
  5475. "command": "click",
  5476. "target": "id=ex14card2section1-3preg50",
  5477. "targets": [
  5478. ["id=ex14card2section1-3preg50", "id"],
  5479. ["name=ex14card2section1-3preg50", "name"],
  5480. ["css=#ex14card2section1-3preg50", "css:finder"],
  5481. ["xpath=//textarea[@id='ex14card2section1-3preg50']", "xpath:attributes"],
  5482. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  5483. ["xpath=//div[6]/div/textarea", "xpath:position"]
  5484. ],
  5485. "value": ""
  5486. }, {
  5487. "id": "a4ca8c5d-b328-4073-8486-c36bc1e492f0",
  5488. "comment": "",
  5489. "command": "type",
  5490. "target": "id=ex14card2section1-3preg50",
  5491. "targets": [
  5492. ["id=ex14card2section1-3preg50", "id"],
  5493. ["name=ex14card2section1-3preg50", "name"],
  5494. ["css=#ex14card2section1-3preg50", "css:finder"],
  5495. ["xpath=//textarea[@id='ex14card2section1-3preg50']", "xpath:attributes"],
  5496. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  5497. ["xpath=//div[6]/div/textarea", "xpath:position"]
  5498. ],
  5499. "value": "14 c2 s1-3 5"
  5500. }, {
  5501. "id": "c941bdc2-5155-4135-ba3c-0d6b254b6d64",
  5502. "comment": "",
  5503. "command": "click",
  5504. "target": "id=wizard-t-1",
  5505. "targets": [
  5506. ["id=wizard-t-1", "id"],
  5507. ["css=#wizard-t-1", "css:finder"],
  5508. ["xpath=//a[@id='wizard-t-1']", "xpath:attributes"],
  5509. ["xpath=//form[@id='wizard']/div/ul/li[2]/a", "xpath:idRelative"],
  5510. ["xpath=//a[contains(@href, '#wizard-h-1')]", "xpath:href"],
  5511. ["xpath=//form/div/ul/li[2]/a", "xpath:position"],
  5512. ["xpath=//a[contains(.,'Card 2/3')]", "xpath:innerText"]
  5513. ],
  5514. "value": ""
  5515. }, {
  5516. "id": "0c5d15ce-3d1e-41bd-9d9f-ff8bd163d389",
  5517. "comment": "",
  5518. "command": "click",
  5519. "target": "id=ex14card2section2-3preg10Score",
  5520. "targets": [
  5521. ["id=ex14card2section2-3preg10Score", "id"],
  5522. ["name=ex14card2section2-3preg10Score", "name"],
  5523. ["css=#ex14card2section2-3preg10Score", "css:finder"],
  5524. ["xpath=//input[@id='ex14card2section2-3preg10Score']", "xpath:attributes"],
  5525. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/input", "xpath:idRelative"],
  5526. ["xpath=//div[2]/div/input", "xpath:position"]
  5527. ],
  5528. "value": ""
  5529. }, {
  5530. "id": "97646fbb-9fff-4cbf-b477-ad141987869f",
  5531. "comment": "",
  5532. "command": "click",
  5533. "target": "css=.ex14card2section2-3preg10Score",
  5534. "targets": [
  5535. ["css=.ex14card2section2-3preg10Score", "css:finder"],
  5536. ["xpath=//section[@id='wizard-p-1']/div/div[2]", "xpath:idRelative"],
  5537. ["xpath=//div[2]/section[2]/div/div[2]", "xpath:position"]
  5538. ],
  5539. "value": ""
  5540. }, {
  5541. "id": "f172910a-74f5-45ea-acd4-4b2bead062c4",
  5542. "comment": "",
  5543. "command": "type",
  5544. "target": "id=ex14card2section2-3preg10Score",
  5545. "targets": [
  5546. ["id=ex14card2section2-3preg10Score", "id"],
  5547. ["name=ex14card2section2-3preg10Score", "name"],
  5548. ["css=#ex14card2section2-3preg10Score", "css:finder"],
  5549. ["xpath=//input[@id='ex14card2section2-3preg10Score']", "xpath:attributes"],
  5550. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/input", "xpath:idRelative"],
  5551. ["xpath=//div[2]/div/input", "xpath:position"]
  5552. ],
  5553. "value": "14 c2 s2-3 1"
  5554. }, {
  5555. "id": "1441866a-7234-4442-a775-2d9c4c3e4afb",
  5556. "comment": "",
  5557. "command": "click",
  5558. "target": "id=ex14card2section2-3preg10-10",
  5559. "targets": [
  5560. ["id=ex14card2section2-3preg10-10", "id"],
  5561. ["name=ex14card2section2-3preg10-10", "name"],
  5562. ["css=#ex14card2section2-3preg10-10", "css:finder"],
  5563. ["xpath=//input[@id='ex14card2section2-3preg10-10']", "xpath:attributes"],
  5564. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/input", "xpath:idRelative"],
  5565. ["xpath=//div[3]/div/input", "xpath:position"]
  5566. ],
  5567. "value": ""
  5568. }, {
  5569. "id": "cbc35484-564e-4153-bd38-bd51b7754a74",
  5570. "comment": "",
  5571. "command": "type",
  5572. "target": "id=ex14card2section2-3preg10-10",
  5573. "targets": [
  5574. ["id=ex14card2section2-3preg10-10", "id"],
  5575. ["name=ex14card2section2-3preg10-10", "name"],
  5576. ["css=#ex14card2section2-3preg10-10", "css:finder"],
  5577. ["xpath=//input[@id='ex14card2section2-3preg10-10']", "xpath:attributes"],
  5578. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/input", "xpath:idRelative"],
  5579. ["xpath=//div[3]/div/input", "xpath:position"]
  5580. ],
  5581. "value": "14 c2 s2-3 2"
  5582. }, {
  5583. "id": "4a9c81c8-bce9-4fe4-9b77-43c7d6514cf5",
  5584. "comment": "",
  5585. "command": "click",
  5586. "target": "id=ex14card2section2-3preg10-20",
  5587. "targets": [
  5588. ["id=ex14card2section2-3preg10-20", "id"],
  5589. ["name=ex14card2section2-3preg10-20", "name"],
  5590. ["css=#ex14card2section2-3preg10-20", "css:finder"],
  5591. ["xpath=//input[@id='ex14card2section2-3preg10-20']", "xpath:attributes"],
  5592. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/input", "xpath:idRelative"],
  5593. ["xpath=//div[4]/div/input", "xpath:position"]
  5594. ],
  5595. "value": ""
  5596. }, {
  5597. "id": "b8494b5c-2170-4a06-b968-eeecd47fb239",
  5598. "comment": "",
  5599. "command": "type",
  5600. "target": "id=ex14card2section2-3preg10-20",
  5601. "targets": [
  5602. ["id=ex14card2section2-3preg10-20", "id"],
  5603. ["name=ex14card2section2-3preg10-20", "name"],
  5604. ["css=#ex14card2section2-3preg10-20", "css:finder"],
  5605. ["xpath=//input[@id='ex14card2section2-3preg10-20']", "xpath:attributes"],
  5606. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/input", "xpath:idRelative"],
  5607. ["xpath=//div[4]/div/input", "xpath:position"]
  5608. ],
  5609. "value": "14 c2 s2-3 3"
  5610. }, {
  5611. "id": "a302fccf-102a-4f3e-80bf-c374648a9819",
  5612. "comment": "",
  5613. "command": "click",
  5614. "target": "id=ex14card2section2-3preg10-30",
  5615. "targets": [
  5616. ["id=ex14card2section2-3preg10-30", "id"],
  5617. ["name=ex14card2section2-3preg10-30", "name"],
  5618. ["css=#ex14card2section2-3preg10-30", "css:finder"],
  5619. ["xpath=//input[@id='ex14card2section2-3preg10-30']", "xpath:attributes"],
  5620. ["xpath=//section[@id='wizard-p-1']/div/div[5]/div/input", "xpath:idRelative"],
  5621. ["xpath=//div[5]/div/input", "xpath:position"]
  5622. ],
  5623. "value": ""
  5624. }, {
  5625. "id": "48e24b02-da6e-4a9e-a972-71693b081e25",
  5626. "comment": "",
  5627. "command": "type",
  5628. "target": "id=ex14card2section2-3preg10-30",
  5629. "targets": [
  5630. ["id=ex14card2section2-3preg10-30", "id"],
  5631. ["name=ex14card2section2-3preg10-30", "name"],
  5632. ["css=#ex14card2section2-3preg10-30", "css:finder"],
  5633. ["xpath=//input[@id='ex14card2section2-3preg10-30']", "xpath:attributes"],
  5634. ["xpath=//section[@id='wizard-p-1']/div/div[5]/div/input", "xpath:idRelative"],
  5635. ["xpath=//div[5]/div/input", "xpath:position"]
  5636. ],
  5637. "value": "14 c2 s2-3 4"
  5638. }, {
  5639. "id": "48c41868-14f4-4681-b662-b202dd2ee60a",
  5640. "comment": "",
  5641. "command": "click",
  5642. "target": "css=#wizard-p-1 > .inner",
  5643. "targets": [
  5644. ["css=#wizard-p-1 > .inner", "css:finder"],
  5645. ["xpath=//section[@id='wizard-p-1']/div", "xpath:idRelative"],
  5646. ["xpath=//div[2]/section[2]/div", "xpath:position"]
  5647. ],
  5648. "value": ""
  5649. }, {
  5650. "id": "c279bc3a-c840-41cd-950c-80ee4b040d04",
  5651. "comment": "",
  5652. "command": "click",
  5653. "target": "id=ex14card2section2-3preg20Score",
  5654. "targets": [
  5655. ["id=ex14card2section2-3preg20Score", "id"],
  5656. ["name=ex14card2section2-3preg20Score", "name"],
  5657. ["css=#ex14card2section2-3preg20Score", "css:finder"],
  5658. ["xpath=//input[@id='ex14card2section2-3preg20Score']", "xpath:attributes"],
  5659. ["xpath=//section[@id='wizard-p-1']/div/div[6]/div/input", "xpath:idRelative"],
  5660. ["xpath=//div[6]/div/input", "xpath:position"]
  5661. ],
  5662. "value": ""
  5663. }, {
  5664. "id": "498c8cf0-d6bd-44bd-8fe2-04676ef30aeb",
  5665. "comment": "",
  5666. "command": "type",
  5667. "target": "id=ex14card2section2-3preg20Score",
  5668. "targets": [
  5669. ["id=ex14card2section2-3preg20Score", "id"],
  5670. ["name=ex14card2section2-3preg20Score", "name"],
  5671. ["css=#ex14card2section2-3preg20Score", "css:finder"],
  5672. ["xpath=//input[@id='ex14card2section2-3preg20Score']", "xpath:attributes"],
  5673. ["xpath=//section[@id='wizard-p-1']/div/div[6]/div/input", "xpath:idRelative"],
  5674. ["xpath=//div[6]/div/input", "xpath:position"]
  5675. ],
  5676. "value": "14 c2 s2-3 5"
  5677. }, {
  5678. "id": "f6f902b1-2e60-4bbb-ba5e-dd09d7e8d6c5",
  5679. "comment": "",
  5680. "command": "click",
  5681. "target": "id=ex14card2section2-3preg20-10",
  5682. "targets": [
  5683. ["id=ex14card2section2-3preg20-10", "id"],
  5684. ["name=ex14card2section2-3preg20-10", "name"],
  5685. ["css=#ex14card2section2-3preg20-10", "css:finder"],
  5686. ["xpath=//input[@id='ex14card2section2-3preg20-10']", "xpath:attributes"],
  5687. ["xpath=//section[@id='wizard-p-1']/div/div[7]/div/input", "xpath:idRelative"],
  5688. ["xpath=//div[7]/div/input", "xpath:position"]
  5689. ],
  5690. "value": ""
  5691. }, {
  5692. "id": "ee5bd17b-bd82-4602-980f-8ecb99ff9f83",
  5693. "comment": "",
  5694. "command": "type",
  5695. "target": "id=ex14card2section2-3preg20-10",
  5696. "targets": [
  5697. ["id=ex14card2section2-3preg20-10", "id"],
  5698. ["name=ex14card2section2-3preg20-10", "name"],
  5699. ["css=#ex14card2section2-3preg20-10", "css:finder"],
  5700. ["xpath=//input[@id='ex14card2section2-3preg20-10']", "xpath:attributes"],
  5701. ["xpath=//section[@id='wizard-p-1']/div/div[7]/div/input", "xpath:idRelative"],
  5702. ["xpath=//div[7]/div/input", "xpath:position"]
  5703. ],
  5704. "value": "14 c2 s2-3 6"
  5705. }, {
  5706. "id": "fa329816-ed97-4cad-ae83-7f8bf5e831f1",
  5707. "comment": "",
  5708. "command": "click",
  5709. "target": "id=ex14card2section2-3preg20-20",
  5710. "targets": [
  5711. ["id=ex14card2section2-3preg20-20", "id"],
  5712. ["name=ex14card2section2-3preg20-20", "name"],
  5713. ["css=#ex14card2section2-3preg20-20", "css:finder"],
  5714. ["xpath=//input[@id='ex14card2section2-3preg20-20']", "xpath:attributes"],
  5715. ["xpath=//section[@id='wizard-p-1']/div/div[8]/div/input", "xpath:idRelative"],
  5716. ["xpath=//div[8]/div/input", "xpath:position"]
  5717. ],
  5718. "value": ""
  5719. }, {
  5720. "id": "36b17077-a90e-4535-8db7-013634a88a94",
  5721. "comment": "",
  5722. "command": "type",
  5723. "target": "id=ex14card2section2-3preg20-20",
  5724. "targets": [
  5725. ["id=ex14card2section2-3preg20-20", "id"],
  5726. ["name=ex14card2section2-3preg20-20", "name"],
  5727. ["css=#ex14card2section2-3preg20-20", "css:finder"],
  5728. ["xpath=//input[@id='ex14card2section2-3preg20-20']", "xpath:attributes"],
  5729. ["xpath=//section[@id='wizard-p-1']/div/div[8]/div/input", "xpath:idRelative"],
  5730. ["xpath=//div[8]/div/input", "xpath:position"]
  5731. ],
  5732. "value": "14 c2 s2-3 6"
  5733. }, {
  5734. "id": "b8958b4d-a57a-42ef-b790-42b2ddb9b0f8",
  5735. "comment": "",
  5736. "command": "click",
  5737. "target": "id=ex14card2section2-3preg20-30",
  5738. "targets": [
  5739. ["id=ex14card2section2-3preg20-30", "id"],
  5740. ["name=ex14card2section2-3preg20-30", "name"],
  5741. ["css=#ex14card2section2-3preg20-30", "css:finder"],
  5742. ["xpath=//input[@id='ex14card2section2-3preg20-30']", "xpath:attributes"],
  5743. ["xpath=//section[@id='wizard-p-1']/div/div[9]/div/input", "xpath:idRelative"],
  5744. ["xpath=//div[9]/div/input", "xpath:position"]
  5745. ],
  5746. "value": ""
  5747. }, {
  5748. "id": "964b96dc-0b4f-4fa3-837c-edb196af4fb8",
  5749. "comment": "",
  5750. "command": "type",
  5751. "target": "id=ex14card2section2-3preg20-30",
  5752. "targets": [
  5753. ["id=ex14card2section2-3preg20-30", "id"],
  5754. ["name=ex14card2section2-3preg20-30", "name"],
  5755. ["css=#ex14card2section2-3preg20-30", "css:finder"],
  5756. ["xpath=//input[@id='ex14card2section2-3preg20-30']", "xpath:attributes"],
  5757. ["xpath=//section[@id='wizard-p-1']/div/div[9]/div/input", "xpath:idRelative"],
  5758. ["xpath=//div[9]/div/input", "xpath:position"]
  5759. ],
  5760. "value": "14 c2 s2-3 7"
  5761. }, {
  5762. "id": "51fc2128-2cf2-450b-a00e-60a0edab481b",
  5763. "comment": "",
  5764. "command": "click",
  5765. "target": "id=ex14card2section2-3preg30Score",
  5766. "targets": [
  5767. ["id=ex14card2section2-3preg30Score", "id"],
  5768. ["name=ex14card2section2-3preg30Score", "name"],
  5769. ["css=#ex14card2section2-3preg30Score", "css:finder"],
  5770. ["xpath=//input[@id='ex14card2section2-3preg30Score']", "xpath:attributes"],
  5771. ["xpath=//section[@id='wizard-p-1']/div/div[10]/div/input", "xpath:idRelative"],
  5772. ["xpath=//div[10]/div/input", "xpath:position"]
  5773. ],
  5774. "value": ""
  5775. }, {
  5776. "id": "39dad14e-9a80-48ff-9633-5f380ecd9130",
  5777. "comment": "",
  5778. "command": "type",
  5779. "target": "id=ex14card2section2-3preg30Score",
  5780. "targets": [
  5781. ["id=ex14card2section2-3preg30Score", "id"],
  5782. ["name=ex14card2section2-3preg30Score", "name"],
  5783. ["css=#ex14card2section2-3preg30Score", "css:finder"],
  5784. ["xpath=//input[@id='ex14card2section2-3preg30Score']", "xpath:attributes"],
  5785. ["xpath=//section[@id='wizard-p-1']/div/div[10]/div/input", "xpath:idRelative"],
  5786. ["xpath=//div[10]/div/input", "xpath:position"]
  5787. ],
  5788. "value": "14 c2 s2-3 8"
  5789. }, {
  5790. "id": "d8f4feae-c74f-4834-a436-6c109ec4cc76",
  5791. "comment": "",
  5792. "command": "click",
  5793. "target": "id=ex14card2section2-3preg30-10",
  5794. "targets": [
  5795. ["id=ex14card2section2-3preg30-10", "id"],
  5796. ["name=ex14card2section2-3preg30-10", "name"],
  5797. ["css=#ex14card2section2-3preg30-10", "css:finder"],
  5798. ["xpath=//input[@id='ex14card2section2-3preg30-10']", "xpath:attributes"],
  5799. ["xpath=//section[@id='wizard-p-1']/div/div[11]/div/input", "xpath:idRelative"],
  5800. ["xpath=//div[11]/div/input", "xpath:position"]
  5801. ],
  5802. "value": ""
  5803. }, {
  5804. "id": "a49d9487-8263-43b5-a654-6ab0cff65f94",
  5805. "comment": "",
  5806. "command": "type",
  5807. "target": "id=ex14card2section2-3preg30-10",
  5808. "targets": [
  5809. ["id=ex14card2section2-3preg30-10", "id"],
  5810. ["name=ex14card2section2-3preg30-10", "name"],
  5811. ["css=#ex14card2section2-3preg30-10", "css:finder"],
  5812. ["xpath=//input[@id='ex14card2section2-3preg30-10']", "xpath:attributes"],
  5813. ["xpath=//section[@id='wizard-p-1']/div/div[11]/div/input", "xpath:idRelative"],
  5814. ["xpath=//div[11]/div/input", "xpath:position"]
  5815. ],
  5816. "value": "14 c2 s2-3 9"
  5817. }, {
  5818. "id": "a10db8fe-f967-43b7-9231-d712d916f57e",
  5819. "comment": "",
  5820. "command": "type",
  5821. "target": "id=ex14card2section2-3preg30-20",
  5822. "targets": [
  5823. ["id=ex14card2section2-3preg30-20", "id"],
  5824. ["name=ex14card2section2-3preg30-20", "name"],
  5825. ["css=#ex14card2section2-3preg30-20", "css:finder"],
  5826. ["xpath=//input[@id='ex14card2section2-3preg30-20']", "xpath:attributes"],
  5827. ["xpath=//section[@id='wizard-p-1']/div/div[12]/div/input", "xpath:idRelative"],
  5828. ["xpath=//div[12]/div/input", "xpath:position"]
  5829. ],
  5830. "value": "14 c2 s2-3 10"
  5831. }, {
  5832. "id": "bd159775-e774-42e8-aaa9-b2c5323d6f5f",
  5833. "comment": "",
  5834. "command": "type",
  5835. "target": "id=ex14card2section2-3preg30-30",
  5836. "targets": [
  5837. ["id=ex14card2section2-3preg30-30", "id"],
  5838. ["name=ex14card2section2-3preg30-30", "name"],
  5839. ["css=#ex14card2section2-3preg30-30", "css:finder"],
  5840. ["xpath=//input[@id='ex14card2section2-3preg30-30']", "xpath:attributes"],
  5841. ["xpath=//section[@id='wizard-p-1']/div/div[13]/div/input", "xpath:idRelative"],
  5842. ["xpath=//div[13]/div/input", "xpath:position"]
  5843. ],
  5844. "value": "14 c2 s2-3 11"
  5845. }, {
  5846. "id": "165f4072-a6a7-4ac8-be9d-bffb55403cf5",
  5847. "comment": "",
  5848. "command": "type",
  5849. "target": "id=ex14card2section2-3preg40Score",
  5850. "targets": [
  5851. ["id=ex14card2section2-3preg40Score", "id"],
  5852. ["name=ex14card2section2-3preg40Score", "name"],
  5853. ["css=#ex14card2section2-3preg40Score", "css:finder"],
  5854. ["xpath=//input[@id='ex14card2section2-3preg40Score']", "xpath:attributes"],
  5855. ["xpath=//section[@id='wizard-p-1']/div/div[14]/div/input", "xpath:idRelative"],
  5856. ["xpath=//div[14]/div/input", "xpath:position"]
  5857. ],
  5858. "value": "14 c2 s2-3 12"
  5859. }, {
  5860. "id": "b0c5d302-f00c-4ee4-b426-9ce0b71660d4",
  5861. "comment": "",
  5862. "command": "type",
  5863. "target": "id=ex14card2section2-3preg40-10",
  5864. "targets": [
  5865. ["id=ex14card2section2-3preg40-10", "id"],
  5866. ["name=ex14card2section2-3preg40-10", "name"],
  5867. ["css=#ex14card2section2-3preg40-10", "css:finder"],
  5868. ["xpath=//input[@id='ex14card2section2-3preg40-10']", "xpath:attributes"],
  5869. ["xpath=//section[@id='wizard-p-1']/div/div[15]/div/input", "xpath:idRelative"],
  5870. ["xpath=//div[15]/div/input", "xpath:position"]
  5871. ],
  5872. "value": "14 c2 s2-3 13"
  5873. }, {
  5874. "id": "c4ff32cd-ee3b-4434-b900-9cb97110d9a9",
  5875. "comment": "",
  5876. "command": "type",
  5877. "target": "id=ex14card2section2-3preg40-20",
  5878. "targets": [
  5879. ["id=ex14card2section2-3preg40-20", "id"],
  5880. ["name=ex14card2section2-3preg40-20", "name"],
  5881. ["css=#ex14card2section2-3preg40-20", "css:finder"],
  5882. ["xpath=//input[@id='ex14card2section2-3preg40-20']", "xpath:attributes"],
  5883. ["xpath=//section[@id='wizard-p-1']/div/div[16]/div/input", "xpath:idRelative"],
  5884. ["xpath=//div[16]/div/input", "xpath:position"]
  5885. ],
  5886. "value": "14 c2 s2-3 14"
  5887. }, {
  5888. "id": "3563a580-ba02-4cd6-88b9-d184ff9c7b01",
  5889. "comment": "",
  5890. "command": "type",
  5891. "target": "id=ex14card2section2-3preg40-30",
  5892. "targets": [
  5893. ["id=ex14card2section2-3preg40-30", "id"],
  5894. ["name=ex14card2section2-3preg40-30", "name"],
  5895. ["css=#ex14card2section2-3preg40-30", "css:finder"],
  5896. ["xpath=//input[@id='ex14card2section2-3preg40-30']", "xpath:attributes"],
  5897. ["xpath=//section[@id='wizard-p-1']/div/div[17]/div/input", "xpath:idRelative"],
  5898. ["xpath=//div[17]/div/input", "xpath:position"]
  5899. ],
  5900. "value": "14 c2 s2-3 15"
  5901. }, {
  5902. "id": "eef5f8d0-e830-492f-8761-ae279bc5dc9d",
  5903. "comment": "",
  5904. "command": "type",
  5905. "target": "id=ex14card2section2-3preg50Score",
  5906. "targets": [
  5907. ["id=ex14card2section2-3preg50Score", "id"],
  5908. ["name=ex14card2section2-3preg50Score", "name"],
  5909. ["css=#ex14card2section2-3preg50Score", "css:finder"],
  5910. ["xpath=//input[@id='ex14card2section2-3preg50Score']", "xpath:attributes"],
  5911. ["xpath=//section[@id='wizard-p-1']/div/div[18]/div/input", "xpath:idRelative"],
  5912. ["xpath=//div[18]/div/input", "xpath:position"]
  5913. ],
  5914. "value": "14 c2 s2-3 16"
  5915. }, {
  5916. "id": "fdca83fd-d365-45b7-a39f-09ce327ec14a",
  5917. "comment": "",
  5918. "command": "type",
  5919. "target": "id=ex14card2section2-3preg50-10",
  5920. "targets": [
  5921. ["id=ex14card2section2-3preg50-10", "id"],
  5922. ["name=ex14card2section2-3preg50-10", "name"],
  5923. ["css=#ex14card2section2-3preg50-10", "css:finder"],
  5924. ["xpath=//input[@id='ex14card2section2-3preg50-10']", "xpath:attributes"],
  5925. ["xpath=//section[@id='wizard-p-1']/div/div[19]/div/input", "xpath:idRelative"],
  5926. ["xpath=//div[19]/div/input", "xpath:position"]
  5927. ],
  5928. "value": "14 c2 s2-3 17"
  5929. }, {
  5930. "id": "a48a2ccc-4c1b-4070-b27a-85a7c3f6292e",
  5931. "comment": "",
  5932. "command": "type",
  5933. "target": "id=ex14card2section2-3preg50-20",
  5934. "targets": [
  5935. ["id=ex14card2section2-3preg50-20", "id"],
  5936. ["name=ex14card2section2-3preg50-20", "name"],
  5937. ["css=#ex14card2section2-3preg50-20", "css:finder"],
  5938. ["xpath=//input[@id='ex14card2section2-3preg50-20']", "xpath:attributes"],
  5939. ["xpath=//section[@id='wizard-p-1']/div/div[20]/div/input", "xpath:idRelative"],
  5940. ["xpath=//div[20]/div/input", "xpath:position"]
  5941. ],
  5942. "value": "14 c2 s2-3 18"
  5943. }, {
  5944. "id": "197d7d42-0ca7-479b-b1fc-c9b8422be568",
  5945. "comment": "",
  5946. "command": "type",
  5947. "target": "id=ex14card2section2-3preg50-30",
  5948. "targets": [
  5949. ["id=ex14card2section2-3preg50-30", "id"],
  5950. ["name=ex14card2section2-3preg50-30", "name"],
  5951. ["css=#ex14card2section2-3preg50-30", "css:finder"],
  5952. ["xpath=//input[@id='ex14card2section2-3preg50-30']", "xpath:attributes"],
  5953. ["xpath=//section[@id='wizard-p-1']/div/div[21]/div/input", "xpath:idRelative"],
  5954. ["xpath=//div[21]/div/input", "xpath:position"]
  5955. ],
  5956. "value": "14 c2 s2-3 19"
  5957. }, {
  5958. "id": "75afbfb1-3822-4fe2-bab7-9955bf4cb6f1",
  5959. "comment": "",
  5960. "command": "click",
  5961. "target": "linkText=Next",
  5962. "targets": [
  5963. ["linkText=Next", "linkText"],
  5964. ["css=.actions li:nth-child(2) > a", "css:finder"],
  5965. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  5966. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  5967. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  5968. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  5969. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  5970. ],
  5971. "value": ""
  5972. }, {
  5973. "id": "0cd24014-ee49-4f14-93d8-e7de60241ca9",
  5974. "comment": "",
  5975. "command": "click",
  5976. "target": "id=ex14card2section3-3preg10-20",
  5977. "targets": [
  5978. ["id=ex14card2section3-3preg10-20", "id"],
  5979. ["name=ex14card2section3-3preg10-20", "name"],
  5980. ["css=#ex14card2section3-3preg10-20", "css:finder"],
  5981. ["xpath=//input[@id='ex14card2section3-3preg10-20']", "xpath:attributes"],
  5982. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  5983. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  5984. ],
  5985. "value": ""
  5986. }, {
  5987. "id": "5048dbe1-cb34-4620-9111-e36ff0b1c34d",
  5988. "comment": "",
  5989. "command": "click",
  5990. "target": "id=ex14card2section3-3preg10-20",
  5991. "targets": [
  5992. ["id=ex14card2section3-3preg10-20", "id"],
  5993. ["name=ex14card2section3-3preg10-20", "name"],
  5994. ["css=#ex14card2section3-3preg10-20", "css:finder"],
  5995. ["xpath=//input[@id='ex14card2section3-3preg10-20']", "xpath:attributes"],
  5996. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  5997. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  5998. ],
  5999. "value": ""
  6000. }, {
  6001. "id": "934fe3ec-35f5-4546-aa06-f067961bdd1f",
  6002. "comment": "",
  6003. "command": "click",
  6004. "target": "css=.content-wrapper > .content",
  6005. "targets": [
  6006. ["css=.content-wrapper > .content", "css:finder"],
  6007. ["xpath=//section[2]", "xpath:position"]
  6008. ],
  6009. "value": ""
  6010. }, {
  6011. "id": "0e2b141c-82b6-4b5a-8b01-c119cd648158",
  6012. "comment": "",
  6013. "command": "type",
  6014. "target": "id=ex14card2section3-3preg10-20",
  6015. "targets": [
  6016. ["id=ex14card2section3-3preg10-20", "id"],
  6017. ["name=ex14card2section3-3preg10-20", "name"],
  6018. ["css=#ex14card2section3-3preg10-20", "css:finder"],
  6019. ["xpath=//input[@id='ex14card2section3-3preg10-20']", "xpath:attributes"],
  6020. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  6021. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  6022. ],
  6023. "value": "14 c2 s3-3 1"
  6024. }, {
  6025. "id": "5d20b06b-bcae-49d6-ac13-a020482e7e5f",
  6026. "comment": "",
  6027. "command": "click",
  6028. "target": "id=ex14card2section3-3preg10-30",
  6029. "targets": [
  6030. ["id=ex14card2section3-3preg10-30", "id"],
  6031. ["name=ex14card2section3-3preg10-30", "name"],
  6032. ["css=#ex14card2section3-3preg10-30", "css:finder"],
  6033. ["xpath=//textarea[@id='ex14card2section3-3preg10-30']", "xpath:attributes"],
  6034. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  6035. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  6036. ],
  6037. "value": ""
  6038. }, {
  6039. "id": "4ca9ae83-2cbc-4948-86ac-7634d523aa41",
  6040. "comment": "",
  6041. "command": "type",
  6042. "target": "id=ex14card2section3-3preg10-30",
  6043. "targets": [
  6044. ["id=ex14card2section3-3preg10-30", "id"],
  6045. ["name=ex14card2section3-3preg10-30", "name"],
  6046. ["css=#ex14card2section3-3preg10-30", "css:finder"],
  6047. ["xpath=//textarea[@id='ex14card2section3-3preg10-30']", "xpath:attributes"],
  6048. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  6049. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  6050. ],
  6051. "value": "14 c2 s3-3 2"
  6052. }, {
  6053. "id": "9226be7c-96d0-4ef7-8074-99f7a7c40eae",
  6054. "comment": "",
  6055. "command": "click",
  6056. "target": "id=ex14card2section3-3preg20-20",
  6057. "targets": [
  6058. ["id=ex14card2section3-3preg20-20", "id"],
  6059. ["name=ex14card2section3-3preg20-20", "name"],
  6060. ["css=#ex14card2section3-3preg20-20", "css:finder"],
  6061. ["xpath=//input[@id='ex14card2section3-3preg20-20']", "xpath:attributes"],
  6062. ["xpath=//section[@id='wizard-p-2']/div/div[8]/div/input", "xpath:idRelative"],
  6063. ["xpath=//section[3]/div/div[8]/div/input", "xpath:position"]
  6064. ],
  6065. "value": ""
  6066. }, {
  6067. "id": "48ebc609-84f9-47bb-b2dd-d18bcf88aa78",
  6068. "comment": "",
  6069. "command": "type",
  6070. "target": "id=ex14card2section3-3preg20-20",
  6071. "targets": [
  6072. ["id=ex14card2section3-3preg20-20", "id"],
  6073. ["name=ex14card2section3-3preg20-20", "name"],
  6074. ["css=#ex14card2section3-3preg20-20", "css:finder"],
  6075. ["xpath=//input[@id='ex14card2section3-3preg20-20']", "xpath:attributes"],
  6076. ["xpath=//section[@id='wizard-p-2']/div/div[8]/div/input", "xpath:idRelative"],
  6077. ["xpath=//section[3]/div/div[8]/div/input", "xpath:position"]
  6078. ],
  6079. "value": "14 c2 s3-3 3"
  6080. }, {
  6081. "id": "e0c27657-fb6b-4743-96fb-5133cafb06f8",
  6082. "comment": "",
  6083. "command": "click",
  6084. "target": "id=ex14card2section3-3preg20-30",
  6085. "targets": [
  6086. ["id=ex14card2section3-3preg20-30", "id"],
  6087. ["name=ex14card2section3-3preg20-30", "name"],
  6088. ["css=#ex14card2section3-3preg20-30", "css:finder"],
  6089. ["xpath=//textarea[@id='ex14card2section3-3preg20-30']", "xpath:attributes"],
  6090. ["xpath=//section[@id='wizard-p-2']/div/div[9]/div/textarea", "xpath:idRelative"],
  6091. ["xpath=//div[9]/div/textarea", "xpath:position"]
  6092. ],
  6093. "value": ""
  6094. }, {
  6095. "id": "7b9ac65a-fe05-4338-8fad-451d7b68c5e2",
  6096. "comment": "",
  6097. "command": "type",
  6098. "target": "id=ex14card2section3-3preg20-30",
  6099. "targets": [
  6100. ["id=ex14card2section3-3preg20-30", "id"],
  6101. ["name=ex14card2section3-3preg20-30", "name"],
  6102. ["css=#ex14card2section3-3preg20-30", "css:finder"],
  6103. ["xpath=//textarea[@id='ex14card2section3-3preg20-30']", "xpath:attributes"],
  6104. ["xpath=//section[@id='wizard-p-2']/div/div[9]/div/textarea", "xpath:idRelative"],
  6105. ["xpath=//div[9]/div/textarea", "xpath:position"]
  6106. ],
  6107. "value": "14 c2 s3-3 4"
  6108. }, {
  6109. "id": "dfa67d5d-a532-428f-bab8-21bd4ec8903d",
  6110. "comment": "",
  6111. "command": "click",
  6112. "target": "id=ex14card2section3-3preg30-20",
  6113. "targets": [
  6114. ["id=ex14card2section3-3preg30-20", "id"],
  6115. ["name=ex14card2section3-3preg30-20", "name"],
  6116. ["css=#ex14card2section3-3preg30-20", "css:finder"],
  6117. ["xpath=//input[@id='ex14card2section3-3preg30-20']", "xpath:attributes"],
  6118. ["xpath=//section[@id='wizard-p-2']/div/div[12]/div/input", "xpath:idRelative"],
  6119. ["xpath=//section[3]/div/div[12]/div/input", "xpath:position"]
  6120. ],
  6121. "value": ""
  6122. }, {
  6123. "id": "f25a6696-deff-45b7-8fbe-ee562065a366",
  6124. "comment": "",
  6125. "command": "type",
  6126. "target": "id=ex14card2section3-3preg30-20",
  6127. "targets": [
  6128. ["id=ex14card2section3-3preg30-20", "id"],
  6129. ["name=ex14card2section3-3preg30-20", "name"],
  6130. ["css=#ex14card2section3-3preg30-20", "css:finder"],
  6131. ["xpath=//input[@id='ex14card2section3-3preg30-20']", "xpath:attributes"],
  6132. ["xpath=//section[@id='wizard-p-2']/div/div[12]/div/input", "xpath:idRelative"],
  6133. ["xpath=//section[3]/div/div[12]/div/input", "xpath:position"]
  6134. ],
  6135. "value": "14 c2 s3-3 5"
  6136. }, {
  6137. "id": "4496f492-8613-4774-b23f-0bf0eefee604",
  6138. "comment": "",
  6139. "command": "click",
  6140. "target": "id=ex14card2section3-3preg30-30",
  6141. "targets": [
  6142. ["id=ex14card2section3-3preg30-30", "id"],
  6143. ["name=ex14card2section3-3preg30-30", "name"],
  6144. ["css=#ex14card2section3-3preg30-30", "css:finder"],
  6145. ["xpath=//textarea[@id='ex14card2section3-3preg30-30']", "xpath:attributes"],
  6146. ["xpath=//section[@id='wizard-p-2']/div/div[13]/div/textarea", "xpath:idRelative"],
  6147. ["xpath=//div[13]/div/textarea", "xpath:position"]
  6148. ],
  6149. "value": ""
  6150. }, {
  6151. "id": "90c2d692-869a-4b91-a4f0-ec36115119aa",
  6152. "comment": "",
  6153. "command": "type",
  6154. "target": "id=ex14card2section3-3preg30-30",
  6155. "targets": [
  6156. ["id=ex14card2section3-3preg30-30", "id"],
  6157. ["name=ex14card2section3-3preg30-30", "name"],
  6158. ["css=#ex14card2section3-3preg30-30", "css:finder"],
  6159. ["xpath=//textarea[@id='ex14card2section3-3preg30-30']", "xpath:attributes"],
  6160. ["xpath=//section[@id='wizard-p-2']/div/div[13]/div/textarea", "xpath:idRelative"],
  6161. ["xpath=//div[13]/div/textarea", "xpath:position"]
  6162. ],
  6163. "value": "14 c2 s3-3 6"
  6164. }, {
  6165. "id": "cafa320f-8f71-46a7-b5dd-9582641194a9",
  6166. "comment": "",
  6167. "command": "click",
  6168. "target": "id=ex14card2section3-3preg40-20",
  6169. "targets": [
  6170. ["id=ex14card2section3-3preg40-20", "id"],
  6171. ["name=ex14card2section3-3preg40-20", "name"],
  6172. ["css=#ex14card2section3-3preg40-20", "css:finder"],
  6173. ["xpath=//input[@id='ex14card2section3-3preg40-20']", "xpath:attributes"],
  6174. ["xpath=//section[@id='wizard-p-2']/div/div[16]/div/input", "xpath:idRelative"],
  6175. ["xpath=//section[3]/div/div[16]/div/input", "xpath:position"]
  6176. ],
  6177. "value": ""
  6178. }, {
  6179. "id": "b8b2f345-597c-4e92-acb7-55d32198c0f6",
  6180. "comment": "",
  6181. "command": "type",
  6182. "target": "id=ex14card2section3-3preg40-20",
  6183. "targets": [
  6184. ["id=ex14card2section3-3preg40-20", "id"],
  6185. ["name=ex14card2section3-3preg40-20", "name"],
  6186. ["css=#ex14card2section3-3preg40-20", "css:finder"],
  6187. ["xpath=//input[@id='ex14card2section3-3preg40-20']", "xpath:attributes"],
  6188. ["xpath=//section[@id='wizard-p-2']/div/div[16]/div/input", "xpath:idRelative"],
  6189. ["xpath=//section[3]/div/div[16]/div/input", "xpath:position"]
  6190. ],
  6191. "value": "14 c2 s3-3 7"
  6192. }, {
  6193. "id": "8bd3c326-0a67-4f85-8f22-05e33737ff09",
  6194. "comment": "",
  6195. "command": "click",
  6196. "target": "id=ex14card2section3-3preg40-30",
  6197. "targets": [
  6198. ["id=ex14card2section3-3preg40-30", "id"],
  6199. ["name=ex14card2section3-3preg40-30", "name"],
  6200. ["css=#ex14card2section3-3preg40-30", "css:finder"],
  6201. ["xpath=//textarea[@id='ex14card2section3-3preg40-30']", "xpath:attributes"],
  6202. ["xpath=//section[@id='wizard-p-2']/div/div[17]/div/textarea", "xpath:idRelative"],
  6203. ["xpath=//div[17]/div/textarea", "xpath:position"]
  6204. ],
  6205. "value": ""
  6206. }, {
  6207. "id": "3ef0aff6-5b0d-4354-9fd5-1ffb47b9a051",
  6208. "comment": "",
  6209. "command": "type",
  6210. "target": "id=ex14card2section3-3preg40-30",
  6211. "targets": [
  6212. ["id=ex14card2section3-3preg40-30", "id"],
  6213. ["name=ex14card2section3-3preg40-30", "name"],
  6214. ["css=#ex14card2section3-3preg40-30", "css:finder"],
  6215. ["xpath=//textarea[@id='ex14card2section3-3preg40-30']", "xpath:attributes"],
  6216. ["xpath=//section[@id='wizard-p-2']/div/div[17]/div/textarea", "xpath:idRelative"],
  6217. ["xpath=//div[17]/div/textarea", "xpath:position"]
  6218. ],
  6219. "value": "14 c2 s3-3 8"
  6220. }, {
  6221. "id": "af0d4545-fb07-4428-9bb6-9b50b46bf17f",
  6222. "comment": "",
  6223. "command": "click",
  6224. "target": "id=ex14card2section3-3preg50-20",
  6225. "targets": [
  6226. ["id=ex14card2section3-3preg50-20", "id"],
  6227. ["name=ex14card2section3-3preg50-20", "name"],
  6228. ["css=#ex14card2section3-3preg50-20", "css:finder"],
  6229. ["xpath=//input[@id='ex14card2section3-3preg50-20']", "xpath:attributes"],
  6230. ["xpath=//section[@id='wizard-p-2']/div/div[20]/div/input", "xpath:idRelative"],
  6231. ["xpath=//section[3]/div/div[20]/div/input", "xpath:position"]
  6232. ],
  6233. "value": ""
  6234. }, {
  6235. "id": "c4e88668-3646-44cd-9eda-d6d0023aa7e7",
  6236. "comment": "",
  6237. "command": "type",
  6238. "target": "id=ex14card2section3-3preg50-20",
  6239. "targets": [
  6240. ["id=ex14card2section3-3preg50-20", "id"],
  6241. ["name=ex14card2section3-3preg50-20", "name"],
  6242. ["css=#ex14card2section3-3preg50-20", "css:finder"],
  6243. ["xpath=//input[@id='ex14card2section3-3preg50-20']", "xpath:attributes"],
  6244. ["xpath=//section[@id='wizard-p-2']/div/div[20]/div/input", "xpath:idRelative"],
  6245. ["xpath=//section[3]/div/div[20]/div/input", "xpath:position"]
  6246. ],
  6247. "value": "14 c2 s3-3 9"
  6248. }, {
  6249. "id": "9827ff58-b20a-4245-a724-4e3e103e05e1",
  6250. "comment": "",
  6251. "command": "click",
  6252. "target": "id=ex14card2section3-3preg50-30",
  6253. "targets": [
  6254. ["id=ex14card2section3-3preg50-30", "id"],
  6255. ["name=ex14card2section3-3preg50-30", "name"],
  6256. ["css=#ex14card2section3-3preg50-30", "css:finder"],
  6257. ["xpath=//textarea[@id='ex14card2section3-3preg50-30']", "xpath:attributes"],
  6258. ["xpath=//section[@id='wizard-p-2']/div/div[21]/div/textarea", "xpath:idRelative"],
  6259. ["xpath=//div[21]/div/textarea", "xpath:position"]
  6260. ],
  6261. "value": ""
  6262. }, {
  6263. "id": "95b364f0-e39e-4b2a-9377-7a06f0760881",
  6264. "comment": "",
  6265. "command": "type",
  6266. "target": "id=ex14card2section3-3preg50-30",
  6267. "targets": [
  6268. ["id=ex14card2section3-3preg50-30", "id"],
  6269. ["name=ex14card2section3-3preg50-30", "name"],
  6270. ["css=#ex14card2section3-3preg50-30", "css:finder"],
  6271. ["xpath=//textarea[@id='ex14card2section3-3preg50-30']", "xpath:attributes"],
  6272. ["xpath=//section[@id='wizard-p-2']/div/div[21]/div/textarea", "xpath:idRelative"],
  6273. ["xpath=//div[21]/div/textarea", "xpath:position"]
  6274. ],
  6275. "value": "14 c2 s3-3 10"
  6276. }, {
  6277. "id": "771ef8c3-c901-4ab2-8b33-8fd5ad9a9889",
  6278. "comment": "",
  6279. "command": "click",
  6280. "target": "linkText=Finish",
  6281. "targets": [
  6282. ["linkText=Finish", "linkText"],
  6283. ["css=.actions li:nth-child(3) > a", "css:finder"],
  6284. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  6285. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  6286. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  6287. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  6288. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  6289. ],
  6290. "value": ""
  6291. }, {
  6292. "id": "36d7afb1-861e-48d3-9d22-cc8a700c1ffb",
  6293. "comment": "",
  6294. "command": "click",
  6295. "target": "id=ex14card3section1-3preg10",
  6296. "targets": [
  6297. ["id=ex14card3section1-3preg10", "id"],
  6298. ["name=ex14card3section1-3preg10", "name"],
  6299. ["css=#ex14card3section1-3preg10", "css:finder"],
  6300. ["xpath=//textarea[@id='ex14card3section1-3preg10']", "xpath:attributes"],
  6301. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  6302. ["xpath=//textarea", "xpath:position"]
  6303. ],
  6304. "value": ""
  6305. }, {
  6306. "id": "5b2840fc-e647-4b69-a626-e460e599efaf",
  6307. "comment": "",
  6308. "command": "click",
  6309. "target": "id=ex14card3section1-3preg10",
  6310. "targets": [
  6311. ["id=ex14card3section1-3preg10", "id"],
  6312. ["name=ex14card3section1-3preg10", "name"],
  6313. ["css=#ex14card3section1-3preg10", "css:finder"],
  6314. ["xpath=//textarea[@id='ex14card3section1-3preg10']", "xpath:attributes"],
  6315. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  6316. ["xpath=//textarea", "xpath:position"]
  6317. ],
  6318. "value": ""
  6319. }, {
  6320. "id": "d1deacfb-9f49-4720-b2ed-c843a7effdd3",
  6321. "comment": "",
  6322. "command": "click",
  6323. "target": "css=.content-wrapper > .content",
  6324. "targets": [
  6325. ["css=.content-wrapper > .content", "css:finder"],
  6326. ["xpath=//section[2]", "xpath:position"]
  6327. ],
  6328. "value": ""
  6329. }, {
  6330. "id": "26b6124c-869b-4bb5-89d4-e125c80e23aa",
  6331. "comment": "",
  6332. "command": "type",
  6333. "target": "id=ex14card3section1-3preg10",
  6334. "targets": [
  6335. ["id=ex14card3section1-3preg10", "id"],
  6336. ["name=ex14card3section1-3preg10", "name"],
  6337. ["css=#ex14card3section1-3preg10", "css:finder"],
  6338. ["xpath=//textarea[@id='ex14card3section1-3preg10']", "xpath:attributes"],
  6339. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  6340. ["xpath=//textarea", "xpath:position"]
  6341. ],
  6342. "value": "14 c3 s1-3 1"
  6343. }, {
  6344. "id": "f01022ad-ed33-4309-b0af-bdbcc954a469",
  6345. "comment": "",
  6346. "command": "click",
  6347. "target": "id=ex14card3section1-3preg20",
  6348. "targets": [
  6349. ["id=ex14card3section1-3preg20", "id"],
  6350. ["name=ex14card3section1-3preg20", "name"],
  6351. ["css=#ex14card3section1-3preg20", "css:finder"],
  6352. ["xpath=//textarea[@id='ex14card3section1-3preg20']", "xpath:attributes"],
  6353. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  6354. ["xpath=//div[3]/div/textarea", "xpath:position"]
  6355. ],
  6356. "value": ""
  6357. }, {
  6358. "id": "3b3a599e-0a42-4f16-b149-27d8482191e1",
  6359. "comment": "",
  6360. "command": "type",
  6361. "target": "id=ex14card3section1-3preg20",
  6362. "targets": [
  6363. ["id=ex14card3section1-3preg20", "id"],
  6364. ["name=ex14card3section1-3preg20", "name"],
  6365. ["css=#ex14card3section1-3preg20", "css:finder"],
  6366. ["xpath=//textarea[@id='ex14card3section1-3preg20']", "xpath:attributes"],
  6367. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  6368. ["xpath=//div[3]/div/textarea", "xpath:position"]
  6369. ],
  6370. "value": "14 c3 s1-3 2"
  6371. }, {
  6372. "id": "f03d29b5-5878-4165-a821-8620e02af8b2",
  6373. "comment": "",
  6374. "command": "click",
  6375. "target": "css=.ex14card3section1-3preg30 p:nth-child(4)",
  6376. "targets": [
  6377. ["css=.ex14card3section1-3preg30 p:nth-child(4)", "css:finder"],
  6378. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/p[3]", "xpath:idRelative"],
  6379. ["xpath=//div[4]/div/p[3]", "xpath:position"],
  6380. ["xpath=//p[contains(.,'Is it your designed product easy to stack, occupying the least volume?')]", "xpath:innerText"]
  6381. ],
  6382. "value": ""
  6383. }, {
  6384. "id": "714f5ad3-ed04-4aa3-b301-19c046fde356",
  6385. "comment": "",
  6386. "command": "click",
  6387. "target": "id=ex14card3section1-3preg30",
  6388. "targets": [
  6389. ["id=ex14card3section1-3preg30", "id"],
  6390. ["name=ex14card3section1-3preg30", "name"],
  6391. ["css=#ex14card3section1-3preg30", "css:finder"],
  6392. ["xpath=//textarea[@id='ex14card3section1-3preg30']", "xpath:attributes"],
  6393. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  6394. ["xpath=//div[4]/div/textarea", "xpath:position"]
  6395. ],
  6396. "value": ""
  6397. }, {
  6398. "id": "aba3001b-3cd4-4f76-b3d1-d2166f4f9ee2",
  6399. "comment": "",
  6400. "command": "type",
  6401. "target": "id=ex14card3section1-3preg30",
  6402. "targets": [
  6403. ["id=ex14card3section1-3preg30", "id"],
  6404. ["name=ex14card3section1-3preg30", "name"],
  6405. ["css=#ex14card3section1-3preg30", "css:finder"],
  6406. ["xpath=//textarea[@id='ex14card3section1-3preg30']", "xpath:attributes"],
  6407. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  6408. ["xpath=//div[4]/div/textarea", "xpath:position"]
  6409. ],
  6410. "value": "14 c3 s1-3 3"
  6411. }, {
  6412. "id": "dc77fe47-ebbf-4110-9238-74873a3282c3",
  6413. "comment": "",
  6414. "command": "click",
  6415. "target": "id=ex14card3section1-3preg40",
  6416. "targets": [
  6417. ["id=ex14card3section1-3preg40", "id"],
  6418. ["name=ex14card3section1-3preg40", "name"],
  6419. ["css=#ex14card3section1-3preg40", "css:finder"],
  6420. ["xpath=//textarea[@id='ex14card3section1-3preg40']", "xpath:attributes"],
  6421. ["xpath=//section[@id='wizard-p-0']/div/div[5]/div/textarea", "xpath:idRelative"],
  6422. ["xpath=//div[5]/div/textarea", "xpath:position"]
  6423. ],
  6424. "value": ""
  6425. }, {
  6426. "id": "1601212a-f78a-4956-b8df-3a96e6f2e105",
  6427. "comment": "",
  6428. "command": "type",
  6429. "target": "id=ex14card3section1-3preg40",
  6430. "targets": [
  6431. ["id=ex14card3section1-3preg40", "id"],
  6432. ["name=ex14card3section1-3preg40", "name"],
  6433. ["css=#ex14card3section1-3preg40", "css:finder"],
  6434. ["xpath=//textarea[@id='ex14card3section1-3preg40']", "xpath:attributes"],
  6435. ["xpath=//section[@id='wizard-p-0']/div/div[5]/div/textarea", "xpath:idRelative"],
  6436. ["xpath=//div[5]/div/textarea", "xpath:position"]
  6437. ],
  6438. "value": "14 c3 s1-3 4"
  6439. }, {
  6440. "id": "3c967cb4-ef31-46b0-9e18-e2c4c4a5ac72",
  6441. "comment": "",
  6442. "command": "click",
  6443. "target": "id=ex14card3section1-3preg50",
  6444. "targets": [
  6445. ["id=ex14card3section1-3preg50", "id"],
  6446. ["name=ex14card3section1-3preg50", "name"],
  6447. ["css=#ex14card3section1-3preg50", "css:finder"],
  6448. ["xpath=//textarea[@id='ex14card3section1-3preg50']", "xpath:attributes"],
  6449. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  6450. ["xpath=//div[6]/div/textarea", "xpath:position"]
  6451. ],
  6452. "value": ""
  6453. }, {
  6454. "id": "f7272117-f13b-411c-bd80-e2c2c7cdc233",
  6455. "comment": "",
  6456. "command": "click",
  6457. "target": "css=.content-wrapper > .content",
  6458. "targets": [
  6459. ["css=.content-wrapper > .content", "css:finder"],
  6460. ["xpath=//section[2]", "xpath:position"]
  6461. ],
  6462. "value": ""
  6463. }, {
  6464. "id": "33f21034-20c5-44d1-94fc-bc60300e0b2d",
  6465. "comment": "",
  6466. "command": "type",
  6467. "target": "id=ex14card3section1-3preg50",
  6468. "targets": [
  6469. ["id=ex14card3section1-3preg50", "id"],
  6470. ["name=ex14card3section1-3preg50", "name"],
  6471. ["css=#ex14card3section1-3preg50", "css:finder"],
  6472. ["xpath=//textarea[@id='ex14card3section1-3preg50']", "xpath:attributes"],
  6473. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  6474. ["xpath=//div[6]/div/textarea", "xpath:position"]
  6475. ],
  6476. "value": "14 c3 s1-3 5"
  6477. }, {
  6478. "id": "346a577d-e897-4d19-8ccf-6701c0430a8e",
  6479. "comment": "",
  6480. "command": "click",
  6481. "target": "linkText=Next",
  6482. "targets": [
  6483. ["linkText=Next", "linkText"],
  6484. ["css=.actions li:nth-child(2) > a", "css:finder"],
  6485. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  6486. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  6487. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  6488. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  6489. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  6490. ],
  6491. "value": ""
  6492. }, {
  6493. "id": "19f96677-5fa2-442b-a76c-c25c93c81754",
  6494. "comment": "",
  6495. "command": "click",
  6496. "target": "id=ex14card3section2-3preg10Score",
  6497. "targets": [
  6498. ["id=ex14card3section2-3preg10Score", "id"],
  6499. ["name=ex14card3section2-3preg10Score", "name"],
  6500. ["css=#ex14card3section2-3preg10Score", "css:finder"],
  6501. ["xpath=//input[@id='ex14card3section2-3preg10Score']", "xpath:attributes"],
  6502. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/input", "xpath:idRelative"],
  6503. ["xpath=//div[2]/div/input", "xpath:position"]
  6504. ],
  6505. "value": ""
  6506. }, {
  6507. "id": "7d9af5b2-85da-440c-bea6-6ebf95193540",
  6508. "comment": "",
  6509. "command": "click",
  6510. "target": "id=ex14card3section2-3preg10Score",
  6511. "targets": [
  6512. ["id=ex14card3section2-3preg10Score", "id"],
  6513. ["name=ex14card3section2-3preg10Score", "name"],
  6514. ["css=#ex14card3section2-3preg10Score", "css:finder"],
  6515. ["xpath=//input[@id='ex14card3section2-3preg10Score']", "xpath:attributes"],
  6516. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/input", "xpath:idRelative"],
  6517. ["xpath=//div[2]/div/input", "xpath:position"]
  6518. ],
  6519. "value": ""
  6520. }, {
  6521. "id": "e9a00832-0920-4ce4-b957-7af5906898c6",
  6522. "comment": "",
  6523. "command": "click",
  6524. "target": "css=#wizard > .content",
  6525. "targets": [
  6526. ["css=#wizard > .content", "css:finder"],
  6527. ["xpath=//form[@id='wizard']/div[2]", "xpath:idRelative"],
  6528. ["xpath=//form/div[2]", "xpath:position"]
  6529. ],
  6530. "value": ""
  6531. }, {
  6532. "id": "bea3bf1e-aa3c-4b30-b091-5a38b66c6587",
  6533. "comment": "",
  6534. "command": "type",
  6535. "target": "id=ex14card3section2-3preg10Score",
  6536. "targets": [
  6537. ["id=ex14card3section2-3preg10Score", "id"],
  6538. ["name=ex14card3section2-3preg10Score", "name"],
  6539. ["css=#ex14card3section2-3preg10Score", "css:finder"],
  6540. ["xpath=//input[@id='ex14card3section2-3preg10Score']", "xpath:attributes"],
  6541. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/input", "xpath:idRelative"],
  6542. ["xpath=//div[2]/div/input", "xpath:position"]
  6543. ],
  6544. "value": "14 c3 s2-3 1"
  6545. }, {
  6546. "id": "60057575-8b9b-4636-8daf-76379e6cb2f4",
  6547. "comment": "",
  6548. "command": "click",
  6549. "target": "id=ex14card3section2-3preg10-20",
  6550. "targets": [
  6551. ["id=ex14card3section2-3preg10-20", "id"],
  6552. ["name=ex14card3section2-3preg10-20", "name"],
  6553. ["css=#ex14card3section2-3preg10-20", "css:finder"],
  6554. ["xpath=//input[@id='ex14card3section2-3preg10-20']", "xpath:attributes"],
  6555. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/input", "xpath:idRelative"],
  6556. ["xpath=//div[3]/div/input", "xpath:position"]
  6557. ],
  6558. "value": ""
  6559. }, {
  6560. "id": "04d59ec5-f3f5-4937-9975-9bdf784d23df",
  6561. "comment": "",
  6562. "command": "type",
  6563. "target": "id=ex14card3section2-3preg10-20",
  6564. "targets": [
  6565. ["id=ex14card3section2-3preg10-20", "id"],
  6566. ["name=ex14card3section2-3preg10-20", "name"],
  6567. ["css=#ex14card3section2-3preg10-20", "css:finder"],
  6568. ["xpath=//input[@id='ex14card3section2-3preg10-20']", "xpath:attributes"],
  6569. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/input", "xpath:idRelative"],
  6570. ["xpath=//div[3]/div/input", "xpath:position"]
  6571. ],
  6572. "value": "14 c3 s2-3 2"
  6573. }, {
  6574. "id": "dd2057e1-9e49-4b01-83d5-98a9dca02d36",
  6575. "comment": "",
  6576. "command": "click",
  6577. "target": "id=ex14card3section2-3preg10-30",
  6578. "targets": [
  6579. ["id=ex14card3section2-3preg10-30", "id"],
  6580. ["name=ex14card3section2-3preg10-30", "name"],
  6581. ["css=#ex14card3section2-3preg10-30", "css:finder"],
  6582. ["xpath=//input[@id='ex14card3section2-3preg10-30']", "xpath:attributes"],
  6583. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/input", "xpath:idRelative"],
  6584. ["xpath=//div[4]/div/input", "xpath:position"]
  6585. ],
  6586. "value": ""
  6587. }, {
  6588. "id": "4921eb8d-1c8b-4b56-85fe-92239cb39e70",
  6589. "comment": "",
  6590. "command": "type",
  6591. "target": "id=ex14card3section2-3preg10-30",
  6592. "targets": [
  6593. ["id=ex14card3section2-3preg10-30", "id"],
  6594. ["name=ex14card3section2-3preg10-30", "name"],
  6595. ["css=#ex14card3section2-3preg10-30", "css:finder"],
  6596. ["xpath=//input[@id='ex14card3section2-3preg10-30']", "xpath:attributes"],
  6597. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/input", "xpath:idRelative"],
  6598. ["xpath=//div[4]/div/input", "xpath:position"]
  6599. ],
  6600. "value": "14 c3 s2-3 3"
  6601. }, {
  6602. "id": "2c320197-c764-4045-be3d-37425f04ec2b",
  6603. "comment": "",
  6604. "command": "click",
  6605. "target": "css=#wizard-p-1 > .inner",
  6606. "targets": [
  6607. ["css=#wizard-p-1 > .inner", "css:finder"],
  6608. ["xpath=//section[@id='wizard-p-1']/div", "xpath:idRelative"],
  6609. ["xpath=//div[2]/section[2]/div", "xpath:position"]
  6610. ],
  6611. "value": ""
  6612. }, {
  6613. "id": "de7f48e2-f2b6-4ecc-9c9a-ce5842a998f4",
  6614. "comment": "",
  6615. "command": "click",
  6616. "target": "id=ex14card3section2-3preg10-10",
  6617. "targets": [
  6618. ["id=ex14card3section2-3preg10-10", "id"],
  6619. ["name=ex14card3section2-3preg10-10", "name"],
  6620. ["css=#ex14card3section2-3preg10-10", "css:finder"],
  6621. ["xpath=//input[@id='ex14card3section2-3preg10-10']", "xpath:attributes"],
  6622. ["xpath=//section[@id='wizard-p-1']/div/div[5]/div/input", "xpath:idRelative"],
  6623. ["xpath=//div[5]/div/input", "xpath:position"]
  6624. ],
  6625. "value": ""
  6626. }, {
  6627. "id": "140333d4-a2dc-4589-a30a-eeb4f4e25782",
  6628. "comment": "",
  6629. "command": "type",
  6630. "target": "id=ex14card3section2-3preg10-10",
  6631. "targets": [
  6632. ["id=ex14card3section2-3preg10-10", "id"],
  6633. ["name=ex14card3section2-3preg10-10", "name"],
  6634. ["css=#ex14card3section2-3preg10-10", "css:finder"],
  6635. ["xpath=//input[@id='ex14card3section2-3preg10-10']", "xpath:attributes"],
  6636. ["xpath=//section[@id='wizard-p-1']/div/div[5]/div/input", "xpath:idRelative"],
  6637. ["xpath=//div[5]/div/input", "xpath:position"]
  6638. ],
  6639. "value": "14 c3 s2-3 4"
  6640. }, {
  6641. "id": "1c34b505-c160-403e-9d6e-d46170f73281",
  6642. "comment": "",
  6643. "command": "click",
  6644. "target": "id=ex14card3section2-3preg20Score",
  6645. "targets": [
  6646. ["id=ex14card3section2-3preg20Score", "id"],
  6647. ["name=ex14card3section2-3preg20Score", "name"],
  6648. ["css=#ex14card3section2-3preg20Score", "css:finder"],
  6649. ["xpath=//input[@id='ex14card3section2-3preg20Score']", "xpath:attributes"],
  6650. ["xpath=//section[@id='wizard-p-1']/div/div[6]/div/input", "xpath:idRelative"],
  6651. ["xpath=//div[6]/div/input", "xpath:position"]
  6652. ],
  6653. "value": ""
  6654. }, {
  6655. "id": "7ab5710b-8c6e-44b3-af89-1c81bd5672d7",
  6656. "comment": "",
  6657. "command": "type",
  6658. "target": "id=ex14card3section2-3preg20Score",
  6659. "targets": [
  6660. ["id=ex14card3section2-3preg20Score", "id"],
  6661. ["name=ex14card3section2-3preg20Score", "name"],
  6662. ["css=#ex14card3section2-3preg20Score", "css:finder"],
  6663. ["xpath=//input[@id='ex14card3section2-3preg20Score']", "xpath:attributes"],
  6664. ["xpath=//section[@id='wizard-p-1']/div/div[6]/div/input", "xpath:idRelative"],
  6665. ["xpath=//div[6]/div/input", "xpath:position"]
  6666. ],
  6667. "value": "14 c3 s2-3 5"
  6668. }, {
  6669. "id": "46d6581a-da4c-44c0-afd7-68312131b021",
  6670. "comment": "",
  6671. "command": "click",
  6672. "target": "id=ex14card3section2-3preg20-10",
  6673. "targets": [
  6674. ["id=ex14card3section2-3preg20-10", "id"],
  6675. ["name=ex14card3section2-3preg20-10", "name"],
  6676. ["css=#ex14card3section2-3preg20-10", "css:finder"],
  6677. ["xpath=//input[@id='ex14card3section2-3preg20-10']", "xpath:attributes"],
  6678. ["xpath=//section[@id='wizard-p-1']/div/div[7]/div/input", "xpath:idRelative"],
  6679. ["xpath=//div[7]/div/input", "xpath:position"]
  6680. ],
  6681. "value": ""
  6682. }, {
  6683. "id": "31f9e216-5485-47c4-8b0d-c1dd97da7ad6",
  6684. "comment": "",
  6685. "command": "type",
  6686. "target": "id=ex14card3section2-3preg20-10",
  6687. "targets": [
  6688. ["id=ex14card3section2-3preg20-10", "id"],
  6689. ["name=ex14card3section2-3preg20-10", "name"],
  6690. ["css=#ex14card3section2-3preg20-10", "css:finder"],
  6691. ["xpath=//input[@id='ex14card3section2-3preg20-10']", "xpath:attributes"],
  6692. ["xpath=//section[@id='wizard-p-1']/div/div[7]/div/input", "xpath:idRelative"],
  6693. ["xpath=//div[7]/div/input", "xpath:position"]
  6694. ],
  6695. "value": "14 c3 s2-3 6"
  6696. }, {
  6697. "id": "aafb080e-2644-4d1e-a85e-ba0ca2c43d97",
  6698. "comment": "",
  6699. "command": "click",
  6700. "target": "id=ex14card3section2-3preg20-20",
  6701. "targets": [
  6702. ["id=ex14card3section2-3preg20-20", "id"],
  6703. ["name=ex14card3section2-3preg20-20", "name"],
  6704. ["css=#ex14card3section2-3preg20-20", "css:finder"],
  6705. ["xpath=//input[@id='ex14card3section2-3preg20-20']", "xpath:attributes"],
  6706. ["xpath=//section[@id='wizard-p-1']/div/div[8]/div/input", "xpath:idRelative"],
  6707. ["xpath=//div[8]/div/input", "xpath:position"]
  6708. ],
  6709. "value": ""
  6710. }, {
  6711. "id": "6faef9bf-a93f-44d4-9cb1-d242e814f0c8",
  6712. "comment": "",
  6713. "command": "type",
  6714. "target": "id=ex14card3section2-3preg20-20",
  6715. "targets": [
  6716. ["id=ex14card3section2-3preg20-20", "id"],
  6717. ["name=ex14card3section2-3preg20-20", "name"],
  6718. ["css=#ex14card3section2-3preg20-20", "css:finder"],
  6719. ["xpath=//input[@id='ex14card3section2-3preg20-20']", "xpath:attributes"],
  6720. ["xpath=//section[@id='wizard-p-1']/div/div[8]/div/input", "xpath:idRelative"],
  6721. ["xpath=//div[8]/div/input", "xpath:position"]
  6722. ],
  6723. "value": "14 c3 s2-3 7"
  6724. }, {
  6725. "id": "b329469c-f9e1-4121-8df3-0f5f46a1ea3d",
  6726. "comment": "",
  6727. "command": "click",
  6728. "target": "id=ex14card3section2-3preg20-30",
  6729. "targets": [
  6730. ["id=ex14card3section2-3preg20-30", "id"],
  6731. ["name=ex14card3section2-3preg20-30", "name"],
  6732. ["css=#ex14card3section2-3preg20-30", "css:finder"],
  6733. ["xpath=//input[@id='ex14card3section2-3preg20-30']", "xpath:attributes"],
  6734. ["xpath=//section[@id='wizard-p-1']/div/div[9]/div/input", "xpath:idRelative"],
  6735. ["xpath=//div[9]/div/input", "xpath:position"]
  6736. ],
  6737. "value": ""
  6738. }, {
  6739. "id": "1f78a70c-2cae-406d-b576-f20fbe0e97ae",
  6740. "comment": "",
  6741. "command": "type",
  6742. "target": "id=ex14card3section2-3preg20-30",
  6743. "targets": [
  6744. ["id=ex14card3section2-3preg20-30", "id"],
  6745. ["name=ex14card3section2-3preg20-30", "name"],
  6746. ["css=#ex14card3section2-3preg20-30", "css:finder"],
  6747. ["xpath=//input[@id='ex14card3section2-3preg20-30']", "xpath:attributes"],
  6748. ["xpath=//section[@id='wizard-p-1']/div/div[9]/div/input", "xpath:idRelative"],
  6749. ["xpath=//div[9]/div/input", "xpath:position"]
  6750. ],
  6751. "value": "14 c3 s2-3 8"
  6752. }, {
  6753. "id": "29c0e942-4fc4-4d64-8b26-c059ee82e76a",
  6754. "comment": "",
  6755. "command": "click",
  6756. "target": "id=ex14card3section2-3preg30Score",
  6757. "targets": [
  6758. ["id=ex14card3section2-3preg30Score", "id"],
  6759. ["name=ex14card3section2-3preg30Score", "name"],
  6760. ["css=#ex14card3section2-3preg30Score", "css:finder"],
  6761. ["xpath=//input[@id='ex14card3section2-3preg30Score']", "xpath:attributes"],
  6762. ["xpath=//section[@id='wizard-p-1']/div/div[10]/div/input", "xpath:idRelative"],
  6763. ["xpath=//div[10]/div/input", "xpath:position"]
  6764. ],
  6765. "value": ""
  6766. }, {
  6767. "id": "cbce340a-2346-491b-b927-b0a2151568b3",
  6768. "comment": "",
  6769. "command": "type",
  6770. "target": "id=ex14card3section2-3preg30Score",
  6771. "targets": [
  6772. ["id=ex14card3section2-3preg30Score", "id"],
  6773. ["name=ex14card3section2-3preg30Score", "name"],
  6774. ["css=#ex14card3section2-3preg30Score", "css:finder"],
  6775. ["xpath=//input[@id='ex14card3section2-3preg30Score']", "xpath:attributes"],
  6776. ["xpath=//section[@id='wizard-p-1']/div/div[10]/div/input", "xpath:idRelative"],
  6777. ["xpath=//div[10]/div/input", "xpath:position"]
  6778. ],
  6779. "value": "14 c3 s2-3 9"
  6780. }, {
  6781. "id": "576c5f30-476e-4052-8c60-252b4276906d",
  6782. "comment": "",
  6783. "command": "click",
  6784. "target": "id=ex14card3section2-3preg30-10",
  6785. "targets": [
  6786. ["id=ex14card3section2-3preg30-10", "id"],
  6787. ["name=ex14card3section2-3preg30-10", "name"],
  6788. ["css=#ex14card3section2-3preg30-10", "css:finder"],
  6789. ["xpath=//input[@id='ex14card3section2-3preg30-10']", "xpath:attributes"],
  6790. ["xpath=//section[@id='wizard-p-1']/div/div[11]/div/input", "xpath:idRelative"],
  6791. ["xpath=//div[11]/div/input", "xpath:position"]
  6792. ],
  6793. "value": ""
  6794. }, {
  6795. "id": "b5fe5f31-9e62-443b-8545-93e64b1b9074",
  6796. "comment": "",
  6797. "command": "type",
  6798. "target": "id=ex14card3section2-3preg30-10",
  6799. "targets": [
  6800. ["id=ex14card3section2-3preg30-10", "id"],
  6801. ["name=ex14card3section2-3preg30-10", "name"],
  6802. ["css=#ex14card3section2-3preg30-10", "css:finder"],
  6803. ["xpath=//input[@id='ex14card3section2-3preg30-10']", "xpath:attributes"],
  6804. ["xpath=//section[@id='wizard-p-1']/div/div[11]/div/input", "xpath:idRelative"],
  6805. ["xpath=//div[11]/div/input", "xpath:position"]
  6806. ],
  6807. "value": "14 c3 s2-3 10"
  6808. }, {
  6809. "id": "a0432279-e8cc-4c1e-83e5-27f11b8649a3",
  6810. "comment": "",
  6811. "command": "click",
  6812. "target": "id=ex14card3section2-3preg30-20",
  6813. "targets": [
  6814. ["id=ex14card3section2-3preg30-20", "id"],
  6815. ["name=ex14card3section2-3preg30-20", "name"],
  6816. ["css=#ex14card3section2-3preg30-20", "css:finder"],
  6817. ["xpath=//input[@id='ex14card3section2-3preg30-20']", "xpath:attributes"],
  6818. ["xpath=//section[@id='wizard-p-1']/div/div[12]/div/input", "xpath:idRelative"],
  6819. ["xpath=//div[12]/div/input", "xpath:position"]
  6820. ],
  6821. "value": ""
  6822. }, {
  6823. "id": "bd88ed4a-16e1-447b-8073-1e46d6b21a88",
  6824. "comment": "",
  6825. "command": "type",
  6826. "target": "id=ex14card3section2-3preg30-20",
  6827. "targets": [
  6828. ["id=ex14card3section2-3preg30-20", "id"],
  6829. ["name=ex14card3section2-3preg30-20", "name"],
  6830. ["css=#ex14card3section2-3preg30-20", "css:finder"],
  6831. ["xpath=//input[@id='ex14card3section2-3preg30-20']", "xpath:attributes"],
  6832. ["xpath=//section[@id='wizard-p-1']/div/div[12]/div/input", "xpath:idRelative"],
  6833. ["xpath=//div[12]/div/input", "xpath:position"]
  6834. ],
  6835. "value": "14 c3 s2-3 11"
  6836. }, {
  6837. "id": "882062bc-3726-49a0-a0af-ac48d0de5377",
  6838. "comment": "",
  6839. "command": "click",
  6840. "target": "id=ex14card3section2-3preg30-30",
  6841. "targets": [
  6842. ["id=ex14card3section2-3preg30-30", "id"],
  6843. ["name=ex14card3section2-3preg30-30", "name"],
  6844. ["css=#ex14card3section2-3preg30-30", "css:finder"],
  6845. ["xpath=//input[@id='ex14card3section2-3preg30-30']", "xpath:attributes"],
  6846. ["xpath=//section[@id='wizard-p-1']/div/div[13]/div/input", "xpath:idRelative"],
  6847. ["xpath=//div[13]/div/input", "xpath:position"]
  6848. ],
  6849. "value": ""
  6850. }, {
  6851. "id": "6238875d-238b-418a-a97a-a1d6e330cd1b",
  6852. "comment": "",
  6853. "command": "type",
  6854. "target": "id=ex14card3section2-3preg30-30",
  6855. "targets": [
  6856. ["id=ex14card3section2-3preg30-30", "id"],
  6857. ["name=ex14card3section2-3preg30-30", "name"],
  6858. ["css=#ex14card3section2-3preg30-30", "css:finder"],
  6859. ["xpath=//input[@id='ex14card3section2-3preg30-30']", "xpath:attributes"],
  6860. ["xpath=//section[@id='wizard-p-1']/div/div[13]/div/input", "xpath:idRelative"],
  6861. ["xpath=//div[13]/div/input", "xpath:position"]
  6862. ],
  6863. "value": "14 c3 s2-3 12"
  6864. }, {
  6865. "id": "d5fbd0de-b0a8-43ed-8704-baeb33800dde",
  6866. "comment": "",
  6867. "command": "click",
  6868. "target": "id=ex14card3section2-3preg40Score",
  6869. "targets": [
  6870. ["id=ex14card3section2-3preg40Score", "id"],
  6871. ["name=ex14card3section2-3preg40Score", "name"],
  6872. ["css=#ex14card3section2-3preg40Score", "css:finder"],
  6873. ["xpath=//input[@id='ex14card3section2-3preg40Score']", "xpath:attributes"],
  6874. ["xpath=//section[@id='wizard-p-1']/div/div[14]/div/input", "xpath:idRelative"],
  6875. ["xpath=//div[14]/div/input", "xpath:position"]
  6876. ],
  6877. "value": ""
  6878. }, {
  6879. "id": "6cdf6994-492e-4aa6-aa95-97b0cdfe0a77",
  6880. "comment": "",
  6881. "command": "type",
  6882. "target": "id=ex14card3section2-3preg40Score",
  6883. "targets": [
  6884. ["id=ex14card3section2-3preg40Score", "id"],
  6885. ["name=ex14card3section2-3preg40Score", "name"],
  6886. ["css=#ex14card3section2-3preg40Score", "css:finder"],
  6887. ["xpath=//input[@id='ex14card3section2-3preg40Score']", "xpath:attributes"],
  6888. ["xpath=//section[@id='wizard-p-1']/div/div[14]/div/input", "xpath:idRelative"],
  6889. ["xpath=//div[14]/div/input", "xpath:position"]
  6890. ],
  6891. "value": "14 c3 s2-3 13"
  6892. }, {
  6893. "id": "8c492291-8897-4f3e-a308-3688f84faa32",
  6894. "comment": "",
  6895. "command": "click",
  6896. "target": "id=ex14card3section2-3preg40-10",
  6897. "targets": [
  6898. ["id=ex14card3section2-3preg40-10", "id"],
  6899. ["name=ex14card3section2-3preg40-10", "name"],
  6900. ["css=#ex14card3section2-3preg40-10", "css:finder"],
  6901. ["xpath=//input[@id='ex14card3section2-3preg40-10']", "xpath:attributes"],
  6902. ["xpath=//section[@id='wizard-p-1']/div/div[15]/div/input", "xpath:idRelative"],
  6903. ["xpath=//div[15]/div/input", "xpath:position"]
  6904. ],
  6905. "value": ""
  6906. }, {
  6907. "id": "83a70c6e-d84c-4248-a8eb-78caf764d097",
  6908. "comment": "",
  6909. "command": "type",
  6910. "target": "id=ex14card3section2-3preg40-10",
  6911. "targets": [
  6912. ["id=ex14card3section2-3preg40-10", "id"],
  6913. ["name=ex14card3section2-3preg40-10", "name"],
  6914. ["css=#ex14card3section2-3preg40-10", "css:finder"],
  6915. ["xpath=//input[@id='ex14card3section2-3preg40-10']", "xpath:attributes"],
  6916. ["xpath=//section[@id='wizard-p-1']/div/div[15]/div/input", "xpath:idRelative"],
  6917. ["xpath=//div[15]/div/input", "xpath:position"]
  6918. ],
  6919. "value": "14 c3 s2-3 14"
  6920. }, {
  6921. "id": "e209b01e-b122-4d91-b2d9-e662c0e2f452",
  6922. "comment": "",
  6923. "command": "type",
  6924. "target": "id=ex14card3section2-3preg40-20",
  6925. "targets": [
  6926. ["id=ex14card3section2-3preg40-20", "id"],
  6927. ["name=ex14card3section2-3preg40-20", "name"],
  6928. ["css=#ex14card3section2-3preg40-20", "css:finder"],
  6929. ["xpath=//input[@id='ex14card3section2-3preg40-20']", "xpath:attributes"],
  6930. ["xpath=//section[@id='wizard-p-1']/div/div[16]/div/input", "xpath:idRelative"],
  6931. ["xpath=//div[16]/div/input", "xpath:position"]
  6932. ],
  6933. "value": "14 c3 s2-3 15"
  6934. }, {
  6935. "id": "bc7c9dd0-180a-45a3-bcda-38fa46da5ed6",
  6936. "comment": "",
  6937. "command": "type",
  6938. "target": "id=ex14card3section2-3preg40-30",
  6939. "targets": [
  6940. ["id=ex14card3section2-3preg40-30", "id"],
  6941. ["name=ex14card3section2-3preg40-30", "name"],
  6942. ["css=#ex14card3section2-3preg40-30", "css:finder"],
  6943. ["xpath=//input[@id='ex14card3section2-3preg40-30']", "xpath:attributes"],
  6944. ["xpath=//section[@id='wizard-p-1']/div/div[17]/div/input", "xpath:idRelative"],
  6945. ["xpath=//div[17]/div/input", "xpath:position"]
  6946. ],
  6947. "value": "14 c3 s2-3 16"
  6948. }, {
  6949. "id": "045c1193-5f81-4e17-b101-80e3400647f4",
  6950. "comment": "",
  6951. "command": "type",
  6952. "target": "id=ex14card3section2-3preg50Score",
  6953. "targets": [
  6954. ["id=ex14card3section2-3preg50Score", "id"],
  6955. ["name=ex14card3section2-3preg50Score", "name"],
  6956. ["css=#ex14card3section2-3preg50Score", "css:finder"],
  6957. ["xpath=//input[@id='ex14card3section2-3preg50Score']", "xpath:attributes"],
  6958. ["xpath=//section[@id='wizard-p-1']/div/div[18]/div/input", "xpath:idRelative"],
  6959. ["xpath=//div[18]/div/input", "xpath:position"]
  6960. ],
  6961. "value": "14 c3 s2-3 17"
  6962. }, {
  6963. "id": "1e75d6ea-0ec8-45cd-ad93-905bab864233",
  6964. "comment": "",
  6965. "command": "type",
  6966. "target": "id=ex14card3section2-3preg50-10",
  6967. "targets": [
  6968. ["id=ex14card3section2-3preg50-10", "id"],
  6969. ["name=ex14card3section2-3preg50-10", "name"],
  6970. ["css=#ex14card3section2-3preg50-10", "css:finder"],
  6971. ["xpath=//input[@id='ex14card3section2-3preg50-10']", "xpath:attributes"],
  6972. ["xpath=//section[@id='wizard-p-1']/div/div[19]/div/input", "xpath:idRelative"],
  6973. ["xpath=//div[19]/div/input", "xpath:position"]
  6974. ],
  6975. "value": "14 c3 s2-3 18"
  6976. }, {
  6977. "id": "b3b0f627-1e58-47f0-8b30-426f371dd38c",
  6978. "comment": "",
  6979. "command": "type",
  6980. "target": "id=ex14card3section2-3preg50-20",
  6981. "targets": [
  6982. ["id=ex14card3section2-3preg50-20", "id"],
  6983. ["name=ex14card3section2-3preg50-20", "name"],
  6984. ["css=#ex14card3section2-3preg50-20", "css:finder"],
  6985. ["xpath=//input[@id='ex14card3section2-3preg50-20']", "xpath:attributes"],
  6986. ["xpath=//section[@id='wizard-p-1']/div/div[20]/div/input", "xpath:idRelative"],
  6987. ["xpath=//div[20]/div/input", "xpath:position"]
  6988. ],
  6989. "value": "14 c3 s2-3 19"
  6990. }, {
  6991. "id": "84c872a3-5277-4371-bbfe-8df148e1361d",
  6992. "comment": "",
  6993. "command": "type",
  6994. "target": "id=ex14card3section2-3preg50-30",
  6995. "targets": [
  6996. ["id=ex14card3section2-3preg50-30", "id"],
  6997. ["name=ex14card3section2-3preg50-30", "name"],
  6998. ["css=#ex14card3section2-3preg50-30", "css:finder"],
  6999. ["xpath=//input[@id='ex14card3section2-3preg50-30']", "xpath:attributes"],
  7000. ["xpath=//section[@id='wizard-p-1']/div/div[21]/div/input", "xpath:idRelative"],
  7001. ["xpath=//div[21]/div/input", "xpath:position"]
  7002. ],
  7003. "value": "14 c3 s2-3 20"
  7004. }, {
  7005. "id": "cc66ee04-2ce5-40ef-a52b-cb4abf6d3590",
  7006. "comment": "",
  7007. "command": "click",
  7008. "target": "linkText=Next",
  7009. "targets": [
  7010. ["linkText=Next", "linkText"],
  7011. ["css=.actions li:nth-child(2) > a", "css:finder"],
  7012. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  7013. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  7014. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  7015. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  7016. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  7017. ],
  7018. "value": ""
  7019. }, {
  7020. "id": "ff74f2c1-9c15-4e81-80e2-d620267d61d9",
  7021. "comment": "",
  7022. "command": "click",
  7023. "target": "css=.ex14card3section3-3preg10-20 > .form-holder",
  7024. "targets": [
  7025. ["css=.ex14card3section3-3preg10-20 > .form-holder", "css:finder"],
  7026. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div", "xpath:idRelative"],
  7027. ["xpath=//section[3]/div/div[4]/div", "xpath:position"]
  7028. ],
  7029. "value": ""
  7030. }, {
  7031. "id": "f07fac59-e6b0-48fa-a7d0-3621537c9db4",
  7032. "comment": "",
  7033. "command": "click",
  7034. "target": "id=ex14card3section3-3preg10-20",
  7035. "targets": [
  7036. ["id=ex14card3section3-3preg10-20", "id"],
  7037. ["name=ex14card3section3-3preg10-20", "name"],
  7038. ["css=#ex14card3section3-3preg10-20", "css:finder"],
  7039. ["xpath=//input[@id='ex14card3section3-3preg10-20']", "xpath:attributes"],
  7040. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  7041. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  7042. ],
  7043. "value": ""
  7044. }, {
  7045. "id": "96168e25-c928-4e36-95ae-ece7a9188273",
  7046. "comment": "",
  7047. "command": "click",
  7048. "target": "id=ex14card3section3-3preg10-20",
  7049. "targets": [
  7050. ["id=ex14card3section3-3preg10-20", "id"],
  7051. ["name=ex14card3section3-3preg10-20", "name"],
  7052. ["css=#ex14card3section3-3preg10-20", "css:finder"],
  7053. ["xpath=//input[@id='ex14card3section3-3preg10-20']", "xpath:attributes"],
  7054. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  7055. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  7056. ],
  7057. "value": ""
  7058. }, {
  7059. "id": "1135ceb3-2b01-4651-b2b7-7448a79788cf",
  7060. "comment": "",
  7061. "command": "type",
  7062. "target": "id=ex14card3section3-3preg10-20",
  7063. "targets": [
  7064. ["id=ex14card3section3-3preg10-20", "id"],
  7065. ["name=ex14card3section3-3preg10-20", "name"],
  7066. ["css=#ex14card3section3-3preg10-20", "css:finder"],
  7067. ["xpath=//input[@id='ex14card3section3-3preg10-20']", "xpath:attributes"],
  7068. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  7069. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  7070. ],
  7071. "value": "14 c3 s3-3 1"
  7072. }, {
  7073. "id": "7a7f5b63-cb2b-4e65-a0c1-081fc6abe2ab",
  7074. "comment": "",
  7075. "command": "mouseDownAt",
  7076. "target": "css=.content-wrapper > .content",
  7077. "targets": [
  7078. ["css=.content-wrapper > .content", "css:finder"],
  7079. ["xpath=//section[2]", "xpath:position"]
  7080. ],
  7081. "value": "92,673"
  7082. }, {
  7083. "id": "ca578fe5-d86c-4995-b0a8-ea5ac223b9e9",
  7084. "comment": "",
  7085. "command": "mouseMoveAt",
  7086. "target": "css=.content-wrapper > .content",
  7087. "targets": [
  7088. ["css=.content-wrapper > .content", "css:finder"],
  7089. ["xpath=//section[2]", "xpath:position"]
  7090. ],
  7091. "value": "92,673"
  7092. }, {
  7093. "id": "5c0bc0ef-7ce0-413b-81e9-719a78526616",
  7094. "comment": "",
  7095. "command": "mouseUpAt",
  7096. "target": "css=.content-wrapper > .content",
  7097. "targets": [
  7098. ["css=.content-wrapper > .content", "css:finder"],
  7099. ["xpath=//section[2]", "xpath:position"]
  7100. ],
  7101. "value": "92,673"
  7102. }, {
  7103. "id": "4d576204-f847-4fc3-a790-efa49672d6a9",
  7104. "comment": "",
  7105. "command": "click",
  7106. "target": "css=.content-wrapper > .content",
  7107. "targets": [
  7108. ["css=.content-wrapper > .content", "css:finder"],
  7109. ["xpath=//section[2]", "xpath:position"]
  7110. ],
  7111. "value": ""
  7112. }, {
  7113. "id": "c8ba7046-47c0-451e-9df5-51ec623e1a27",
  7114. "comment": "",
  7115. "command": "click",
  7116. "target": "css=.content-wrapper > .content",
  7117. "targets": [
  7118. ["css=.content-wrapper > .content", "css:finder"],
  7119. ["xpath=//section[2]", "xpath:position"]
  7120. ],
  7121. "value": ""
  7122. }, {
  7123. "id": "de3481f6-20ea-4898-8fec-3c9b9b24bbe0",
  7124. "comment": "",
  7125. "command": "type",
  7126. "target": "id=ex14card3section3-3preg10-30",
  7127. "targets": [
  7128. ["id=ex14card3section3-3preg10-30", "id"],
  7129. ["name=ex14card3section3-3preg10-30", "name"],
  7130. ["css=#ex14card3section3-3preg10-30", "css:finder"],
  7131. ["xpath=//textarea[@id='ex14card3section3-3preg10-30']", "xpath:attributes"],
  7132. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  7133. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  7134. ],
  7135. "value": "14 c3 s3-3 1"
  7136. }, {
  7137. "id": "acc94a70-2198-4945-a6ac-5512f67ae5c6",
  7138. "comment": "",
  7139. "command": "type",
  7140. "target": "id=ex14card3section3-3preg20-20",
  7141. "targets": [
  7142. ["id=ex14card3section3-3preg20-20", "id"],
  7143. ["name=ex14card3section3-3preg20-20", "name"],
  7144. ["css=#ex14card3section3-3preg20-20", "css:finder"],
  7145. ["xpath=//input[@id='ex14card3section3-3preg20-20']", "xpath:attributes"],
  7146. ["xpath=//section[@id='wizard-p-2']/div/div[8]/div/input", "xpath:idRelative"],
  7147. ["xpath=//section[3]/div/div[8]/div/input", "xpath:position"]
  7148. ],
  7149. "value": "14 c3 s3-3 3"
  7150. }, {
  7151. "id": "0a604340-26dd-4024-aa47-400aa899d154",
  7152. "comment": "",
  7153. "command": "click",
  7154. "target": "id=ex14card3section3-3preg10-30",
  7155. "targets": [
  7156. ["id=ex14card3section3-3preg10-30", "id"],
  7157. ["name=ex14card3section3-3preg10-30", "name"],
  7158. ["css=#ex14card3section3-3preg10-30", "css:finder"],
  7159. ["xpath=//textarea[@id='ex14card3section3-3preg10-30']", "xpath:attributes"],
  7160. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  7161. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  7162. ],
  7163. "value": ""
  7164. }, {
  7165. "id": "2f853ac5-424b-4c40-9245-92e69cd27042",
  7166. "comment": "",
  7167. "command": "type",
  7168. "target": "id=ex14card3section3-3preg10-30",
  7169. "targets": [
  7170. ["id=ex14card3section3-3preg10-30", "id"],
  7171. ["name=ex14card3section3-3preg10-30", "name"],
  7172. ["css=#ex14card3section3-3preg10-30", "css:finder"],
  7173. ["xpath=//textarea[@id='ex14card3section3-3preg10-30']", "xpath:attributes"],
  7174. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  7175. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  7176. ],
  7177. "value": "14 c3 s3-3 2"
  7178. }, {
  7179. "id": "23e375bd-fd82-414f-8dff-e1d3e85585fe",
  7180. "comment": "",
  7181. "command": "click",
  7182. "target": "id=ex14card3section3-3preg20-30",
  7183. "targets": [
  7184. ["id=ex14card3section3-3preg20-30", "id"],
  7185. ["name=ex14card3section3-3preg20-30", "name"],
  7186. ["css=#ex14card3section3-3preg20-30", "css:finder"],
  7187. ["xpath=//textarea[@id='ex14card3section3-3preg20-30']", "xpath:attributes"],
  7188. ["xpath=//section[@id='wizard-p-2']/div/div[9]/div/textarea", "xpath:idRelative"],
  7189. ["xpath=//div[9]/div/textarea", "xpath:position"]
  7190. ],
  7191. "value": ""
  7192. }, {
  7193. "id": "698f3b60-45f1-4e5c-979a-886b35893bfc",
  7194. "comment": "",
  7195. "command": "type",
  7196. "target": "id=ex14card3section3-3preg20-30",
  7197. "targets": [
  7198. ["id=ex14card3section3-3preg20-30", "id"],
  7199. ["name=ex14card3section3-3preg20-30", "name"],
  7200. ["css=#ex14card3section3-3preg20-30", "css:finder"],
  7201. ["xpath=//textarea[@id='ex14card3section3-3preg20-30']", "xpath:attributes"],
  7202. ["xpath=//section[@id='wizard-p-2']/div/div[9]/div/textarea", "xpath:idRelative"],
  7203. ["xpath=//div[9]/div/textarea", "xpath:position"]
  7204. ],
  7205. "value": "14 c3 s3-3 4"
  7206. }, {
  7207. "id": "77dcdf4d-56f8-4496-b5be-0108609d2db9",
  7208. "comment": "",
  7209. "command": "type",
  7210. "target": "id=ex14card3section3-3preg30-20",
  7211. "targets": [
  7212. ["id=ex14card3section3-3preg30-20", "id"],
  7213. ["name=ex14card3section3-3preg30-20", "name"],
  7214. ["css=#ex14card3section3-3preg30-20", "css:finder"],
  7215. ["xpath=//input[@id='ex14card3section3-3preg30-20']", "xpath:attributes"],
  7216. ["xpath=//section[@id='wizard-p-2']/div/div[12]/div/input", "xpath:idRelative"],
  7217. ["xpath=//section[3]/div/div[12]/div/input", "xpath:position"]
  7218. ],
  7219. "value": "14 c3 s3-3 5"
  7220. }, {
  7221. "id": "7e692c42-d4ed-4d50-bba9-7cfe5839a299",
  7222. "comment": "",
  7223. "command": "type",
  7224. "target": "id=ex14card3section3-3preg30-30",
  7225. "targets": [
  7226. ["id=ex14card3section3-3preg30-30", "id"],
  7227. ["name=ex14card3section3-3preg30-30", "name"],
  7228. ["css=#ex14card3section3-3preg30-30", "css:finder"],
  7229. ["xpath=//textarea[@id='ex14card3section3-3preg30-30']", "xpath:attributes"],
  7230. ["xpath=//section[@id='wizard-p-2']/div/div[13]/div/textarea", "xpath:idRelative"],
  7231. ["xpath=//div[13]/div/textarea", "xpath:position"]
  7232. ],
  7233. "value": "14 c3 s3-3 6"
  7234. }, {
  7235. "id": "11b424a3-778e-41c9-acb4-bdf344429151",
  7236. "comment": "",
  7237. "command": "type",
  7238. "target": "id=ex14card3section3-3preg40-20",
  7239. "targets": [
  7240. ["id=ex14card3section3-3preg40-20", "id"],
  7241. ["name=ex14card3section3-3preg40-20", "name"],
  7242. ["css=#ex14card3section3-3preg40-20", "css:finder"],
  7243. ["xpath=//input[@id='ex14card3section3-3preg40-20']", "xpath:attributes"],
  7244. ["xpath=//section[@id='wizard-p-2']/div/div[16]/div/input", "xpath:idRelative"],
  7245. ["xpath=//section[3]/div/div[16]/div/input", "xpath:position"]
  7246. ],
  7247. "value": "14 c3 s3-3 7"
  7248. }, {
  7249. "id": "8f61912d-78d1-49b3-b888-0fd5170aa428",
  7250. "comment": "",
  7251. "command": "type",
  7252. "target": "id=ex14card3section3-3preg40-30",
  7253. "targets": [
  7254. ["id=ex14card3section3-3preg40-30", "id"],
  7255. ["name=ex14card3section3-3preg40-30", "name"],
  7256. ["css=#ex14card3section3-3preg40-30", "css:finder"],
  7257. ["xpath=//textarea[@id='ex14card3section3-3preg40-30']", "xpath:attributes"],
  7258. ["xpath=//section[@id='wizard-p-2']/div/div[17]/div/textarea", "xpath:idRelative"],
  7259. ["xpath=//div[17]/div/textarea", "xpath:position"]
  7260. ],
  7261. "value": "14 c3 s3-3 8"
  7262. }, {
  7263. "id": "23dfabcf-422e-484a-9b32-6e20db471e1c",
  7264. "comment": "",
  7265. "command": "type",
  7266. "target": "id=ex14card3section3-3preg50-20",
  7267. "targets": [
  7268. ["id=ex14card3section3-3preg50-20", "id"],
  7269. ["name=ex14card3section3-3preg50-20", "name"],
  7270. ["css=#ex14card3section3-3preg50-20", "css:finder"],
  7271. ["xpath=//input[@id='ex14card3section3-3preg50-20']", "xpath:attributes"],
  7272. ["xpath=//section[@id='wizard-p-2']/div/div[20]/div/input", "xpath:idRelative"],
  7273. ["xpath=//section[3]/div/div[20]/div/input", "xpath:position"]
  7274. ],
  7275. "value": "14 c3 s3-3 9"
  7276. }, {
  7277. "id": "ab3b9b27-906d-40d7-a64f-7e4475732669",
  7278. "comment": "",
  7279. "command": "type",
  7280. "target": "id=ex14card3section3-3preg50-30",
  7281. "targets": [
  7282. ["id=ex14card3section3-3preg50-30", "id"],
  7283. ["name=ex14card3section3-3preg50-30", "name"],
  7284. ["css=#ex14card3section3-3preg50-30", "css:finder"],
  7285. ["xpath=//textarea[@id='ex14card3section3-3preg50-30']", "xpath:attributes"],
  7286. ["xpath=//section[@id='wizard-p-2']/div/div[21]/div/textarea", "xpath:idRelative"],
  7287. ["xpath=//div[21]/div/textarea", "xpath:position"]
  7288. ],
  7289. "value": "14 c3 s3-3 10"
  7290. }, {
  7291. "id": "90e4894f-f44f-4733-8b44-056247cf1804",
  7292. "comment": "",
  7293. "command": "click",
  7294. "target": "linkText=Finish",
  7295. "targets": [
  7296. ["linkText=Finish", "linkText"],
  7297. ["css=.actions li:nth-child(3) > a", "css:finder"],
  7298. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  7299. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  7300. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  7301. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  7302. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  7303. ],
  7304. "value": ""
  7305. }, {
  7306. "id": "8ba57cf7-8738-4701-9ea2-0de0b66239b3",
  7307. "comment": "",
  7308. "command": "click",
  7309. "target": "id=ex14card4section1-3preg10",
  7310. "targets": [
  7311. ["id=ex14card4section1-3preg10", "id"],
  7312. ["name=ex14card4section1-3preg10", "name"],
  7313. ["css=#ex14card4section1-3preg10", "css:finder"],
  7314. ["xpath=//textarea[@id='ex14card4section1-3preg10']", "xpath:attributes"],
  7315. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  7316. ["xpath=//textarea", "xpath:position"]
  7317. ],
  7318. "value": ""
  7319. }, {
  7320. "id": "777aebe2-df7a-449b-a200-86a87802ed15",
  7321. "comment": "",
  7322. "command": "click",
  7323. "target": "id=ex14card4section1-3preg10",
  7324. "targets": [
  7325. ["id=ex14card4section1-3preg10", "id"],
  7326. ["name=ex14card4section1-3preg10", "name"],
  7327. ["css=#ex14card4section1-3preg10", "css:finder"],
  7328. ["xpath=//textarea[@id='ex14card4section1-3preg10']", "xpath:attributes"],
  7329. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  7330. ["xpath=//textarea", "xpath:position"]
  7331. ],
  7332. "value": ""
  7333. }, {
  7334. "id": "c5bd5133-4b02-468c-a848-96f8d764fb12",
  7335. "comment": "",
  7336. "command": "click",
  7337. "target": "css=.content-wrapper > .content",
  7338. "targets": [
  7339. ["css=.content-wrapper > .content", "css:finder"],
  7340. ["xpath=//section[2]", "xpath:position"]
  7341. ],
  7342. "value": ""
  7343. }, {
  7344. "id": "43463214-e526-4cde-a042-3987c3d1b713",
  7345. "comment": "",
  7346. "command": "type",
  7347. "target": "id=ex14card4section1-3preg10",
  7348. "targets": [
  7349. ["id=ex14card4section1-3preg10", "id"],
  7350. ["name=ex14card4section1-3preg10", "name"],
  7351. ["css=#ex14card4section1-3preg10", "css:finder"],
  7352. ["xpath=//textarea[@id='ex14card4section1-3preg10']", "xpath:attributes"],
  7353. ["xpath=//section[@id='wizard-p-0']/div/div[2]/div/textarea", "xpath:idRelative"],
  7354. ["xpath=//textarea", "xpath:position"]
  7355. ],
  7356. "value": "14 c4 s1-3 1"
  7357. }, {
  7358. "id": "d8042027-07e1-41e0-8ac1-d87c29595642",
  7359. "comment": "",
  7360. "command": "click",
  7361. "target": "id=ex14card4section1-3preg20",
  7362. "targets": [
  7363. ["id=ex14card4section1-3preg20", "id"],
  7364. ["name=ex14card4section1-3preg20", "name"],
  7365. ["css=#ex14card4section1-3preg20", "css:finder"],
  7366. ["xpath=//textarea[@id='ex14card4section1-3preg20']", "xpath:attributes"],
  7367. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  7368. ["xpath=//div[3]/div/textarea", "xpath:position"]
  7369. ],
  7370. "value": ""
  7371. }, {
  7372. "id": "cda4529a-5e62-4731-9ad7-878811cad325",
  7373. "comment": "",
  7374. "command": "type",
  7375. "target": "id=ex14card4section1-3preg20",
  7376. "targets": [
  7377. ["id=ex14card4section1-3preg20", "id"],
  7378. ["name=ex14card4section1-3preg20", "name"],
  7379. ["css=#ex14card4section1-3preg20", "css:finder"],
  7380. ["xpath=//textarea[@id='ex14card4section1-3preg20']", "xpath:attributes"],
  7381. ["xpath=//section[@id='wizard-p-0']/div/div[3]/div/textarea", "xpath:idRelative"],
  7382. ["xpath=//div[3]/div/textarea", "xpath:position"]
  7383. ],
  7384. "value": "14 c4 s1-3 2"
  7385. }, {
  7386. "id": "8c78a671-5282-45ac-bd34-91b971ec13c3",
  7387. "comment": "",
  7388. "command": "click",
  7389. "target": "id=ex14card4section1-3preg30",
  7390. "targets": [
  7391. ["id=ex14card4section1-3preg30", "id"],
  7392. ["name=ex14card4section1-3preg30", "name"],
  7393. ["css=#ex14card4section1-3preg30", "css:finder"],
  7394. ["xpath=//textarea[@id='ex14card4section1-3preg30']", "xpath:attributes"],
  7395. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  7396. ["xpath=//div[4]/div/textarea", "xpath:position"]
  7397. ],
  7398. "value": ""
  7399. }, {
  7400. "id": "40e28a31-b439-4eb8-8b0d-4009106308ad",
  7401. "comment": "",
  7402. "command": "type",
  7403. "target": "id=ex14card4section1-3preg30",
  7404. "targets": [
  7405. ["id=ex14card4section1-3preg30", "id"],
  7406. ["name=ex14card4section1-3preg30", "name"],
  7407. ["css=#ex14card4section1-3preg30", "css:finder"],
  7408. ["xpath=//textarea[@id='ex14card4section1-3preg30']", "xpath:attributes"],
  7409. ["xpath=//section[@id='wizard-p-0']/div/div[4]/div/textarea", "xpath:idRelative"],
  7410. ["xpath=//div[4]/div/textarea", "xpath:position"]
  7411. ],
  7412. "value": "14 c4 s1-3 3"
  7413. }, {
  7414. "id": "812d97a2-4b78-4c43-b953-01ee2d5e66f8",
  7415. "comment": "",
  7416. "command": "click",
  7417. "target": "id=ex14card4section1-3preg40",
  7418. "targets": [
  7419. ["id=ex14card4section1-3preg40", "id"],
  7420. ["name=ex14card4section1-3preg40", "name"],
  7421. ["css=#ex14card4section1-3preg40", "css:finder"],
  7422. ["xpath=//textarea[@id='ex14card4section1-3preg40']", "xpath:attributes"],
  7423. ["xpath=//section[@id='wizard-p-0']/div/div[5]/div/textarea", "xpath:idRelative"],
  7424. ["xpath=//div[5]/div/textarea", "xpath:position"]
  7425. ],
  7426. "value": ""
  7427. }, {
  7428. "id": "b01124fa-8157-4e89-824c-bebcaa4fac2d",
  7429. "comment": "",
  7430. "command": "type",
  7431. "target": "id=ex14card4section1-3preg40",
  7432. "targets": [
  7433. ["id=ex14card4section1-3preg40", "id"],
  7434. ["name=ex14card4section1-3preg40", "name"],
  7435. ["css=#ex14card4section1-3preg40", "css:finder"],
  7436. ["xpath=//textarea[@id='ex14card4section1-3preg40']", "xpath:attributes"],
  7437. ["xpath=//section[@id='wizard-p-0']/div/div[5]/div/textarea", "xpath:idRelative"],
  7438. ["xpath=//div[5]/div/textarea", "xpath:position"]
  7439. ],
  7440. "value": "14 c4 s1-3 4"
  7441. }, {
  7442. "id": "7deae444-191c-48cd-afa2-4765c2fd1007",
  7443. "comment": "",
  7444. "command": "click",
  7445. "target": "id=ex14card4section1-3preg50",
  7446. "targets": [
  7447. ["id=ex14card4section1-3preg50", "id"],
  7448. ["name=ex14card4section1-3preg50", "name"],
  7449. ["css=#ex14card4section1-3preg50", "css:finder"],
  7450. ["xpath=//textarea[@id='ex14card4section1-3preg50']", "xpath:attributes"],
  7451. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  7452. ["xpath=//div[6]/div/textarea", "xpath:position"]
  7453. ],
  7454. "value": ""
  7455. }, {
  7456. "id": "05e4610b-9c91-41f3-af3d-88765254ead4",
  7457. "comment": "",
  7458. "command": "type",
  7459. "target": "id=ex14card4section1-3preg50",
  7460. "targets": [
  7461. ["id=ex14card4section1-3preg50", "id"],
  7462. ["name=ex14card4section1-3preg50", "name"],
  7463. ["css=#ex14card4section1-3preg50", "css:finder"],
  7464. ["xpath=//textarea[@id='ex14card4section1-3preg50']", "xpath:attributes"],
  7465. ["xpath=//section[@id='wizard-p-0']/div/div[6]/div/textarea", "xpath:idRelative"],
  7466. ["xpath=//div[6]/div/textarea", "xpath:position"]
  7467. ],
  7468. "value": "14 c4 s1-3 5"
  7469. }, {
  7470. "id": "2cb2d876-bd0e-453a-91f4-63f5507c24bc",
  7471. "comment": "",
  7472. "command": "click",
  7473. "target": "linkText=Next",
  7474. "targets": [
  7475. ["linkText=Next", "linkText"],
  7476. ["css=.actions li:nth-child(2) > a", "css:finder"],
  7477. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  7478. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  7479. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  7480. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  7481. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  7482. ],
  7483. "value": ""
  7484. }, {
  7485. "id": "094784d2-a273-4405-98bd-82153d75ff4e",
  7486. "comment": "",
  7487. "command": "click",
  7488. "target": "id=wizard-t-0",
  7489. "targets": [
  7490. ["id=wizard-t-0", "id"],
  7491. ["css=#wizard-t-0", "css:finder"],
  7492. ["xpath=//a[@id='wizard-t-0']", "xpath:attributes"],
  7493. ["xpath=//form[@id='wizard']/div/ul/li/a", "xpath:idRelative"],
  7494. ["xpath=//a[contains(@href, '#wizard-h-0')]", "xpath:href"],
  7495. ["xpath=//form/div/ul/li/a", "xpath:position"],
  7496. ["xpath=//a[contains(.,'Card 1/3')]", "xpath:innerText"]
  7497. ],
  7498. "value": ""
  7499. }, {
  7500. "id": "6ad4e32a-7c10-4f04-933f-86cf260535e2",
  7501. "comment": "",
  7502. "command": "click",
  7503. "target": "id=wizard-t-1",
  7504. "targets": [
  7505. ["id=wizard-t-1", "id"],
  7506. ["css=#wizard-t-1", "css:finder"],
  7507. ["xpath=//a[@id='wizard-t-1']", "xpath:attributes"],
  7508. ["xpath=//form[@id='wizard']/div/ul/li[2]/a", "xpath:idRelative"],
  7509. ["xpath=//a[contains(@href, '#wizard-h-1')]", "xpath:href"],
  7510. ["xpath=//form/div/ul/li[2]/a", "xpath:position"],
  7511. ["xpath=//a[contains(.,'Card 2/3')]", "xpath:innerText"]
  7512. ],
  7513. "value": ""
  7514. }, {
  7515. "id": "97c944ea-e23c-4977-b7f3-881bfd334b5c",
  7516. "comment": "",
  7517. "command": "click",
  7518. "target": "id=ex14card4section2-3preg10Score",
  7519. "targets": [
  7520. ["id=ex14card4section2-3preg10Score", "id"],
  7521. ["name=ex14card4section2-3preg10Score", "name"],
  7522. ["css=#ex14card4section2-3preg10Score", "css:finder"],
  7523. ["xpath=//input[@id='ex14card4section2-3preg10Score']", "xpath:attributes"],
  7524. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/input", "xpath:idRelative"],
  7525. ["xpath=//div[2]/div/input", "xpath:position"]
  7526. ],
  7527. "value": ""
  7528. }, {
  7529. "id": "5bae5eb4-ef92-41be-bae5-597b083062b2",
  7530. "comment": "",
  7531. "command": "click",
  7532. "target": "css=.ex14card4section2-3preg10Score > .form-holder",
  7533. "targets": [
  7534. ["css=.ex14card4section2-3preg10Score > .form-holder", "css:finder"],
  7535. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div", "xpath:idRelative"],
  7536. ["xpath=//section[2]/div/div[2]/div", "xpath:position"]
  7537. ],
  7538. "value": ""
  7539. }, {
  7540. "id": "29d14a09-8a58-49aa-a478-e036b69a1b8b",
  7541. "comment": "",
  7542. "command": "type",
  7543. "target": "id=ex14card4section2-3preg10Score",
  7544. "targets": [
  7545. ["id=ex14card4section2-3preg10Score", "id"],
  7546. ["name=ex14card4section2-3preg10Score", "name"],
  7547. ["css=#ex14card4section2-3preg10Score", "css:finder"],
  7548. ["xpath=//input[@id='ex14card4section2-3preg10Score']", "xpath:attributes"],
  7549. ["xpath=//section[@id='wizard-p-1']/div/div[2]/div/input", "xpath:idRelative"],
  7550. ["xpath=//div[2]/div/input", "xpath:position"]
  7551. ],
  7552. "value": "14 c4 s2-3 1"
  7553. }, {
  7554. "id": "b982c63f-c720-4ebf-8396-3ea2fc51f4a3",
  7555. "comment": "",
  7556. "command": "click",
  7557. "target": "id=ex14card4section2-3preg10-10",
  7558. "targets": [
  7559. ["id=ex14card4section2-3preg10-10", "id"],
  7560. ["name=ex14card4section2-3preg10-10", "name"],
  7561. ["css=#ex14card4section2-3preg10-10", "css:finder"],
  7562. ["xpath=//input[@id='ex14card4section2-3preg10-10']", "xpath:attributes"],
  7563. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/input", "xpath:idRelative"],
  7564. ["xpath=//div[3]/div/input", "xpath:position"]
  7565. ],
  7566. "value": ""
  7567. }, {
  7568. "id": "e4d99783-868c-43b4-b593-a501d4667a03",
  7569. "comment": "",
  7570. "command": "type",
  7571. "target": "id=ex14card4section2-3preg10-10",
  7572. "targets": [
  7573. ["id=ex14card4section2-3preg10-10", "id"],
  7574. ["name=ex14card4section2-3preg10-10", "name"],
  7575. ["css=#ex14card4section2-3preg10-10", "css:finder"],
  7576. ["xpath=//input[@id='ex14card4section2-3preg10-10']", "xpath:attributes"],
  7577. ["xpath=//section[@id='wizard-p-1']/div/div[3]/div/input", "xpath:idRelative"],
  7578. ["xpath=//div[3]/div/input", "xpath:position"]
  7579. ],
  7580. "value": "14 c4 s2-3 2"
  7581. }, {
  7582. "id": "136b2008-64fa-4ded-b98a-0a66f130b334",
  7583. "comment": "",
  7584. "command": "click",
  7585. "target": "id=ex14card4section2-3preg10-20",
  7586. "targets": [
  7587. ["id=ex14card4section2-3preg10-20", "id"],
  7588. ["name=ex14card4section2-3preg10-20", "name"],
  7589. ["css=#ex14card4section2-3preg10-20", "css:finder"],
  7590. ["xpath=//input[@id='ex14card4section2-3preg10-20']", "xpath:attributes"],
  7591. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/input", "xpath:idRelative"],
  7592. ["xpath=//div[4]/div/input", "xpath:position"]
  7593. ],
  7594. "value": ""
  7595. }, {
  7596. "id": "da3c7c13-79d6-436b-acf6-57bf0cda84f3",
  7597. "comment": "",
  7598. "command": "type",
  7599. "target": "id=ex14card4section2-3preg10-20",
  7600. "targets": [
  7601. ["id=ex14card4section2-3preg10-20", "id"],
  7602. ["name=ex14card4section2-3preg10-20", "name"],
  7603. ["css=#ex14card4section2-3preg10-20", "css:finder"],
  7604. ["xpath=//input[@id='ex14card4section2-3preg10-20']", "xpath:attributes"],
  7605. ["xpath=//section[@id='wizard-p-1']/div/div[4]/div/input", "xpath:idRelative"],
  7606. ["xpath=//div[4]/div/input", "xpath:position"]
  7607. ],
  7608. "value": "14 c4 s2-3 3"
  7609. }, {
  7610. "id": "1ad14ba4-3f29-4b8c-ae84-15466841e592",
  7611. "comment": "",
  7612. "command": "click",
  7613. "target": "id=ex14card4section2-3preg10-30",
  7614. "targets": [
  7615. ["id=ex14card4section2-3preg10-30", "id"],
  7616. ["name=ex14card4section2-3preg10-30", "name"],
  7617. ["css=#ex14card4section2-3preg10-30", "css:finder"],
  7618. ["xpath=//input[@id='ex14card4section2-3preg10-30']", "xpath:attributes"],
  7619. ["xpath=//section[@id='wizard-p-1']/div/div[5]/div/input", "xpath:idRelative"],
  7620. ["xpath=//div[5]/div/input", "xpath:position"]
  7621. ],
  7622. "value": ""
  7623. }, {
  7624. "id": "7077baf0-704a-4981-bcbe-8c7bc140b147",
  7625. "comment": "",
  7626. "command": "type",
  7627. "target": "id=ex14card4section2-3preg10-30",
  7628. "targets": [
  7629. ["id=ex14card4section2-3preg10-30", "id"],
  7630. ["name=ex14card4section2-3preg10-30", "name"],
  7631. ["css=#ex14card4section2-3preg10-30", "css:finder"],
  7632. ["xpath=//input[@id='ex14card4section2-3preg10-30']", "xpath:attributes"],
  7633. ["xpath=//section[@id='wizard-p-1']/div/div[5]/div/input", "xpath:idRelative"],
  7634. ["xpath=//div[5]/div/input", "xpath:position"]
  7635. ],
  7636. "value": "14 c4 s2-3 4"
  7637. }, {
  7638. "id": "d77f1835-d9ee-436b-b00e-5d5289ed4bd6",
  7639. "comment": "",
  7640. "command": "click",
  7641. "target": "id=ex14card4section2-3preg20Score",
  7642. "targets": [
  7643. ["id=ex14card4section2-3preg20Score", "id"],
  7644. ["name=ex14card4section2-3preg20Score", "name"],
  7645. ["css=#ex14card4section2-3preg20Score", "css:finder"],
  7646. ["xpath=//input[@id='ex14card4section2-3preg20Score']", "xpath:attributes"],
  7647. ["xpath=//section[@id='wizard-p-1']/div/div[6]/div/input", "xpath:idRelative"],
  7648. ["xpath=//div[6]/div/input", "xpath:position"]
  7649. ],
  7650. "value": ""
  7651. }, {
  7652. "id": "db1e44be-d4de-43d8-b64f-3921a4c383ff",
  7653. "comment": "",
  7654. "command": "type",
  7655. "target": "id=ex14card4section2-3preg20Score",
  7656. "targets": [
  7657. ["id=ex14card4section2-3preg20Score", "id"],
  7658. ["name=ex14card4section2-3preg20Score", "name"],
  7659. ["css=#ex14card4section2-3preg20Score", "css:finder"],
  7660. ["xpath=//input[@id='ex14card4section2-3preg20Score']", "xpath:attributes"],
  7661. ["xpath=//section[@id='wizard-p-1']/div/div[6]/div/input", "xpath:idRelative"],
  7662. ["xpath=//div[6]/div/input", "xpath:position"]
  7663. ],
  7664. "value": "14 c4 s2-3 5"
  7665. }, {
  7666. "id": "62ccb493-8df0-4131-a172-bf40bbc48003",
  7667. "comment": "",
  7668. "command": "click",
  7669. "target": "id=ex14card4section2-3preg20-10",
  7670. "targets": [
  7671. ["id=ex14card4section2-3preg20-10", "id"],
  7672. ["name=ex14card4section2-3preg20-10", "name"],
  7673. ["css=#ex14card4section2-3preg20-10", "css:finder"],
  7674. ["xpath=//input[@id='ex14card4section2-3preg20-10']", "xpath:attributes"],
  7675. ["xpath=//section[@id='wizard-p-1']/div/div[7]/div/input", "xpath:idRelative"],
  7676. ["xpath=//div[7]/div/input", "xpath:position"]
  7677. ],
  7678. "value": ""
  7679. }, {
  7680. "id": "fae2a55a-80d7-4936-a7a3-a9d484b7ddb6",
  7681. "comment": "",
  7682. "command": "type",
  7683. "target": "id=ex14card4section2-3preg20-10",
  7684. "targets": [
  7685. ["id=ex14card4section2-3preg20-10", "id"],
  7686. ["name=ex14card4section2-3preg20-10", "name"],
  7687. ["css=#ex14card4section2-3preg20-10", "css:finder"],
  7688. ["xpath=//input[@id='ex14card4section2-3preg20-10']", "xpath:attributes"],
  7689. ["xpath=//section[@id='wizard-p-1']/div/div[7]/div/input", "xpath:idRelative"],
  7690. ["xpath=//div[7]/div/input", "xpath:position"]
  7691. ],
  7692. "value": "14 c4 s2-3 6"
  7693. }, {
  7694. "id": "1136e5b6-92ef-4e82-baa8-df2108af3bf0",
  7695. "comment": "",
  7696. "command": "click",
  7697. "target": "id=ex14card4section2-3preg20-20",
  7698. "targets": [
  7699. ["id=ex14card4section2-3preg20-20", "id"],
  7700. ["name=ex14card4section2-3preg20-20", "name"],
  7701. ["css=#ex14card4section2-3preg20-20", "css:finder"],
  7702. ["xpath=//input[@id='ex14card4section2-3preg20-20']", "xpath:attributes"],
  7703. ["xpath=//section[@id='wizard-p-1']/div/div[8]/div/input", "xpath:idRelative"],
  7704. ["xpath=//div[8]/div/input", "xpath:position"]
  7705. ],
  7706. "value": ""
  7707. }, {
  7708. "id": "4ea3c02c-3979-452b-b91e-d7e3765fe7fe",
  7709. "comment": "",
  7710. "command": "type",
  7711. "target": "id=ex14card4section2-3preg20-20",
  7712. "targets": [
  7713. ["id=ex14card4section2-3preg20-20", "id"],
  7714. ["name=ex14card4section2-3preg20-20", "name"],
  7715. ["css=#ex14card4section2-3preg20-20", "css:finder"],
  7716. ["xpath=//input[@id='ex14card4section2-3preg20-20']", "xpath:attributes"],
  7717. ["xpath=//section[@id='wizard-p-1']/div/div[8]/div/input", "xpath:idRelative"],
  7718. ["xpath=//div[8]/div/input", "xpath:position"]
  7719. ],
  7720. "value": "14 c4 s2-3 7"
  7721. }, {
  7722. "id": "3d241ec3-04db-4f44-96b1-1dce9e59f36f",
  7723. "comment": "",
  7724. "command": "click",
  7725. "target": "id=ex14card4section2-3preg20-30",
  7726. "targets": [
  7727. ["id=ex14card4section2-3preg20-30", "id"],
  7728. ["name=ex14card4section2-3preg20-30", "name"],
  7729. ["css=#ex14card4section2-3preg20-30", "css:finder"],
  7730. ["xpath=//input[@id='ex14card4section2-3preg20-30']", "xpath:attributes"],
  7731. ["xpath=//section[@id='wizard-p-1']/div/div[9]/div/input", "xpath:idRelative"],
  7732. ["xpath=//div[9]/div/input", "xpath:position"]
  7733. ],
  7734. "value": ""
  7735. }, {
  7736. "id": "5b949b59-4f3c-45d9-a485-c5dc5566b78f",
  7737. "comment": "",
  7738. "command": "type",
  7739. "target": "id=ex14card4section2-3preg20-30",
  7740. "targets": [
  7741. ["id=ex14card4section2-3preg20-30", "id"],
  7742. ["name=ex14card4section2-3preg20-30", "name"],
  7743. ["css=#ex14card4section2-3preg20-30", "css:finder"],
  7744. ["xpath=//input[@id='ex14card4section2-3preg20-30']", "xpath:attributes"],
  7745. ["xpath=//section[@id='wizard-p-1']/div/div[9]/div/input", "xpath:idRelative"],
  7746. ["xpath=//div[9]/div/input", "xpath:position"]
  7747. ],
  7748. "value": "14 c4 s2-3 8"
  7749. }, {
  7750. "id": "668ab24a-1b1b-44e5-9c13-a7b2c33684b4",
  7751. "comment": "",
  7752. "command": "click",
  7753. "target": "id=ex14card4section2-3preg30Score",
  7754. "targets": [
  7755. ["id=ex14card4section2-3preg30Score", "id"],
  7756. ["name=ex14card4section2-3preg30Score", "name"],
  7757. ["css=#ex14card4section2-3preg30Score", "css:finder"],
  7758. ["xpath=//input[@id='ex14card4section2-3preg30Score']", "xpath:attributes"],
  7759. ["xpath=//section[@id='wizard-p-1']/div/div[10]/div/input", "xpath:idRelative"],
  7760. ["xpath=//div[10]/div/input", "xpath:position"]
  7761. ],
  7762. "value": ""
  7763. }, {
  7764. "id": "e6add49a-4014-4987-9efb-676596a345c4",
  7765. "comment": "",
  7766. "command": "type",
  7767. "target": "id=ex14card4section2-3preg30Score",
  7768. "targets": [
  7769. ["id=ex14card4section2-3preg30Score", "id"],
  7770. ["name=ex14card4section2-3preg30Score", "name"],
  7771. ["css=#ex14card4section2-3preg30Score", "css:finder"],
  7772. ["xpath=//input[@id='ex14card4section2-3preg30Score']", "xpath:attributes"],
  7773. ["xpath=//section[@id='wizard-p-1']/div/div[10]/div/input", "xpath:idRelative"],
  7774. ["xpath=//div[10]/div/input", "xpath:position"]
  7775. ],
  7776. "value": "14 c4 s2-3 9"
  7777. }, {
  7778. "id": "af0ee9a9-2915-464c-b453-f8ae961101d2",
  7779. "comment": "",
  7780. "command": "click",
  7781. "target": "id=ex14card4section2-3preg30-10",
  7782. "targets": [
  7783. ["id=ex14card4section2-3preg30-10", "id"],
  7784. ["name=ex14card4section2-3preg30-10", "name"],
  7785. ["css=#ex14card4section2-3preg30-10", "css:finder"],
  7786. ["xpath=//input[@id='ex14card4section2-3preg30-10']", "xpath:attributes"],
  7787. ["xpath=//section[@id='wizard-p-1']/div/div[11]/div/input", "xpath:idRelative"],
  7788. ["xpath=//div[11]/div/input", "xpath:position"]
  7789. ],
  7790. "value": ""
  7791. }, {
  7792. "id": "16e54d76-68ba-4318-a7c1-aa8fb3baa92c",
  7793. "comment": "",
  7794. "command": "type",
  7795. "target": "id=ex14card4section2-3preg30-10",
  7796. "targets": [
  7797. ["id=ex14card4section2-3preg30-10", "id"],
  7798. ["name=ex14card4section2-3preg30-10", "name"],
  7799. ["css=#ex14card4section2-3preg30-10", "css:finder"],
  7800. ["xpath=//input[@id='ex14card4section2-3preg30-10']", "xpath:attributes"],
  7801. ["xpath=//section[@id='wizard-p-1']/div/div[11]/div/input", "xpath:idRelative"],
  7802. ["xpath=//div[11]/div/input", "xpath:position"]
  7803. ],
  7804. "value": "14 c4 s2-3 10"
  7805. }, {
  7806. "id": "4e9a764d-b7e8-40e1-8a7a-5b3eca19ded0",
  7807. "comment": "",
  7808. "command": "click",
  7809. "target": "id=ex14card4section2-3preg30-20",
  7810. "targets": [
  7811. ["id=ex14card4section2-3preg30-20", "id"],
  7812. ["name=ex14card4section2-3preg30-20", "name"],
  7813. ["css=#ex14card4section2-3preg30-20", "css:finder"],
  7814. ["xpath=//input[@id='ex14card4section2-3preg30-20']", "xpath:attributes"],
  7815. ["xpath=//section[@id='wizard-p-1']/div/div[12]/div/input", "xpath:idRelative"],
  7816. ["xpath=//div[12]/div/input", "xpath:position"]
  7817. ],
  7818. "value": ""
  7819. }, {
  7820. "id": "25c95bb8-0293-4002-8c29-40f93badf099",
  7821. "comment": "",
  7822. "command": "type",
  7823. "target": "id=ex14card4section2-3preg30-20",
  7824. "targets": [
  7825. ["id=ex14card4section2-3preg30-20", "id"],
  7826. ["name=ex14card4section2-3preg30-20", "name"],
  7827. ["css=#ex14card4section2-3preg30-20", "css:finder"],
  7828. ["xpath=//input[@id='ex14card4section2-3preg30-20']", "xpath:attributes"],
  7829. ["xpath=//section[@id='wizard-p-1']/div/div[12]/div/input", "xpath:idRelative"],
  7830. ["xpath=//div[12]/div/input", "xpath:position"]
  7831. ],
  7832. "value": "14 c4 s2-3 11"
  7833. }, {
  7834. "id": "45a2c2ad-8a14-45f5-8dbe-491be8bbde52",
  7835. "comment": "",
  7836. "command": "type",
  7837. "target": "id=ex14card4section2-3preg30-30",
  7838. "targets": [
  7839. ["id=ex14card4section2-3preg30-30", "id"],
  7840. ["name=ex14card4section2-3preg30-30", "name"],
  7841. ["css=#ex14card4section2-3preg30-30", "css:finder"],
  7842. ["xpath=//input[@id='ex14card4section2-3preg30-30']", "xpath:attributes"],
  7843. ["xpath=//section[@id='wizard-p-1']/div/div[13]/div/input", "xpath:idRelative"],
  7844. ["xpath=//div[13]/div/input", "xpath:position"]
  7845. ],
  7846. "value": "14 c4 s2-3 12"
  7847. }, {
  7848. "id": "ef74e4d5-895e-4620-9684-633e1574d69e",
  7849. "comment": "",
  7850. "command": "type",
  7851. "target": "id=ex14card4section2-3preg40Score",
  7852. "targets": [
  7853. ["id=ex14card4section2-3preg40Score", "id"],
  7854. ["name=ex14card4section2-3preg40Score", "name"],
  7855. ["css=#ex14card4section2-3preg40Score", "css:finder"],
  7856. ["xpath=//input[@id='ex14card4section2-3preg40Score']", "xpath:attributes"],
  7857. ["xpath=//section[@id='wizard-p-1']/div/div[14]/div/input", "xpath:idRelative"],
  7858. ["xpath=//div[14]/div/input", "xpath:position"]
  7859. ],
  7860. "value": "14 c4 s2-3 13"
  7861. }, {
  7862. "id": "4dc99e07-5aee-4b7d-8f6a-b10094ae5b59",
  7863. "comment": "",
  7864. "command": "click",
  7865. "target": "id=ex14card4section2-3preg40-10",
  7866. "targets": [
  7867. ["id=ex14card4section2-3preg40-10", "id"],
  7868. ["name=ex14card4section2-3preg40-10", "name"],
  7869. ["css=#ex14card4section2-3preg40-10", "css:finder"],
  7870. ["xpath=//input[@id='ex14card4section2-3preg40-10']", "xpath:attributes"],
  7871. ["xpath=//section[@id='wizard-p-1']/div/div[15]/div/input", "xpath:idRelative"],
  7872. ["xpath=//div[15]/div/input", "xpath:position"]
  7873. ],
  7874. "value": ""
  7875. }, {
  7876. "id": "240b81b7-b2a3-480c-a70a-526b1536ad0a",
  7877. "comment": "",
  7878. "command": "type",
  7879. "target": "id=ex14card4section2-3preg40-10",
  7880. "targets": [
  7881. ["id=ex14card4section2-3preg40-10", "id"],
  7882. ["name=ex14card4section2-3preg40-10", "name"],
  7883. ["css=#ex14card4section2-3preg40-10", "css:finder"],
  7884. ["xpath=//input[@id='ex14card4section2-3preg40-10']", "xpath:attributes"],
  7885. ["xpath=//section[@id='wizard-p-1']/div/div[15]/div/input", "xpath:idRelative"],
  7886. ["xpath=//div[15]/div/input", "xpath:position"]
  7887. ],
  7888. "value": "14 c4 s2-3 14"
  7889. }, {
  7890. "id": "9253fc13-5c61-49dd-8381-961e98305307",
  7891. "comment": "",
  7892. "command": "type",
  7893. "target": "id=ex14card4section2-3preg40-20",
  7894. "targets": [
  7895. ["id=ex14card4section2-3preg40-20", "id"],
  7896. ["name=ex14card4section2-3preg40-20", "name"],
  7897. ["css=#ex14card4section2-3preg40-20", "css:finder"],
  7898. ["xpath=//input[@id='ex14card4section2-3preg40-20']", "xpath:attributes"],
  7899. ["xpath=//section[@id='wizard-p-1']/div/div[16]/div/input", "xpath:idRelative"],
  7900. ["xpath=//div[16]/div/input", "xpath:position"]
  7901. ],
  7902. "value": "14 c4 s2-3 15"
  7903. }, {
  7904. "id": "4db6a025-4ebf-47ce-91bf-3d751b536355",
  7905. "comment": "",
  7906. "command": "type",
  7907. "target": "id=ex14card4section2-3preg40-30",
  7908. "targets": [
  7909. ["id=ex14card4section2-3preg40-30", "id"],
  7910. ["name=ex14card4section2-3preg40-30", "name"],
  7911. ["css=#ex14card4section2-3preg40-30", "css:finder"],
  7912. ["xpath=//input[@id='ex14card4section2-3preg40-30']", "xpath:attributes"],
  7913. ["xpath=//section[@id='wizard-p-1']/div/div[17]/div/input", "xpath:idRelative"],
  7914. ["xpath=//div[17]/div/input", "xpath:position"]
  7915. ],
  7916. "value": "14 c4 s2-3 16"
  7917. }, {
  7918. "id": "dcce1520-97d9-4827-aad0-e46547b82514",
  7919. "comment": "",
  7920. "command": "type",
  7921. "target": "id=ex14card4section2-3preg50Score",
  7922. "targets": [
  7923. ["id=ex14card4section2-3preg50Score", "id"],
  7924. ["name=ex14card4section2-3preg50Score", "name"],
  7925. ["css=#ex14card4section2-3preg50Score", "css:finder"],
  7926. ["xpath=//input[@id='ex14card4section2-3preg50Score']", "xpath:attributes"],
  7927. ["xpath=//section[@id='wizard-p-1']/div/div[18]/div/input", "xpath:idRelative"],
  7928. ["xpath=//div[18]/div/input", "xpath:position"]
  7929. ],
  7930. "value": "14 c4 s2-3 17"
  7931. }, {
  7932. "id": "021f8662-e2a2-40fc-a87d-56c2cbf33206",
  7933. "comment": "",
  7934. "command": "click",
  7935. "target": "id=ex14card4section2-3preg50-10",
  7936. "targets": [
  7937. ["id=ex14card4section2-3preg50-10", "id"],
  7938. ["name=ex14card4section2-3preg50-10", "name"],
  7939. ["css=#ex14card4section2-3preg50-10", "css:finder"],
  7940. ["xpath=//input[@id='ex14card4section2-3preg50-10']", "xpath:attributes"],
  7941. ["xpath=//section[@id='wizard-p-1']/div/div[19]/div/input", "xpath:idRelative"],
  7942. ["xpath=//div[19]/div/input", "xpath:position"]
  7943. ],
  7944. "value": ""
  7945. }, {
  7946. "id": "1fad80a4-f8d1-4674-845c-f8723f9a39bb",
  7947. "comment": "",
  7948. "command": "type",
  7949. "target": "id=ex14card4section2-3preg50-10",
  7950. "targets": [
  7951. ["id=ex14card4section2-3preg50-10", "id"],
  7952. ["name=ex14card4section2-3preg50-10", "name"],
  7953. ["css=#ex14card4section2-3preg50-10", "css:finder"],
  7954. ["xpath=//input[@id='ex14card4section2-3preg50-10']", "xpath:attributes"],
  7955. ["xpath=//section[@id='wizard-p-1']/div/div[19]/div/input", "xpath:idRelative"],
  7956. ["xpath=//div[19]/div/input", "xpath:position"]
  7957. ],
  7958. "value": "14 c4 s2-3 18"
  7959. }, {
  7960. "id": "e3b3090e-4ca5-4845-8f3f-92aec415e72e",
  7961. "comment": "",
  7962. "command": "click",
  7963. "target": "css=.ex14card4section2-3preg50-20 > .form-holder",
  7964. "targets": [
  7965. ["css=.ex14card4section2-3preg50-20 > .form-holder", "css:finder"],
  7966. ["xpath=//section[@id='wizard-p-1']/div/div[20]/div", "xpath:idRelative"],
  7967. ["xpath=//div[20]/div", "xpath:position"]
  7968. ],
  7969. "value": ""
  7970. }, {
  7971. "id": "6d7c6303-1901-46e9-ad70-fc8df3dca396",
  7972. "comment": "",
  7973. "command": "click",
  7974. "target": "id=ex14card4section2-3preg50-20",
  7975. "targets": [
  7976. ["id=ex14card4section2-3preg50-20", "id"],
  7977. ["name=ex14card4section2-3preg50-20", "name"],
  7978. ["css=#ex14card4section2-3preg50-20", "css:finder"],
  7979. ["xpath=//input[@id='ex14card4section2-3preg50-20']", "xpath:attributes"],
  7980. ["xpath=//section[@id='wizard-p-1']/div/div[20]/div/input", "xpath:idRelative"],
  7981. ["xpath=//div[20]/div/input", "xpath:position"]
  7982. ],
  7983. "value": ""
  7984. }, {
  7985. "id": "4158dd4f-6b8b-43b9-8756-0a658222b0dc",
  7986. "comment": "",
  7987. "command": "type",
  7988. "target": "id=ex14card4section2-3preg50-20",
  7989. "targets": [
  7990. ["id=ex14card4section2-3preg50-20", "id"],
  7991. ["name=ex14card4section2-3preg50-20", "name"],
  7992. ["css=#ex14card4section2-3preg50-20", "css:finder"],
  7993. ["xpath=//input[@id='ex14card4section2-3preg50-20']", "xpath:attributes"],
  7994. ["xpath=//section[@id='wizard-p-1']/div/div[20]/div/input", "xpath:idRelative"],
  7995. ["xpath=//div[20]/div/input", "xpath:position"]
  7996. ],
  7997. "value": "14 c4 s2-3 19"
  7998. }, {
  7999. "id": "1d7738d7-4fa2-456c-ada8-d556bd826b92",
  8000. "comment": "",
  8001. "command": "click",
  8002. "target": "id=ex14card4section2-3preg50-30",
  8003. "targets": [
  8004. ["id=ex14card4section2-3preg50-30", "id"],
  8005. ["name=ex14card4section2-3preg50-30", "name"],
  8006. ["css=#ex14card4section2-3preg50-30", "css:finder"],
  8007. ["xpath=//input[@id='ex14card4section2-3preg50-30']", "xpath:attributes"],
  8008. ["xpath=//section[@id='wizard-p-1']/div/div[21]/div/input", "xpath:idRelative"],
  8009. ["xpath=//div[21]/div/input", "xpath:position"]
  8010. ],
  8011. "value": ""
  8012. }, {
  8013. "id": "3cd2aa84-b5b3-4b88-8490-6ff1f66dc4bc",
  8014. "comment": "",
  8015. "command": "type",
  8016. "target": "id=ex14card4section2-3preg50-30",
  8017. "targets": [
  8018. ["id=ex14card4section2-3preg50-30", "id"],
  8019. ["name=ex14card4section2-3preg50-30", "name"],
  8020. ["css=#ex14card4section2-3preg50-30", "css:finder"],
  8021. ["xpath=//input[@id='ex14card4section2-3preg50-30']", "xpath:attributes"],
  8022. ["xpath=//section[@id='wizard-p-1']/div/div[21]/div/input", "xpath:idRelative"],
  8023. ["xpath=//div[21]/div/input", "xpath:position"]
  8024. ],
  8025. "value": "14 c4 s2-3 20"
  8026. }, {
  8027. "id": "4c6ce8be-a337-4712-ac88-b5642729eb10",
  8028. "comment": "",
  8029. "command": "click",
  8030. "target": "linkText=Next",
  8031. "targets": [
  8032. ["linkText=Next", "linkText"],
  8033. ["css=.actions li:nth-child(2) > a", "css:finder"],
  8034. ["xpath=//a[contains(text(),'Next')]", "xpath:link"],
  8035. ["xpath=//form[@id='wizard']/div[3]/ul/li[2]/a", "xpath:idRelative"],
  8036. ["xpath=//a[contains(@href, '#next')]", "xpath:href"],
  8037. ["xpath=//div[3]/ul/li[2]/a", "xpath:position"],
  8038. ["xpath=//a[contains(.,'Next')]", "xpath:innerText"]
  8039. ],
  8040. "value": ""
  8041. }, {
  8042. "id": "bd8ba753-46ab-4954-8f0b-6ca46bf90378",
  8043. "comment": "",
  8044. "command": "click",
  8045. "target": "id=ex14card4section3-3preg10-20",
  8046. "targets": [
  8047. ["id=ex14card4section3-3preg10-20", "id"],
  8048. ["name=ex14card4section3-3preg10-20", "name"],
  8049. ["css=#ex14card4section3-3preg10-20", "css:finder"],
  8050. ["xpath=//input[@id='ex14card4section3-3preg10-20']", "xpath:attributes"],
  8051. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  8052. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  8053. ],
  8054. "value": ""
  8055. }, {
  8056. "id": "a8e84b33-78bc-4acf-a805-1e152db5a963",
  8057. "comment": "",
  8058. "command": "click",
  8059. "target": "id=ex14card4section3-3preg10-20",
  8060. "targets": [
  8061. ["id=ex14card4section3-3preg10-20", "id"],
  8062. ["name=ex14card4section3-3preg10-20", "name"],
  8063. ["css=#ex14card4section3-3preg10-20", "css:finder"],
  8064. ["xpath=//input[@id='ex14card4section3-3preg10-20']", "xpath:attributes"],
  8065. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  8066. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  8067. ],
  8068. "value": ""
  8069. }, {
  8070. "id": "90d7eb13-c0a5-43db-a7c9-4fdc0489760e",
  8071. "comment": "",
  8072. "command": "click",
  8073. "target": "css=.content-wrapper > .content",
  8074. "targets": [
  8075. ["css=.content-wrapper > .content", "css:finder"],
  8076. ["xpath=//section[2]", "xpath:position"]
  8077. ],
  8078. "value": ""
  8079. }, {
  8080. "id": "02db8211-fe89-475c-aa1b-36fea59fb610",
  8081. "comment": "",
  8082. "command": "type",
  8083. "target": "id=ex14card4section3-3preg10-20",
  8084. "targets": [
  8085. ["id=ex14card4section3-3preg10-20", "id"],
  8086. ["name=ex14card4section3-3preg10-20", "name"],
  8087. ["css=#ex14card4section3-3preg10-20", "css:finder"],
  8088. ["xpath=//input[@id='ex14card4section3-3preg10-20']", "xpath:attributes"],
  8089. ["xpath=//section[@id='wizard-p-2']/div/div[4]/div/input", "xpath:idRelative"],
  8090. ["xpath=//section[3]/div/div[4]/div/input", "xpath:position"]
  8091. ],
  8092. "value": "14 c4 s3-3 1"
  8093. }, {
  8094. "id": "edb30160-920c-439e-a016-1730425aebaa",
  8095. "comment": "",
  8096. "command": "click",
  8097. "target": "id=ex14card4section3-3preg10-30",
  8098. "targets": [
  8099. ["id=ex14card4section3-3preg10-30", "id"],
  8100. ["name=ex14card4section3-3preg10-30", "name"],
  8101. ["css=#ex14card4section3-3preg10-30", "css:finder"],
  8102. ["xpath=//textarea[@id='ex14card4section3-3preg10-30']", "xpath:attributes"],
  8103. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  8104. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  8105. ],
  8106. "value": ""
  8107. }, {
  8108. "id": "87ee0a78-87fa-4a48-9f76-fe3836371fff",
  8109. "comment": "",
  8110. "command": "type",
  8111. "target": "id=ex14card4section3-3preg10-30",
  8112. "targets": [
  8113. ["id=ex14card4section3-3preg10-30", "id"],
  8114. ["name=ex14card4section3-3preg10-30", "name"],
  8115. ["css=#ex14card4section3-3preg10-30", "css:finder"],
  8116. ["xpath=//textarea[@id='ex14card4section3-3preg10-30']", "xpath:attributes"],
  8117. ["xpath=//section[@id='wizard-p-2']/div/div[5]/div/textarea", "xpath:idRelative"],
  8118. ["xpath=//section[3]/div/div[5]/div/textarea", "xpath:position"]
  8119. ],
  8120. "value": "14 c4 s3-3 2"
  8121. }, {
  8122. "id": "8f38fe07-6508-4f67-826e-c86303277b3c",
  8123. "comment": "",
  8124. "command": "click",
  8125. "target": "id=ex14card4section3-3preg20-20",
  8126. "targets": [
  8127. ["id=ex14card4section3-3preg20-20", "id"],
  8128. ["name=ex14card4section3-3preg20-20", "name"],
  8129. ["css=#ex14card4section3-3preg20-20", "css:finder"],
  8130. ["xpath=//input[@id='ex14card4section3-3preg20-20']", "xpath:attributes"],
  8131. ["xpath=//section[@id='wizard-p-2']/div/div[8]/div/input", "xpath:idRelative"],
  8132. ["xpath=//section[3]/div/div[8]/div/input", "xpath:position"]
  8133. ],
  8134. "value": ""
  8135. }, {
  8136. "id": "de01b366-7037-44af-a16d-018b1727ad6a",
  8137. "comment": "",
  8138. "command": "type",
  8139. "target": "id=ex14card4section3-3preg20-20",
  8140. "targets": [
  8141. ["id=ex14card4section3-3preg20-20", "id"],
  8142. ["name=ex14card4section3-3preg20-20", "name"],
  8143. ["css=#ex14card4section3-3preg20-20", "css:finder"],
  8144. ["xpath=//input[@id='ex14card4section3-3preg20-20']", "xpath:attributes"],
  8145. ["xpath=//section[@id='wizard-p-2']/div/div[8]/div/input", "xpath:idRelative"],
  8146. ["xpath=//section[3]/div/div[8]/div/input", "xpath:position"]
  8147. ],
  8148. "value": "14 c4 s3-3 3"
  8149. }, {
  8150. "id": "ae170952-a1d1-4207-867b-97bcb1840c4d",
  8151. "comment": "",
  8152. "command": "click",
  8153. "target": "id=ex14card4section3-3preg20-30",
  8154. "targets": [
  8155. ["id=ex14card4section3-3preg20-30", "id"],
  8156. ["name=ex14card4section3-3preg20-30", "name"],
  8157. ["css=#ex14card4section3-3preg20-30", "css:finder"],
  8158. ["xpath=//textarea[@id='ex14card4section3-3preg20-30']", "xpath:attributes"],
  8159. ["xpath=//section[@id='wizard-p-2']/div/div[9]/div/textarea", "xpath:idRelative"],
  8160. ["xpath=//div[9]/div/textarea", "xpath:position"]
  8161. ],
  8162. "value": ""
  8163. }, {
  8164. "id": "c05cb44f-471f-4bcd-8312-a47092352053",
  8165. "comment": "",
  8166. "command": "type",
  8167. "target": "id=ex14card4section3-3preg20-30",
  8168. "targets": [
  8169. ["id=ex14card4section3-3preg20-30", "id"],
  8170. ["name=ex14card4section3-3preg20-30", "name"],
  8171. ["css=#ex14card4section3-3preg20-30", "css:finder"],
  8172. ["xpath=//textarea[@id='ex14card4section3-3preg20-30']", "xpath:attributes"],
  8173. ["xpath=//section[@id='wizard-p-2']/div/div[9]/div/textarea", "xpath:idRelative"],
  8174. ["xpath=//div[9]/div/textarea", "xpath:position"]
  8175. ],
  8176. "value": "14 c4 s3-3 4"
  8177. }, {
  8178. "id": "49fdc9cc-6e05-4007-9086-b4689977a5dc",
  8179. "comment": "",
  8180. "command": "click",
  8181. "target": "id=ex14card4section3-3preg30-20",
  8182. "targets": [
  8183. ["id=ex14card4section3-3preg30-20", "id"],
  8184. ["name=ex14card4section3-3preg30-20", "name"],
  8185. ["css=#ex14card4section3-3preg30-20", "css:finder"],
  8186. ["xpath=//input[@id='ex14card4section3-3preg30-20']", "xpath:attributes"],
  8187. ["xpath=//section[@id='wizard-p-2']/div/div[12]/div/input", "xpath:idRelative"],
  8188. ["xpath=//section[3]/div/div[12]/div/input", "xpath:position"]
  8189. ],
  8190. "value": ""
  8191. }, {
  8192. "id": "242c0ed9-4fef-41aa-9718-20a9f9dd9956",
  8193. "comment": "",
  8194. "command": "type",
  8195. "target": "id=ex14card4section3-3preg30-20",
  8196. "targets": [
  8197. ["id=ex14card4section3-3preg30-20", "id"],
  8198. ["name=ex14card4section3-3preg30-20", "name"],
  8199. ["css=#ex14card4section3-3preg30-20", "css:finder"],
  8200. ["xpath=//input[@id='ex14card4section3-3preg30-20']", "xpath:attributes"],
  8201. ["xpath=//section[@id='wizard-p-2']/div/div[12]/div/input", "xpath:idRelative"],
  8202. ["xpath=//section[3]/div/div[12]/div/input", "xpath:position"]
  8203. ],
  8204. "value": "14 c4 s3-3 5"
  8205. }, {
  8206. "id": "57ae8624-b8f3-4b9a-89ef-a8fa0fdfae2d",
  8207. "comment": "",
  8208. "command": "click",
  8209. "target": "id=ex14card4section3-3preg30-30",
  8210. "targets": [
  8211. ["id=ex14card4section3-3preg30-30", "id"],
  8212. ["name=ex14card4section3-3preg30-30", "name"],
  8213. ["css=#ex14card4section3-3preg30-30", "css:finder"],
  8214. ["xpath=//textarea[@id='ex14card4section3-3preg30-30']", "xpath:attributes"],
  8215. ["xpath=//section[@id='wizard-p-2']/div/div[13]/div/textarea", "xpath:idRelative"],
  8216. ["xpath=//div[13]/div/textarea", "xpath:position"]
  8217. ],
  8218. "value": ""
  8219. }, {
  8220. "id": "39194740-b051-483c-a625-e06a2f59fa21",
  8221. "comment": "",
  8222. "command": "type",
  8223. "target": "id=ex14card4section3-3preg30-30",
  8224. "targets": [
  8225. ["id=ex14card4section3-3preg30-30", "id"],
  8226. ["name=ex14card4section3-3preg30-30", "name"],
  8227. ["css=#ex14card4section3-3preg30-30", "css:finder"],
  8228. ["xpath=//textarea[@id='ex14card4section3-3preg30-30']", "xpath:attributes"],
  8229. ["xpath=//section[@id='wizard-p-2']/div/div[13]/div/textarea", "xpath:idRelative"],
  8230. ["xpath=//div[13]/div/textarea", "xpath:position"]
  8231. ],
  8232. "value": "14 c4 s3-3 6"
  8233. }, {
  8234. "id": "72fc051d-64b6-4b4f-b6eb-2c7641521d8c",
  8235. "comment": "",
  8236. "command": "click",
  8237. "target": "id=ex14card4section3-3preg40-20",
  8238. "targets": [
  8239. ["id=ex14card4section3-3preg40-20", "id"],
  8240. ["name=ex14card4section3-3preg40-20", "name"],
  8241. ["css=#ex14card4section3-3preg40-20", "css:finder"],
  8242. ["xpath=//input[@id='ex14card4section3-3preg40-20']", "xpath:attributes"],
  8243. ["xpath=//section[@id='wizard-p-2']/div/div[16]/div/input", "xpath:idRelative"],
  8244. ["xpath=//section[3]/div/div[16]/div/input", "xpath:position"]
  8245. ],
  8246. "value": ""
  8247. }, {
  8248. "id": "617a4bc7-3879-4c85-99bb-1ab3e2a29c14",
  8249. "comment": "",
  8250. "command": "type",
  8251. "target": "id=ex14card4section3-3preg40-20",
  8252. "targets": [
  8253. ["id=ex14card4section3-3preg40-20", "id"],
  8254. ["name=ex14card4section3-3preg40-20", "name"],
  8255. ["css=#ex14card4section3-3preg40-20", "css:finder"],
  8256. ["xpath=//input[@id='ex14card4section3-3preg40-20']", "xpath:attributes"],
  8257. ["xpath=//section[@id='wizard-p-2']/div/div[16]/div/input", "xpath:idRelative"],
  8258. ["xpath=//section[3]/div/div[16]/div/input", "xpath:position"]
  8259. ],
  8260. "value": "14 c4 s3-3 7"
  8261. }, {
  8262. "id": "945e8e2b-8e0b-4bae-9d7a-213a2e8b1e1a",
  8263. "comment": "",
  8264. "command": "click",
  8265. "target": "id=ex14card4section3-3preg40-30",
  8266. "targets": [
  8267. ["id=ex14card4section3-3preg40-30", "id"],
  8268. ["name=ex14card4section3-3preg40-30", "name"],
  8269. ["css=#ex14card4section3-3preg40-30", "css:finder"],
  8270. ["xpath=//textarea[@id='ex14card4section3-3preg40-30']", "xpath:attributes"],
  8271. ["xpath=//section[@id='wizard-p-2']/div/div[17]/div/textarea", "xpath:idRelative"],
  8272. ["xpath=//div[17]/div/textarea", "xpath:position"]
  8273. ],
  8274. "value": ""
  8275. }, {
  8276. "id": "4ddac72a-6c8f-4684-bbcf-f13128245b4a",
  8277. "comment": "",
  8278. "command": "type",
  8279. "target": "id=ex14card4section3-3preg40-30",
  8280. "targets": [
  8281. ["id=ex14card4section3-3preg40-30", "id"],
  8282. ["name=ex14card4section3-3preg40-30", "name"],
  8283. ["css=#ex14card4section3-3preg40-30", "css:finder"],
  8284. ["xpath=//textarea[@id='ex14card4section3-3preg40-30']", "xpath:attributes"],
  8285. ["xpath=//section[@id='wizard-p-2']/div/div[17]/div/textarea", "xpath:idRelative"],
  8286. ["xpath=//div[17]/div/textarea", "xpath:position"]
  8287. ],
  8288. "value": "14 c4 s3-3 8"
  8289. }, {
  8290. "id": "b76eb74d-106f-4c39-91fb-0c78bb8a95ff",
  8291. "comment": "",
  8292. "command": "click",
  8293. "target": "id=ex14card4section3-3preg50-20",
  8294. "targets": [
  8295. ["id=ex14card4section3-3preg50-20", "id"],
  8296. ["name=ex14card4section3-3preg50-20", "name"],
  8297. ["css=#ex14card4section3-3preg50-20", "css:finder"],
  8298. ["xpath=//input[@id='ex14card4section3-3preg50-20']", "xpath:attributes"],
  8299. ["xpath=//section[@id='wizard-p-2']/div/div[20]/div/input", "xpath:idRelative"],
  8300. ["xpath=//section[3]/div/div[20]/div/input", "xpath:position"]
  8301. ],
  8302. "value": ""
  8303. }, {
  8304. "id": "5b547880-e52f-4dba-a529-617ba85dcbe5",
  8305. "comment": "",
  8306. "command": "type",
  8307. "target": "id=ex14card4section3-3preg50-20",
  8308. "targets": [
  8309. ["id=ex14card4section3-3preg50-20", "id"],
  8310. ["name=ex14card4section3-3preg50-20", "name"],
  8311. ["css=#ex14card4section3-3preg50-20", "css:finder"],
  8312. ["xpath=//input[@id='ex14card4section3-3preg50-20']", "xpath:attributes"],
  8313. ["xpath=//section[@id='wizard-p-2']/div/div[20]/div/input", "xpath:idRelative"],
  8314. ["xpath=//section[3]/div/div[20]/div/input", "xpath:position"]
  8315. ],
  8316. "value": "14 c4 s3-3 9"
  8317. }, {
  8318. "id": "cbf501e3-7a10-4a61-965e-1b1df9912e37",
  8319. "comment": "",
  8320. "command": "click",
  8321. "target": "id=ex14card4section3-3preg50-30",
  8322. "targets": [
  8323. ["id=ex14card4section3-3preg50-30", "id"],
  8324. ["name=ex14card4section3-3preg50-30", "name"],
  8325. ["css=#ex14card4section3-3preg50-30", "css:finder"],
  8326. ["xpath=//textarea[@id='ex14card4section3-3preg50-30']", "xpath:attributes"],
  8327. ["xpath=//section[@id='wizard-p-2']/div/div[21]/div/textarea", "xpath:idRelative"],
  8328. ["xpath=//div[21]/div/textarea", "xpath:position"]
  8329. ],
  8330. "value": ""
  8331. }, {
  8332. "id": "63c65c80-1079-4b04-8b48-ec128dcc7f86",
  8333. "comment": "",
  8334. "command": "type",
  8335. "target": "id=ex14card4section3-3preg50-30",
  8336. "targets": [
  8337. ["id=ex14card4section3-3preg50-30", "id"],
  8338. ["name=ex14card4section3-3preg50-30", "name"],
  8339. ["css=#ex14card4section3-3preg50-30", "css:finder"],
  8340. ["xpath=//textarea[@id='ex14card4section3-3preg50-30']", "xpath:attributes"],
  8341. ["xpath=//section[@id='wizard-p-2']/div/div[21]/div/textarea", "xpath:idRelative"],
  8342. ["xpath=//div[21]/div/textarea", "xpath:position"]
  8343. ],
  8344. "value": "14 c4 s3-3 10"
  8345. }, {
  8346. "id": "35588814-98f2-4f53-bfc9-2bafc6094305",
  8347. "comment": "",
  8348. "command": "click",
  8349. "target": "linkText=Finish",
  8350. "targets": [
  8351. ["linkText=Finish", "linkText"],
  8352. ["css=.actions li:nth-child(3) > a", "css:finder"],
  8353. ["xpath=//a[contains(text(),'Finish')]", "xpath:link"],
  8354. ["xpath=//form[@id='wizard']/div[3]/ul/li[3]/a", "xpath:idRelative"],
  8355. ["xpath=//a[contains(@href, '#finish')]", "xpath:href"],
  8356. ["xpath=//div[3]/ul/li[3]/a", "xpath:position"],
  8357. ["xpath=//a[contains(.,'Finish')]", "xpath:innerText"]
  8358. ],
  8359. "value": ""
  8360. }, {
  8361. "id": "fdb44820-36f6-4d4f-88a8-2ba6a6b6923a",
  8362. "comment": "",
  8363. "command": "mouseOver",
  8364. "target": "css=.disabled > a",
  8365. "targets": [
  8366. ["css=.disabled > a", "css:finder"],
  8367. ["xpath=//a[contains(text(),'Back')]", "xpath:link"],
  8368. ["xpath=//form[@id='wizard']/div[3]/ul/li/a", "xpath:idRelative"],
  8369. ["xpath=//a[contains(@href, '#previous')]", "xpath:href"],
  8370. ["xpath=//div[3]/ul/li/a", "xpath:position"],
  8371. ["xpath=//a[contains(.,'Back')]", "xpath:innerText"]
  8372. ],
  8373. "value": ""
  8374. }]
  8375. }],
  8376. "suites": [{
  8377. "id": "d9bb23a6-442c-4a5b-98e1-9b5eff033265",
  8378. "name": "Default Suite",
  8379. "persistSession": false,
  8380. "parallel": false,
  8381. "timeout": 300,
  8382. "tests": ["e1d61e0a-312f-4d95-b5a4-bf3444f7f260"]
  8383. }],
  8384. "urls": ["http://acdrtoolbox.dev.prometeoinnovations.com/"],
  8385. "plugins": []
  8386. }