in reply to Selenium with PhantomJS not able to click links correctly
You can start with some basic debugging, instead of just using ->click(), first test that each find_element succeeds or not. Likely that will reveal the problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Selenium with PhantomJS not able to click links correctly
by jaypal (Beadle) on Jul 19, 2014 at 23:54 UTC | |
by Anonymous Monk on Jul 20, 2014 at 02:15 UTC |