Skip to content

Commit fe95ce6

Browse files
authored
Merge pull request #1802 from Manuraj-7/stage
KaneAI Custom Headers Doc updates
2 parents a65f65f + 999520c commit fe95ce6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/kaneai-custom-headers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This guide explains how to configure and use custom headers in the KaneAI Web Ag
4646

4747
Follow the steps below to add and manage custom headers for your Web tests:
4848

49-
### Step 1: Configure & Add Custom Headers for a Section
49+
### Configure & Add Custom Headers for a Section
5050
Start by creating a Web session by going on the [KaneAI page](https://kaneai.lambdatest.com/objective) and clicking on the **Create a Web Test** button. You will find the **Custom Headers** section there.
5151

5252
<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/create_web_test_custom_headers.jpeg').default} alt="objective-page" className="doc_img"/>
@@ -75,7 +75,7 @@ X-Session-ID: 1234567890
7575
If you provide a Default Header in the Custom Header section your Default header will get overridden.
7676
:::
7777

78-
### Step 2: Authoring with Custom Headers
78+
### Authoring with Custom Headers
7979
After configuring the custom headers, initiate the Web Authoring session. The headers you added will be applied during the test session, allowing you to test under the configured conditions.
8080

8181
Custom Headers will be applied to all the API call you make in the session like 'Go to https://lambdatest.com' or doing API testing like shown below:
@@ -90,7 +90,7 @@ You will see the list of applied Custom Headers.
9090

9191
<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/custom_headers_modal.jpeg').default} alt="objective-page" className="doc_img"/>
9292

93-
### Step 3: View the Custom Headers in the Summary Page
93+
### View the Custom Headers in the Summary Page
9494
Once the session completes, the custom headers used during the session will be displayed on the summary page, similar to how Chrome options are shown.
9595

9696
You can click on `view details` to see the value of Custom Headers.

0 commit comments

Comments
 (0)