K
K
ksvdon2014-12-08 14:54:48
selenium
ksvdon, 2014-12-08 14:54:48

How to display the contents of a frame?

There is a floating frame. How to display the elements of the "stationary" part with nested floating elements to check if a certain entry is present on the page or not?

<tbody id="topbody"> постоянная часть
<tr>
<tr class="odd"> плавающая часть
<tr class="even"> плавающая часть
</tbody>

I need to check the content of nested floating elements. To understand whether the expected element is displayed or not.
плавающая часть может иметь начинку типа
<tr class="odd">
<td>username</td>
<td>some_other_text</td>
</tr>

how to find let's say by the name "username"

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question