51Testing软件测试论坛
标题:
关于类似Google日历的控件。。里面的元素怎么定位啊。。
[打印本页]
作者:
happy_ymm
时间:
2016-1-11 20:07
标题:
关于类似Google日历的控件。。里面的元素怎么定位啊。。
本帖最后由 happy_ymm 于 2016-1-11 20:14 编辑
本人测试小白~~最近刚刚学习selenium,先用selenium IDE录制了脚本,然后用的C#导出修改的,遇到了问题,求解啊!!
C:\Users\Public\QQ图片20160111200427
<div data-reactid=".0.2.0.0.1.2.0.3.2" style="position:absolute;top:0;left:0;right:-17px;bottom:-17px;overflow:scroll;-webkit-overflow-scrolling:touch;">
<div class="meeting-filter-calendar fc fc-ltr fc-unthemed" data-reactid=".0.2.0.0.1.2.0.3.2.0">
<div class="fc-view-container" style="">
<div class="fc-view fc-agendaWeek-view fc-agenda-view" style="">
<table>
<thead class="fc-head">
<tr>
<td class="fc-widget-header">
<div class="fc-row fc-widget-header">
<table>
<thead>
<tr>
<th class="fc-axis fc-widget-header" style="width: 48px;"></th>
<th class="fc-day-header fc-widget-header fc-mon">11</th>
<th class="fc-day-header fc-widget-header fc-tue">12</th>
<th class="fc-day-header fc-widget-header fc-wed">13</th>
<th class="fc-day-header fc-widget-header fc-thu">14</th>
<th class="fc-day-header fc-widget-header fc-fri">15</th>
<th class="fc-day-header fc-widget-header fc-sat">16</th>
<th class="fc-day-header fc-widget-header fc-sun">17</th>
</tr>
</thead>
</table>
</div>
</td>
</tr>
</thead>
<tbody class="fc-body">
<tr>
<td class="fc-widget-content">
<div class="fc-time-grid-container" style="height: 341px; overflow: hidden;">
<div class="fc-time-grid">
<div class="fc-bg">
<table>
<tbody>
<tr>
<td class="fc-axis fc-widget-content" style="width: 48px;"></td>
<td class="fc-day fc-widget-content fc-mon fc-today fc-state-highlight" data-date="2016-01-11"></td>
<td class="fc-day fc-widget-content fc-tue fc-future" data-date="2016-01-12"></td>
<td class="fc-day fc-widget-content fc-wed fc-future" data-date="2016-01-13"></td>
<td class="fc-day fc-widget-content fc-thu fc-future" data-date="2016-01-14"></td>
<td class="fc-day fc-widget-content fc-fri fc-future" data-date="2016-01-15"></td>
<td class="fc-day fc-widget-content fc-sat fc-future" data-date="2016-01-16"></td>
<td class="fc-day fc-widget-content fc-sun fc-future" data-date="2016-01-17"></td>
</tr>
</tbody>
</table>
</div>
<div class="fc-slats">
<table>
<tbody>
<tr>
<td class="fc-axis fc-time fc-widget-content" style="width: 48px;">
<span>0:00</span>
</td>
<td class="fc-widget-content"></td>
</tr>
<tr class="fc-minor">
<td class="fc-axis fc-time fc-widget-content" style="width: 48px;"></td>
<td class="fc-widget-content"></td>
</tr>
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
<tr>
<tr class="fc-minor">
</tbody>
</table>
</div>
<hr class="fc-divider fc-widget-header" style="display: block;">
<div class="fc-content-skeleton">
<table>
<tbody>
<tr>
<td class="fc-axis" style="width:48px"></td>
<td>
<div class="fc-event-container"></div>
</td>
<td>
<td>
<td>
<td>
<td>
<td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<hr data-reactid=".0.2.0.0.1.2.0.4" style="position:relative;top:-2px;z-index:10;">
复制代码
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2