Hi!
We need to implement a new feature that enables voice command functionality for CarPlay. Users should be able to provide audio instructions (e.g., navigation requests), which the system will process to trigger specific actions, such as starting a route to a destination.
@BeforeEach
public void beforeTest() {
commonSteps.stopNavigate();
activateWazeOnUnitDevice();
}
Test:
public void huSearchFromSESTest() {
huSteps
.mapScreen
.openSearchScreen()
.assertion
.versifySearchScreenDisplayed()
.getScreen()
.openASRVoiceCommand() // Mic icon, top right corner
.sendVoiceCommand("Restaurant")
.assertion
.verifySearchResultsNotEmpty()
.getScreen()
.tapFirstSearchResult()
.assertion
.verifyPlacePreviewScreen()
.getScreen()
.tapGoNowButton()
.assertion
.verifyNavigationStarted();
Original ticket:
https://support.digital.ai/hc/en-us/requests/239956
by: Serhii S. | about a month ago | Devices Infrastructure

Comments
Hi,
Thank yoy for your submission. I'm marking the request as a candidate and we will investigate the feasablity and the effort in the near future. Updates will be provided by support/product team.
Best regards,
Michael Abramovich, Product manager.