I tried to click an div tag element using its class name in Firefox browser and it was not triggered.
The command i used is: br.div(:class, "upload").click, actually it executes the statement, but action was not happened and I have also not getting any error as well. I have also tried the following commands to locate the same object and I am succeed as well: br.div(:class, "upload").flash br.div(:class, "upload").present? Note: This problem happens only in Firefox, whereas in Google Chrome same code working fine. could anyone help me on this regard? Thanks Sarosini -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
