Automatic clicking on Link build with Javascript by using watin
- by BEC Roland
I am trying to be able to automate the process of clicking on links built in javascript using watin.
In the source code of web page, the links look like href="#", so i think these links works with Javascript.
Runscript doesn't work with a Javascript code like "link.click".
When i use a "link.flash()" i can see the link flash so i'm sure the script click on the links but there is not effect ( and the script doens't crash ) .
Have you any ideas for resolve this problem ?