10 Jun 2024
	
		
		11:05 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		11 Jun 2024
	
		
		07:58 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 MaciejNeumann
		
			MaciejNeumann
		
		
		
		
		
		
		
		
	
			
		
Im trying to a write a Javascript for a synthetic monitor step, Could someone help me how to ignore this exception 
26 Jun 2024 09:41 AM
You can't ignore JavaScript exceptions, you need to fix the code in the JavaScript event. This error message looks like you are trying to get the innerText from an element that does not exist. I would check on the element you are using.
