[wtr-general] Re: Firewatir cannot find an element on the page

2010-02-16 Thread QAguy
Any updates on this? Thanks. On Feb 11, 1:06 pm, QAguy qablogm...@gmail.com wrote: You need to register as a user and verify your account (its free). Then upload a video and go to the folder that video is in. Once in the folder select the checkbox for that video and click the move option

Re: [wtr-general] Re: Firewatir cannot find an element on the page

2010-02-10 Thread Angrez Singh
When I went to the website it is asking for username password? How to move forward? Can you tell me the steps on how to go to the page where you are experiencing the problem in finding the element? Thanks, Angrez On Tue, Feb 9, 2010 at 11:34 PM, QAguy qablogm...@gmail.com wrote: Ok on the

[wtr-general] Re: Firewatir cannot find an element on the page

2010-02-09 Thread QAguy
Ok on the folder page if you select a video via a checkbox select and click the move option this is being invoked: li span class=tiny_dot nbsp; /span a onfocus=if(this.blur)this.blur(); onclick=MOBX.Modal.show('move', { folder_id: 706027, verbose: true}); return false; href=#Move/a /li This

Re: [wtr-general] Re: Firewatir cannot find an element on the page

2010-02-05 Thread Angrez Singh
Is it something that we can see online? I mean is there a website on which you are testing? On Fri, Feb 5, 2010 at 3:30 AM, QAguy qablogm...@gmail.com wrote: The first on didn't work. I tried the second one you provided: browser.div(:for, folder_name).text_field(:id,folder_name).set(Watir

[wtr-general] Re: Firewatir cannot find an element on the page

2010-02-05 Thread QAguy
Yes. www.motionbox.com Modals are on the folder pages. On Feb 5, 3:08 am, Angrez Singh ang...@gmail.com wrote: Is it something that we can see online? I mean is there a website on which you are testing? On Fri, Feb 5, 2010 at 3:30 AM, QAguy qablogm...@gmail.com wrote: The first on didn't

Re: [wtr-general] Re: Firewatir cannot find an element on the page

2010-02-05 Thread Yuping Zhong
Hi, Can you give more info that how to go to the folder page? Right now,I don't know how to flow to that page. Thanks! -Zhong On Fri, Feb 5, 2010 at 11:35 PM, QAguy qablogm...@gmail.com wrote: Yes. www.motionbox.com Modals are on the folder pages. On Feb 5, 3:08 am, Angrez Singh

[wtr-general] Re: Firewatir cannot find an element on the page

2010-02-04 Thread QAguy
The first on didn't work. I tried the second one you provided: browser.div(:for, folder_name).text_field(:id,folder_name).set(Watir test folder) and I got this error: JsshSocket::JSSyntaxError in 'Check folder page menu options and modals should allow the user move the video to a newly created

[wtr-general] Re: Firewatir cannot find an element on the page

2010-02-04 Thread QAguy
The first on didn't work. I tried the second one you provided: browser.div(:for, folder_name).text_field(:id,folder_name).set(Watir test folder) and I got this error: JsshSocket::JSSyntaxError in 'Check folder page menu options and modals should allow the user move the video to a newly created

[wtr-general] Re: Firewatir cannot find an element on the page

2010-02-02 Thread QAguy
Its not a frame. Its a div which contains a table. On Feb 2, 11:42 am, Angrez Singh ang...@gmail.com wrote: What do you mean by site modal? Is the text_field inside frame? On Tue, Feb 2, 2010 at 9:59 PM, QAguy qablogm...@gmail.com wrote: I am trying to enter data into a modal window from my

[wtr-general] Re: Firewatir cannot find an element on the page

2010-02-02 Thread QAguy
Tried that as and got the same error. On Feb 2, 2:01 pm, tester86 sagar.am...@gmail.com wrote: Try broswer.text_field(:name, folder[name]).set(text) -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: Firewatir cannot find an element on the page

2010-02-02 Thread QAguy
Tried that *also* and got the same error On Feb 2, 2:14 pm, QAguy qablogm...@gmail.com wrote: Tried that as and got the same error. On Feb 2, 2:01 pm, tester86 sagar.am...@gmail.com wrote: Try broswer.text_field(:name, folder[name]).set(text) -- You received this message because you

[wtr-general] Re: Firewatir cannot find an element on the page

2010-02-02 Thread Super Kevy
try browser.text_field(:for, folder_name).set('Watir test folder') or you may need to set the div element in the object: browser.div(:id,whateveritis).text_field(:id,folder_name).set (Watir test folder) On Feb 2, 10:29 am, QAguy qablogm...@gmail.com wrote: I am trying to enter data into a