From 48faedf1ba38c06e1cf5d08526fe8918ee180281 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Fri, 8 Mar 2024 17:39:26 +0100 Subject: [PATCH] docs: Remove deprecated touch command from the endpoints list (#2340) --- docs/endpoints.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/endpoints.md b/docs/endpoints.md index f512f7c8d..b9bdcacc7 100644 --- a/docs/endpoints.md +++ b/docs/endpoints.md @@ -66,8 +66,6 @@ | POST | /accept_alert | none | | | POST | /dismiss_alert | none | | | POST | /click | | button | -| POST | /touch/click | element | | -| POST | /touch/flick | | element, xspeed, yspeed, xoffset, yoffset, speed | | GET | /location | | | | POST | /location | location | | | POST | /log | type | | @@ -75,8 +73,6 @@ | GET | /context | | | | POST | /context | name | | | GET | /contexts | | | -| POST | /touch/perform | actions | | -| POST | /touch/multi/perform | actions | elementId | | POST | /receive_async_response | status, value | |