mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	
		
			
	
	
		
			25 lines
		
	
	
		
			492 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			25 lines
		
	
	
		
			492 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html lang="en">
							 | 
						||
| 
								 | 
							
								  <head>
							 | 
						||
| 
								 | 
							
								    <meta charset="utf-8">
							 | 
						||
| 
								 | 
							
								    <base href="/v/gtag/">
							 | 
						||
| 
								 | 
							
								    <title>WebdriverJQuery test</title>
							 | 
						||
| 
								 | 
							
								    <script src="jquery/dist/jquery.min.js"></script>
							 | 
						||
| 
								 | 
							
								  </head>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  <body>
							 | 
						||
| 
								 | 
							
								    <div class="foo bar">
							 | 
						||
| 
								 | 
							
								      <span class="baz">
							 | 
						||
| 
								 | 
							
								        Hello world
							 | 
						||
| 
								 | 
							
								      </span>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								    <div class="bar">
							 | 
						||
| 
								 | 
							
								      <span class="baz">
							 | 
						||
| 
								 | 
							
								        Good bye
							 | 
						||
| 
								 | 
							
								        <input id="btn" type="button" value="Go" onclick="this.value += 'o'">
							 | 
						||
| 
								 | 
							
								      </span>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								  </body>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</html>
							 |