• Background Image

    News & Updates

May 9, 2025

Appium Cookie Handling: ScreenCast

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

Appium Cookie Handling: Text Version

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

Appium Drag & Drop

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

Appium Drag & Drop: ScreenCast

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

Appium Drag & Drop: Text Version

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…)
May 8, 2025

Appium Alert Handling

Learn how to detect and interact with system and in-app alerts during mobile automation using Appium. In this lesson you will learn: How to accept or dismiss alerts Prerequisites: Appium basic setup Working mobile test environment Get Started: Read the text version Watch the screencast   (more…)
May 8, 2025

Appium Alert Handling: ScreenCast

In this video, we briefly and clearly show how to handle system and in-app alerts in mobile automation using Appium, including accepting, dismissing, and reading alert messages.   (more…)
May 8, 2025

Appium Alert Handling: Text Version

Alert dialogs are commonly encountered in mobile applications and play a crucial role in test automation. In test scenarios, it is essential to detect these alerts and take appropriate actions to ensure the application behaves as expected. Appium provides various methods for handling alerts, which typically involve clicking a button (more…)
May 8, 2025

Appium Windows, Tabs and iFrames

Learn how to handle multiple windows, browser tabs, and iFrames in mobile web and hybrid app testing with Appium. In this lesson you will learn: How to switch between contexts How to interact with elements inside iFrames Prerequisites: Appium basic setup Get Started: Read the text version Watch the screencast (more…)
May 8, 2025

Appium Windows, Tabs and iFrames: ScreenCast

In this video, we briefly and clearly show how to work with browser tabs, and iFrames in mobile automation using Appium, especially in hybrid and web apps. (more…)