[wtr-general] Re: link and link_text not working in Watir 6?

2017-10-24 Thread Chuck van der Linden
two thumbs up on the below admonishment/advice. On Tuesday, October 24, 2017 at 7:52:36 AM UTC-7, Titus Fortner wrote: > > If you want to use Watir without its powerful element location API, and > use only the element method and only Selenium locators, you are more than > welcome to do that.

[wtr-general] Re: link and link_text not working in Watir 6?

2017-10-24 Thread Titus Fortner
If you want to use Watir without its powerful element location API, and use only the element method and only Selenium locators, you are more than welcome to do that. But stop telling other users that it's the right way to do it or that it's better, because it isn't. Watir provides an easy way

[wtr-general] Re: link and link_text not working in Watir 6?

2017-10-24 Thread rajagopalanmadasami
yes, that's what I am saying xpath usage must be the last one. If we could use available selenium-webdriver locators then we need to prefer that one. On Monday, October 23, 2017 at 7:28:06 PM UTC+5:30, Titus Fortner wrote: > > The only reasons not to use xpath are that it is hard to read, and