| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Jul 12 '12 at 3:04 | |
| stats | profile views | 0 |
|
May 17 |
awarded | Popular Question |
|
Jan 22 |
awarded | Notable Question |
|
Aug 22 |
awarded | Popular Question |
|
Apr 4 |
awarded | Tumbleweed |
|
Mar 28 |
awarded | Student |
|
Mar 28 |
asked | Click submenu which is dynamicly visible in Selenium WebDriver |
|
Mar 27 |
awarded | Scholar |
|
Mar 27 |
accepted | How to click a link / button implemented as a div or span element with WebDriver |
|
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. |
|
Mar 27 |
asked | How to click a link / button implemented as a div or span element with WebDriver |