Re: [wtr-general] Re: visible_text is deprecated

2017-12-13 Thread Titus Fortner
You have more than one iframe with an id of 'SearchPanel' on the same page? And yes, you can build this with Watir API without using XPath On Wed, Dec 13, 2017 at 7:23 PM, wrote: > I am saying WATIR forms the xpath internally when you pass a locator which > is

Re: [wtr-general] Re: visible_text is deprecated

2017-12-13 Thread rajagopalanmadasami
I am saying WATIR forms the xpath internally when you pass a locator which is not of selenium, for an example, text: locator If you write a code b.span(text: 'something').click then WATIR would write the corresponding equivalent as below driver.find_element(xpath:

Re: [wtr-general] Re: visible_text is deprecated

2017-12-13 Thread rajagopalanmadasami
Then How would I access your code? After accessing my code, should I use it in WATIR library to check how is the performance? By the way where is your new code? On Wednesday, December 13, 2017 at 8:22:53 PM UTC+5:30, Justin Ko wrote: > > Sorry, no, these changes are not available in 6.10.1. >

Re: [wtr-general] Re: visible_text is deprecated

2017-12-13 Thread Chuck van der Linden
On Tuesday, December 12, 2017 at 9:56:46 AM UTC-8, rajagopalan madasami wrote: > > I am using watir over selenium for two reasons, one reason is waiting > timings are maintained by local language binding but selenium is > maintaining timing from driver level , since selenium uses the timing

Re: [wtr-general] Re: visible_text is deprecated

2017-12-13 Thread Justin Ko
Sorry, no, these changes are not available in 6.10.1. There are still changes I want to do for the simplify_locator branch. However, if the current state solves your problem, I can see if I get something merged in sooner. Justin On Wednesday, December 13, 2017 at 1:42:05 AM UTC-5,