0

如何使用 Watir 自动执行在 handsontable 中填充值的任务?

我在excel中有值列表。Watir 读取这些值,然后在它们各自的列中填充handsontable。挑战在于handsontable中没有一个字段具有识别属性,这使工作变得更加困难。


请按要求查找 HTML 代码:

<html>
<head>
  <body>
      <form action="importer.php" method="POST">
        <div class="selections">
          <div id="buildingSelector" style="display: none;">
            <script src="js/importer/buildingselect.js">
            <script type="text/javascript">
              <div id="importdata" class="handsontable">
                <div class="wtHolder" style="position: relative; display: table;">
                 <div class="wtHider" style="position: relative; overflow: hidden; width: 1904px;">
                   <div class="wtSpreader">
                     <table class="htCore" style="display: table;">
                       <colgroup>
                         <thead>
                           <tr>
                            <thead>
                              <tbody>
                                 <tr>
                                   <td class=""></td>
                                   <td class=""></td>
                                   <td class=""></td>
                                 </tr>
4

0 回答 0