May 9, 2025
In this video, we briefly and clearly show how to manage cookies in mobile web applications using Appium, including setting, getting, and deleting cookies during tests.
(more…)
May 9, 2025
In mobile web automation, handling cookies plays an important role in managing sessions, authentication, and user preferences. Cookies allow a website to remember user information across different pages or even different sessions. In Appium, cookie handling is primarily used when automating mobile browsers such as Chrome on Android or Safari
(more…)
May 9, 2025
Learn how to simulate drag and drop gestures in mobile applications using Appium’s touch action capabilities. In this lesson you will learn: How to identify draggable and droppable elements Prerequisites: Appium basic setup Familiarity with element interaction in Appium Get Started: Read the text version Watch the screencast
(more…)
May 9, 2025
In this video, we briefly and clearly show how to perform drag and drop actions using Appium to simulate real user gestures in mobile apps
(more…)
May 9, 2025
The drag and drop action is a common interaction in mobile applications, especially in scenarios involving sorting, rearranging, or moving elements within a view. In test automation, being able to simulate a precise drag-and-drop gesture is essential for verifying that UI behavior functions as expected. Appium provides gesture support through
(more…)