From 64aef24bb9fd6cc774b336d081beadf39872bf50 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Thu, 3 Oct 2024 14:57:56 +0200 Subject: [PATCH] =?UTF-8?q?modif=2010-01=20ajout=20num=C3=A9ro=20t=C3=A9l?= =?UTF-8?q?=C3=A9phone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- membres.side | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/membres.side b/membres.side index be4e34b..76a0dab 100644 --- a/membres.side +++ b/membres.side @@ -26229,6 +26229,26 @@ ["xpath=//dd[4]/input", "xpath:position"] ], "value": "${courriel}" + }, { + "id": "f06bb68a-56d6-4555-a188-82ef4e5f3e91", + "comment": "", + "command": "executeScript", + "target": "return '0' + Math.random().toString(10).substring(2, 11);", + "targets": [], + "value": "tel" + }, { + "id": "808947f4-36f6-4cbd-9f90-8e2b5302a413", + "comment": "", + "command": "type", + "target": "id=f_telephone", + "targets": [ + ["id=f_telephone", "id"], + ["name=telephone", "name"], + ["css=#f_telephone", "css:finder"], + ["xpath=//input[@id='f_telephone']", "xpath:attributes"], + ["xpath=//dd[11]/input", "xpath:position"] + ], + "value": "${tel}" }, { "id": "be147bdc-5664-43c0-9682-7cb079fbe87b", "comment": "", @@ -47731,4 +47751,4 @@ }], "urls": ["http://test.paheko.localhost/"], "plugins": [] -} \ No newline at end of file +}