Advertisement
Guest User

Untitled

a guest
Mar 7th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.94 KB | None | 0 0
  1. <table id="grid" class="table zebra">
  2.     <thead>
  3.     <tr>
  4.         <th>Data</th>
  5.         <th>Descrição</th>
  6.         <th>&nbsp;</th>
  7.     </tr>
  8.     </thead>
  9.     <tbody>
  10.     <tr>
  11.         <td>10/03/13</td>
  12.         <td title="Teste de repetição">Teste Selenium #2</td>
  13.         <td class="opcoes">        
  14.                 <a href="/gabinete/agenda/editar/fvb3d69ng6jg02ceqlpmstlbso_20130310" class="btn">Editar</a>           
  15.             <button class="btn" name="btnDetalhe_fvb3d69ng6jg02ceqlpmstlbso_20130310" id="fvb3d69ng6jg02ceqlpmstlbso_20130310">Detalhes</button>           
  16.                 <a href="/gabinete/agenda/excluir/fvb3d69ng6jg02ceqlpmstlbso_20130310" class="btn confirm-excluir">Excluir</a> 
  17.         </td>
  18.     </tr>      
  19.    
  20.     <input type="hidden" value="Teste Selenium #2" id="summary_fvb3d69ng6jg02ceqlpmstlbso_20130310"/>
  21.     <input type="hidden" value="" id="location_fvb3d69ng6jg02ceqlpmstlbso_20130310"/>
  22.     <input type="hidden" value="Teste de repetição" id="description_fvb3d69ng6jg02ceqlpmstlbso_20130310"/>   
  23.     <input type="hidden" value="10/03/13" id="start_fvb3d69ng6jg02ceqlpmstlbso_20130310"/>
  24.     <input type="hidden" value="10/03/13" id="end_fvb3d69ng6jg02ceqlpmstlbso_20130310"/>
  25.     <tr>
  26.         <td>10/03/13 10:40</td>
  27.         <td title="Testando filtro com o Selenium">Teste Selenium #1</td>
  28.         <td class="opcoes">        
  29.                 <a href="/gabinete/agenda/editar/sdjekgv7v6u323u3i27mqersug" class="btn">Editar</a>        
  30.             <button class="btn" name="btnDetalhe_sdjekgv7v6u323u3i27mqersug" id="sdjekgv7v6u323u3i27mqersug">Detalhes</button>         
  31.                 <a href="/gabinete/agenda/excluir/sdjekgv7v6u323u3i27mqersug" class="btn confirm-excluir">Excluir</a>  
  32.         </td>
  33.     </tr>      
  34.     <input type="hidden" value="Teste Selenium #1" id="summary_sdjekgv7v6u323u3i27mqersug"/>
  35.     <input type="hidden" value="Firefox" id="location_sdjekgv7v6u323u3i27mqersug"/>
  36.     <input type="hidden" value="Testando filtro com o Selenium" id="description_sdjekgv7v6u323u3i27mqersug"/>  
  37.     <input type="hidden" value="10/03/13 10:40" id="start_sdjekgv7v6u323u3i27mqersug"/>
  38.     <input type="hidden" value="10/03/13 12:00" id="end_sdjekgv7v6u323u3i27mqersug"/>
  39.     <tr>
  40.         <td>11/03/13</td>
  41.         <td title="Teste de repetição">Teste Selenium #2</td>
  42.         <td class="opcoes">        
  43.                 <a href="/gabinete/agenda/editar/fvb3d69ng6jg02ceqlpmstlbso_20130311" class="btn">Editar</a>           
  44.             <button class="btn" name="btnDetalhe_fvb3d69ng6jg02ceqlpmstlbso_20130311" id="fvb3d69ng6jg02ceqlpmstlbso_20130311">Detalhes</button>           
  45.                 <a href="/gabinete/agenda/excluir/fvb3d69ng6jg02ceqlpmstlbso_20130311" class="btn confirm-excluir">Excluir</a>
  46.         </td>
  47.     </tr>          
  48.     <input type="hidden" value="Teste Selenium #2" id="summary_fvb3d69ng6jg02ceqlpmstlbso_20130311"/>
  49.     <input type="hidden" value="" id="location_fvb3d69ng6jg02ceqlpmstlbso_20130311"/>
  50.     <input type="hidden" value="Teste de repetição" id="description_fvb3d69ng6jg02ceqlpmstlbso_20130311"/>   
  51.     <input type="hidden" value="11/03/13" id="start_fvb3d69ng6jg02ceqlpmstlbso_20130311"/>
  52.     <input type="hidden" value="11/03/13" id="end_fvb3d69ng6jg02ceqlpmstlbso_20130311"/>   
  53.     </tbody>
  54. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement