I would like to use right click to element in cheesy gem. Here is my piece of code:
div(:sheet_arrow, :class => 'docs-icon goog-inline-block docs-sheet-tab-dropdown') self.sheet_arrow_element.when_visible.right_click It works actually. The problem is a message, that came after my test .. *** DEPRECATION WARNING *** You are calling a method named right_click at *** This method does not exist in page-object so it is being passed to the driver. How can i avoid it and normally use right click method in cheesy gem. I can use of course method from watir webdriver here, but i hope that i can use somewhat method from cheesy gem too. Are there some ideas about that? -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
