In my Selenium IDE script, I need to check for an error state. This error state is visually indicated on the page by a select control s background turning to a light red color.
选择控制的时间为:
.//*[@id= tab-PersonnelDetailPeriod1-div ]/div[3]/table/tbody/tr[2]/td[2]/div/select
选择控制使用的超文本是:
select style="background-color:#FFD5D5" tabindex="0" name="newBudgetLineItems[0].costElement"
我愿将背景col放在一个变数中,然后使用 go子。 如果持有颜色的变量为FFD5D5,则由流动控制金来指挥执行额外步骤。
是否可能在民主选举学会内这样做?
事先感谢任何协助者。
EDIT:另一种做法是找到任何具有背景特性的选定要素,因为网页上的所有其他选择没有具体指明任何背景。