in reply to How click on javascript div link - WWW::Mechanize::Chrome

Since this is your third post regarding automating various things via the browser (Google service, facebook) I second the previous suggestion of using the API. Should anything change with the various front ends you'll probably go round the annoying loop of having to alter, debug and test your code. API changes tend to be much less frequent that front end UI changes.

  • Comment on Re: How click on javascript div link - WWW::Mechanize::Chrome