Re: [wtr-general] Re: "watir webdriver cannot select checkbox input element"

2016-08-09 Thread Literate Aspects
Hi, how would I provide the HTML he asked for? I have tried as well as posting a screen shot, but the HTML does not post and there is no place to upload a screen shot. html is here ==> On Tue, Aug 9, 2016 at 5:42 PM, 'John Fitisoff' via Watir General <

[wtr-general] Re: "watir webdriver cannot select checkbox input element"

2016-08-09 Thread Literate Aspects
Hi Titus, how do I place the HTML here? I believe the issue is to use a CSS Selector and I have been trying a few found on the web, none have worked thus far. How do I place here, what you are asking me to place... On Tuesday, August 9, 2016 at 5:13:48 PM UTC-7, Titus Fortner wrote: > > I

[wtr-general] Re: "watir webdriver cannot select checkbox input element"

2016-08-09 Thread Literate Aspects
Sorry, I do not know how to post the HTML properly to have it show here. id="sv" type="checkbox"> > On Tuesday, August 9, 2016 at 5:13:48 PM UTC-7, Titus Fortner wrote: > > I just replied to your stackoverflow post. Please provide the applicable > html. If `when_present` times out, then

[wtr-general] Re: "watir webdriver cannot select checkbox input element"

2016-08-09 Thread Literate Aspects
On Tuesday, August 9, 2016 at 5:13:48 PM UTC-7, Titus Fortner wrote: > > I just replied to your stackoverflow post. Please provide the applicable > html. If `when_present` times out, then something is hiding the element, > and that is likely at the root of your issue. > > Titus > > On

[wtr-general] Re: "watir webdriver cannot select checkbox input element"

2016-08-09 Thread Literate Aspects
Would this be the appropriate HTML to provide: On Tuesday, August 9, 2016 at 5:13:48 PM UTC-7, Titus Fortner wrote: > > I just replied to your stackoverflow post. Please provide the applicable > html. If `when_present` times out, then something is hiding the element, > and that is likely at

Re: [wtr-general] Re: "watir webdriver cannot select checkbox input element"

2016-08-09 Thread 'John Fitisoff' via Watir General
It's most likely exactly what Titus suggested. One other thing you can do, in addition to providing the HTML he asked for, is to see how many elements there are that match. Stuff like this: b.checkboxes(:id => 'sv').length # More than 1? If so, the one you want may be one of the others

[wtr-general] Re: "watir webdriver cannot select checkbox input element"

2016-08-09 Thread Literate Aspects
On Tuesday, August 9, 2016 at 5:13:48 PM UTC-7, Titus Fortner wrote: > > I just replied to your stackoverflow post. Please provide the applicable > html. If

[wtr-general] Re: "watir webdriver cannot select checkbox input element"

2016-08-09 Thread Literate Aspects
WOW, thank you! What do I need to supply back to you? Jon On Tuesday, August 9, 2016 at 5:13:48 PM UTC-7, Titus Fortner wrote: > > I just replied to your stackoverflow post. Please provide the applicable > html. If `when_present` times out, then something is hiding the element, > and that is

[wtr-general] Re: "watir webdriver cannot select checkbox input element"

2016-08-09 Thread Titus Fortner
I just replied to your stackoverflow post. Please provide the applicable html. If `when_present` times out, then something is hiding the element, and that is likely at the root of your issue. Titus On Tuesday, August 9, 2016 at 7:08:25 PM UTC-5, Literate Aspects wrote: > > Please, any

[wtr-general] "watir webdriver cannot select checkbox input element"

2016-08-09 Thread Literate Aspects
Please, any suggestions greatly appreciated. Attempting to identify the element to be able to check the checkbox. REF: "watir webdriver cannot select checkbox input element" SELECTOR: #sv ELEMENT: Please, any suggestions greatly appreciated. I have tried: FROM: b.span(:text,

[wtr-general] Re: Button Element not visible in watir

2016-08-09 Thread Literate Aspects
On Tuesday, July 21, 2015 at 5:24:04 AM UTC-7, Mahesh Mesta wrote: > > I'm using watir to perform automated testing for an application and trying > to click on a submit button once I select options for select list and fill > up the form.However on clicking the button, it throws element not

[wtr-general] "watir webdriver cannot select checkbox input element"

2016-08-09 Thread Literate Aspects
Please, any suggestions greatly appreciated. Attempting to identify the element to be able to check the checkbox. REF: "watir webdriver cannot select checkbox input element" SELECTOR: #sv ELEMENT: Please, any suggestions greatly appreciated. I have tried: FROM: b.span(:text,