Skip to content

Commit 4e07f9a

Browse files
authored
Merge pull request #78 from telerik/develop
Enhance translators article
2 parents ac4028d + ce133cc commit 4e07f9a

File tree

6 files changed

+748
-656
lines changed

6 files changed

+748
-656
lines changed

docs/advanced-topics/coded-samples/html/conditional-dialog-handling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ page_title: Conditional Dialog Handling
44
description: "Learn how to conditionally handle dialogs in Test Studio using C# and VB.NET. This guide provides a coded solution to manage dialogs dynamically during automated testing, ensuring seamless test execution."
55
position: 1
66
---
7-
#Conditionally Handling Dialog#
7+
# Conditionally Handling Dialog
88

99
***I would like to conditionally handle a dialog. If it appears, I'd like to handle it normally. If it doesn't, I'd like to continue with test execution.***
1010

11-
##Solution##
11+
## Solution
1212

1313
This is possible with a coded solution. The action that potentially triggers the dialog must be included in the code.
1414

0 commit comments

Comments
 (0)