Re: [wtr-general] Watir XPATH and sophisticated tags

2013-11-18 Thread Dan
Another way to locate these would be by the aria-labelledby attribute which appears to be unique. See below. b.element(:css, 'input[aria-labelledby=:j6.findLabel]').to_subtype.set(things) b.element(:css, 'input[aria-labelledby=:j6.replaceLabel]').to_subtype.set(stuff) On Friday, November

[wtr-general] Re: Error selec_list on modal dialog

2013-11-18 Thread Justin Ko
I created an issue for this - https://github.com/watir/watir-classic/issues/64 In the short term, I think the best solution might be to simply monkey patch a focus method in for the modal dialog. This would address the exception without impacting focusing of elements in the regular part of the