- jophycui
- Posts : 1
Join date : 2012-02-16
[solved]Issue for find_element_by_css_selector, pls help me out,thx
Thu Feb 16, 2012 5:08 pm
Hi guys,
I was new in selenum, when I use the selenum plugin in firfox, the selenum can not locate the following html:
python: driver.find_element_by_css_selector("input.inputImg"),but there are two inputImg feature,so...,how to resolve this
<1div class="inputDiv">
<1input class="inputImg" type="button" value="confirm" onclick="addfolder();">
<1input class="inputImg" type="button" onclick="Boxy.get(this).hide(); return false;" value="cancel">
<1/div>
any help will be appreciated,thx
I was new in selenum, when I use the selenum plugin in firfox, the selenum can not locate the following html:
python: driver.find_element_by_css_selector("input.inputImg"),but there are two inputImg feature,so...,how to resolve this
<1div class="inputDiv">
<1input class="inputImg" type="button" value="confirm" onclick="addfolder();">
<1input class="inputImg" type="button" onclick="Boxy.get(this).hide(); return false;" value="cancel">
<1/div>
any help will be appreciated,thx
Permissions in this forum:
You cannot reply to topics in this forum