[wtr-general] Re: Trouble undersatnding "Around" hook

2019-04-03 Thread NaviHan
Hi Titus/Justin If you could help me here understanding this... Also what is the order in which the before, after and around hooks run. I tried printing the order and as per my experimenatation the order is 1. Around 2. Before & 3. After Some of the articles I read says this order is fluctuati

Re: [wtr-general] Re: Action Builder

2019-04-03 Thread rajagopalan madasami
Hi Justin, Thanks. I am aware of click with modifiers uses action builder under the hood. My requirement is, I am automating a new application in which to choose the option, I need to click the select list and the option would appear like any other select list and the I have to click the option .

[wtr-general] Re: Action Builder

2019-04-03 Thread Justin Ko
There is nothing directly provided for working with the ActionBuilder. If you need to call the ActionBuilder, you will need to access the Selenium::WebDriver and convert the Watir::Element using #wd - eg: browser.driver.action.click(your_watir_element.wd).perform Note that there are methods tha