mirror of
				https://github.com/MontFerret/ferret.git
				synced 2025-10-30 23:37:40 +02:00 
			
		
		
		
	* #33 Lib cleanup. Added WAIT_CLASS and WAIT_CLASS_ALL functions * #33 Fixed attr update * #33 HTMLElement.WaitForClass * #33 Updated HTMLDocument.WaitForClass
		
			
				
	
	
		
			6 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| LET doc = DOCUMENT("http://getbootstrap.com/docs/4.1/components/collapse/", true)
 | |
| 
 | |
| CLICK(doc, "#headingTwo > h5 > button")
 | |
| WAIT_CLASS(doc, "#collapseTwo", "show")
 | |
| 
 | |
| RETURN TRUE |