Automatic clicking on Link build with Javascript by using watin
        Posted  
        
            by 
                BEC Roland
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BEC Roland
        
        
        
        Published on 2012-12-11T11:02:01Z
        Indexed on 
            2012/12/11
            11:03 UTC
        
        
        Read the original article
        Hit count: 392
        
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 ?
© Stack Overflow or respective owner