APX
10 years agoOccasional Contributor
get textbox from a html table cell
Hello, I have a problem to access the input( a simple TextBox ) from html table cell. Here is a little example of structure from my Table: <table>
<tbody>
<tr id="row_1">
<td ="descri...
- 10 years ago
Ok, I found the solution, I have to use Cell(x,y) Methode (Example: myTable.Cell(x,y)) for this.
Sorry, my mistake.