Add tests for URL schemes

pull/4/head
Vadim vtroshchinskiy 2023-12-19 14:49:25 +01:00
parent 5e5c125c71
commit 816ccacb12
1 changed files with 17 additions and 2 deletions

View File

@ -29,9 +29,19 @@
<tr>
<td>Scheme</td>
<td>Test</td>
<td>Descripcion</td>
<td>Description</td>
</tr>
</thead>
<tr>
<td>HTTP</td>
<td><a href="https://google.com">Google en ventana actual</a></td>
<td>Abrir en pestaña nueva</td>
</tr>
<tr>
<td>HTTP</td>
<td><a href="https://google.com" target="_blank">Google en ventana nueva</a></td>
<td>Abrir en pestaña nueva</td>
</tr>
<tr>
<td>command</td>
<td><a href="command:/bin/true">Ejecutar</a></td>
@ -67,7 +77,12 @@
<td><a href="command+confirm+output:/bin/ping -c 5 127.0.0.1">Ejecutar</a></td>
<td>Ejecutar comando con confirmacion, salida y largo tiempo (5s)</td>
</tr>
<tr>
<td>UDSS</td>
<td><a href="udss://pcvirtual.cv.uma.es/ylo9l0zv7odzl4ww4nazrisz65vvebipfdlrou14/e99zib94jxrd1ybmj6xaj1cg6pnp9iqm">UDS</a></td>
<td>Abrir URL udss://</td>
</tr>
</table>
</body>
</html>
</html>