<div class="gridCell gridCurrentCell" colindex="1" style="padding-left: 4px; position: absolute; top: 0px; height: 19px; left: 128px; width: 56px; overflow-x: hidden; overflow-y: hidden; color: white"> <div class="gridCellText" style="white-space:nowrap;text-align:right;line-height:10pt;" title=""> <span>88 924</span> </div> </div>
Вопрос в следующем: возможно ли с помощью find-а провести поиск элемента по параметру class="gridCell gridCurrentCell"?
У меня получалось выцепить элемент okButton по id, при помощи конструкции
TestObject[] to = find(atDescendant(".id","okButton"));вот отсюда:
<div id="okButton" class="webButton webButtonFFDefault webButtonFFRound" style="top: 125px; left: 220px; height: 20px; width: 70px; line-height: 18px; background-image: url("http://arf.cinimex.ru/ARFtest/ru/e1csys/mngsrv/button.png?sysver=8.2.14.540"); padding-top: 0px; padding-left: 0px; border-top-color: rgb(179, 172, 134); border-right-color: rgb(179, 172, 134); border-bottom-color: rgb(179, 172, 134); border-left-color: rgb(179, 172, 134)">
Но только с параметром class он этого проделывать не хочет, судя по всему, потому что он пытается найти класс такого типа.
Заранее извиняюсь, что немного сумбурно, если понадобятся уточнения - попытаюсь объяснить, потому как работаю с RFT недавно