Justin, Can you please help me to write this code in watir?
b.span(xpath: "//label[@title='Subject']/following-sibling::div/lf-select/div/span").click I have tried this b.label(title: 'Subject').following_sibling.element(tag_name: 'lf-select').div.span.click But it's not working. Can you help me here? On Tuesday, 28 May 2019 18:56:52 UTC+5:30, Justin Ko wrote: > > For custom elements, you will need to use the #element method: > > b.element(tag_name: 'lf-select') > > Justin > > > On Tuesday, May 28, 2019 at 1:15:05 AM UTC-4, rajagopalan madasami wrote: >> >> Hi, >> >> I have a custom tag named `lf-select` >> >> Can't I call in WATIR like >> >> b.lf_select() >> >> Or something like that? Or Is there anyway? >> > -- -- 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/0f87364b-1962-41da-b95c-c42079620f6a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
