wow, beautiful, thanks. On Thursday, 20 June 2019 20:50:02 UTC+5:30, Justin Ko wrote: > > There is an :element locator that takes the Selenium object: > > element = driver.find_element(id: 'something') > watir_element = browser.element(element: element) > > Justin > > > On Thursday, June 20, 2019 at 3:28:45 AM UTC-4, rajagopalan madasami wrote: >> >> I know how to convert WATIR element into selenium element >> >> >> >> element=b.text_field >> >> >> selElement=element.wd >> >> But Is there anyway I can convert selenium element into WATIR element? >> >> Like >> >> element=driver.find_element(id: 'something') >> >> watirElement=? >> >> >>
-- -- Before posting, please read https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group. 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/watir-general/608b1fd1-ef7f-46e7-b564-e09e227c3703%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
