Skip to content

Commit 0d75c02

Browse files
authored
Merge pull request #2198 from Ishavyas9/main
Mobile app advanced capabilities
2 parents ffbed94 + be0d95b commit 0d75c02

File tree

4 files changed

+61
-0
lines changed

4 files changed

+61
-0
lines changed
90.9 KB
Loading
102 KB
Loading
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
id: kane-ai-mobile-app-capabilities
3+
title: Mobile App advanced authoring capabilities
4+
hide_title: false
5+
sidebar_label: Advanced Mobile Features
6+
description: Learn how to use advanced capabilities in the KaneAI authoring for mobile app tests
7+
keywords:
8+
- lambdatest automation
9+
- lambdatest kaneai
10+
- kaneai mobile app
11+
- biometrics
12+
- image injection
13+
- video injection
14+
url: https://www.lambdatest.com/support/docs/kane-ai-mobile-app-capabilities/
15+
site_name: LambdaTest
16+
slug: kane-ai-mobile-app-capabilities/
17+
---
18+
19+
20+
> This document provides detailed instructions for utilizing advanced features in KaneAI's mobile app authoring. It covers enabling video and image injections, configuring biometrics, and other advanced settings to enhance test authoring.
21+
22+
## Introduction
23+
24+
KaneAI's mobile app authoring support various advanced capabilities for authoring mobile app tests. Users can navigate to advanced settings to enable options such as disabling screenshot block, enabling biometric authentication, image injection, and video injection for creating tests within KaneAI.
25+
26+
<img loading="lazy" src={require('../assets/images/kane-ai/mobile-app-features/image1.jpg').default} alt="Image" className="doc_img img_center"/>
27+
28+
## Disable Screenshot Block
29+
30+
If your app doesn't allow screenshot to be taken of the app and you want to test your app's performance without any hindrance, you can use this capability. It will disable the screenshot block check added in the application to allow authoring test cases in LambdaTest.
31+
32+
You need to ensure to enable it from advanced settings before authoring your test on KaneAI. You can find more details about this capability [here](https://www.lambdatest.com/support/docs/disable-screenshot-block/).
33+
34+
## Biometrics Authentication
35+
36+
Biometric Authentication is a security process that leverages the unique biological characteristics of individuals to verify their identities. In native applications, it is often used to provide a seamless, secure, and efficient user experience. This capability allows you to test your application's biometric authentication functionality more accurately and ensures your app provides an optimal user experience across a range of devices and platforms.
37+
38+
You can find more details about this capability [here](https://www.lambdatest.com/support/docs/biometric-authentication/).&#x20;
39+
40+
## Image Injection
41+
42+
Camera Image Injection feature allows you to author tests with **image capturing, QR code scanning**, and **barcode scanning** functionalities in your app across **real devices** on the LambdaTest.
43+
44+
You need to ensure to enable it from advanced settings before authoring your test on KaneAI. Once enabled, you will get an option to inject image in "slash" commands in-session which needs to be used before you select the option to trigger camera API in your application workflow.
45+
46+
You can find more details about this capability [here](https://www.lambdatest.com/support/docs/camera-image-injection/).
47+
48+
<img loading="lazy" src={require('../assets/images/kane-ai/mobile-app-features/image2.jpg').default} alt="Image" className="doc_img img_center"/>
49+
50+
## Video Injection
51+
52+
Video Injection feature enables you to test video-based functionalities such as **live streaming, real-time video capture,** and **video processing** in your app across **real devices** on the LambdaTest.
53+
54+
You need to ensure to enable it from advanced settings before authoring your test on KaneAI. Once enabled, you will get an option to inject video in "slash" commands in-session which needs to be used before you select the option to trigger camera API in your application workflow.
55+
56+
You can find more details about this capability [here](https://www.lambdatest.com/support/docs/video-injection/).
57+
58+
## Video Explanation
59+
60+
🎥 **[Watch how mobile app advanced capabilities can be leveraged in KaneAI authoring](https://app.trupeer.ai/view/SZxMvBbih)**

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,7 @@ module.exports = {
12961296
"kane-ai-jira-integration",
12971297
"kane-ai-api-testing",
12981298
"kane-ai-network-assertions",
1299+
"kane-ai-mobile-app-capabilities",
12991300
"kaneai-network-throttling",
13001301
"kane-ai-modules",
13011302
"kaneai-modules-versions-and-enhancement",

0 commit comments

Comments
 (0)