Skip to content

Commit

Permalink
all_Automation_Git_Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmolKadam-Tekdi committed Jul 9, 2024
1 parent fbb193b commit 1a05f9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion allAutomation/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions allAutomation/src/main/java/Tests/AllTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,12 @@ public static void Login() throws Exception {
logStep("Click on the Mike button");
driver.findElement(By.className("game-action-button")).click();

logStep("Speak text in Mike ");


System.setProperty("freetts.voices", "com.sun.speech.freetts.en.us.cmu_us_kal.KevinVoiceDirectory");

logStep("Speak text in Mike again");
// Create a voice manager
VoiceManager voiceManager = VoiceManager.getInstance();

Expand Down

0 comments on commit 1a05f9c

Please sign in to comment.