Skip to content

Commit 0425f4a

Browse files
authored
Update kane-ai-automation-code-generation.md
making requested corrections.
1 parent 68cc4be commit 0425f4a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/kane-ai-automation-code-generation.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,11 @@ import TabItem from '@theme/TabItem';
3939
})
4040
}}
4141
></script>
42-
This is Kane AI's Generate code workplace where you can generate test automation code for App & Web applications in multiple available languages.
43-
We empower you to generate code for a variety of powerful testing tools across multiple languages. Whether you're focusing on web or mobile applications, our platform supports the most popular and effective testing frameworks. Here's a detailed look at what you can achieve with each tool and the languages we support
42+
KaneAI generates automation script is multiple frameworks and languages based on natural language inputs from users. KaneAI is available for desktop web applications as well as native mobile applications currently.
4443

4544
<img loading="lazy" src={require('../assets/images/kane-ai/generate-code-button.png').default} alt="generated-code-listing" className="doc_img"/>
4645
Click the `Generate New Code` button to go to code generation page where you can select desired framework and language.
4746

48-
> By Default a Selenium code in Python is generated for you.
49-
5047
<img loading="lazy" src={require('../assets/images/kane-ai/generate-code-page.png').default} alt="code-generation-dashboard" className="doc_img"/>
5148

5249

@@ -55,11 +52,11 @@ Click the `Generate New Code` button to go to code generation page where you can
5552
### Selenium
5653
Selenium is your go-to tool for cross-browser testing, enabling automated testing across different web browsers like Chrome, Firefox, Safari, and Edge. It's perfect for end-to-end testing of web applications. With Kane AI, you can generate Selenium code in:
5754

58-
- **Python**
55+
- **Python:** For Web devices this is **generated by default**.
5956
- **Java**
6057

61-
### Playright
62-
Playwright is a fast and reliable end-to-end testing for complex modern web applications it uses a single API to automate Chromium, Firefox, and WebKit. You can generate Playright code in:
58+
### Playwright
59+
Playwright is a fast and reliable end-to-end testing for complex modern web applications it uses a single API to automate Chromium, Firefox, and WebKit. You can generate Playwright code in:
6360

6461
- **Javascript**
6562
- **Python**
@@ -79,8 +76,12 @@ WebdriverIO is a popular automation testing framework for web and mobile applica
7976
## App Frameworks
8077

8178
### Appium
82-
Appium is an open-source automation tool for running scripts and testing native applications and mobile web apps on different platforms like iOS and Android. You can generate Appium code in:
79+
Appium is an open-source automation tool for running scripts and testing native applications and mobile web apps on different platforms like IOS and Android. You can generate Appium code in:
8380

8481
- **Javascript**
85-
- **Python**
86-
- **Java**
82+
- **Python:** For mobile devices this is **generated by default**.
83+
- **Java**
84+
85+
> Currently this is partially rolledout.
86+
87+
For now test runs only work for code generation in Selenium - Python & Appium Python. The support for others will be rolled out shortly.

0 commit comments

Comments
 (0)