And I have printed the xpath WATIR is creating, here it is
".//*[local-name()='i'][contains(concat(' ', @class, ' '), ' fa-spin ')]"
".//*[local-name()='label'][@title='Subject']"
"./following-sibling::*[local-name()='div'][1]"
".//*[local-name()='lf-select']"
".//*[local-name()='div']"
".//*[local-name()='span']"
On Tuesday, 28 May 2019 19:52:13 UTC+5:30, Titus Fortner wrote:
>
> I'd need to see the underlying html to know for sure, but it looks like
> you want to specify the tag name of the following sibling
> `following_sibling(tag_name: 'div')`
>
>
>
> On Tuesday, May 28, 2019 at 8:45:37 AM UTC-5, rajagopalan madasami wrote:
>>
>> 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/f491e89e-7e2e-4b67-8410-c362763d1b0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.