| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Jul 12 '12 at 3:04 | |
| stats | profile views | 0 |
|
Mar 27 |
comment |
How to click a link / button implemented as a div or span element with WebDriver Great thanks @SteveCZ, it is working in Python with similar method as: <br/>ActionChains(driver).move_to_element(targetElement).click().perform() |
|
Mar 27 |
comment |
How to click a link / button implemented as a div or span element with WebDriver Hi, thanks for your reply. Yes, there is also a click() method in Python binding too. But so far I've only seen the click() method working fine with real link, button, radio/checkbox button elements. For those webapp's where link/button elements are implemented with only div or span tags, it seems the click() method does not work. |