Re: [wtr-general] Cheesy gem and right click to the element

2014-10-13 Thread Ruslan Strazhnyk
Works for me as well :) Понеділок, 16 грудня 2013 р. 12:17:31 UTC+2 користувач Željko Filipin написав: On Mon, Dec 16, 2013 at 10:49 AM, QOExcel qoe...@gmail.com javascript: wrote: self.sheet_arrow_element.when_visible.right_click Try this:

[wtr-general] Cheesy gem and right click to the element

2013-12-16 Thread QOExcel
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 .. ***

Re: [wtr-general] Cheesy gem and right click to the element

2013-12-16 Thread Željko Filipin
On Mon, Dec 16, 2013 at 10:49 AM, QOExcel qoex...@gmail.com wrote: self.sheet_arrow_element.when_visible.right_click Try this: self.sheet_arrow_element.when_visible.element.right_click Željko -- https://leanpub.com/watirbook -- -- Before posting, please read http://watir.com/support. In

Re: [wtr-general] Cheesy gem and right click to the element

2013-12-16 Thread QOExcel
It works fine!! Thank you! понедельник, 16 декабря 2013 г., 14:17:31 UTC+4 пользователь Željko Filipin написал: On Mon, Dec 16, 2013 at 10:49 AM, QOExcel qoe...@gmail.com javascript:wrote: self.sheet_arrow_element.when_visible.right_click Try this: