Action
 
                
               
               Checks if an object exists in the application under test. 
                  
               
 
               
              
            
             
            
            
                C# Example
 
                
               
               Assume you have an object with the name 
                  
myObject that you want to interact with. To check if
                  the object exists in the application under test, you can use the following
                  code: 
                  
myObject.Exists();
 
                    
            
            
               Visual Basic Example
 
                
               
               Assume you have an object with the name 
                  
myObject that you want to interact with. To check if
                  the object exists in the application under test, you can use the following
                  code: 
                  
myObject.Exists()