[wtr-general] Unable to click buttons in the pop-up when the machine is locked

2012-10-01 Thread praveen kumar
Hi All, There is a javascript pop-up. I am handling as shown below. It is working fine only if that window is enabled. If the machine is locked or moving to the another window while execution. Its not working. Is there any way to focus that window after pop up is enabled.

[wtr-general] Re: Unable to click buttons in the pop-up when the machine is locked

2012-10-01 Thread praveen kumar
Watir 3.0.0 On Tuesday, October 2, 2012 1:27:55 AM UTC+5:30, enroxorz wrote: What version of Watir are you using? On Monday, October 1, 2012 2:26:35 AM UTC-4, praveen kumar wrote: Hi All, There is a javascript pop-up. I am handling as shown below. It is working fine only

[wtr-general] Re: Unable to click on the links having specific description

2012-09-26 Thread praveen kumar
On Tuesday, September 25, 2012 9:40:07 AM UTC-4, praveen kumar wrote: Hi All, My requirement is to click on the links present in the table which have text starting with *test*. I have written the code as below table = $ie.table(:id, ctl00_mContentPlaceHolder_gvElobratedItems

[wtr-general] Unable to click on the links having specific description

2012-09-25 Thread praveen kumar
Hi All, My requirement is to click on the links present in the table which have text starting with *test*. I have written the code as below table = $ie.table(:id, ctl00_mContentPlaceHolder_gvElobratedItems) table.links.each do |link| *# Here I need to click on the link starting with test

[wtr-general] Re: WIN32OLERuntimeError: (in OLE method `focus': )

2012-09-20 Thread praveen kumar
(productname) Now my major issue resolved.. Thanks, Praveen On Tuesday, September 18, 2012 1:24:56 PM UTC+5:30, praveen kumar wrote: Hi All, When i am trying to execute the following script $ie.text_field(:id, ctl00_mContentPlaceHolder_ctrlProductAutoComplete).set(productname) I am

Re: [wtr-general] WIN32OLERuntimeError: (in OLE method `focus': )

2012-09-18 Thread praveen kumar
at 9:54 AM, praveen kumar praveen...@gmail.comjavascript: wrote: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. The error message says there is a problem with the element you are trying to access. Are you sure the element

Re: [wtr-general] WIN32OLERuntimeError: (in OLE method `focus': )

2012-09-18 Thread praveen kumar
On Tuesday, September 18, 2012 2:48:52 PM UTC+5:30, Ċ½eljko Filipin wrote: On Tue, Sep 18, 2012 at 11:12 AM, praveen kumar praveen...@gmail.comjavascript: wrote: The element on the page is disabled. They have designed in that way for specific reasons. Do we have any workaround for this type

[wtr-general] Best way to handle testdata using Watir

2012-09-15 Thread praveen kumar
Hi All, I am trying to automate the web application using Watir. I am planning to use the test unit frame work. I need to automate it based on the test scenarios, which are greater than 50. I am planning to maintain read the test data from the spread sheet. 50 work sheets for each scenario.

Re: [wtr-general] facing issue with clicking buttons

2010-07-27 Thread praveen kumar
: Hi Praveen, Have you tried these possibilities ? *canvas_frame.div(:class, 'J-Zh-I J-J5-Ji Bq L3').flash* * canvas_frame.div(:id, ': 15m ').flash canvas_frame.div(:id, ': 15m ').flash * On Fri, Jul 23, 2010 at 1:32 PM, praveen kumar praveen454gr...@gmail.comwrote: Hi John

Re: [wtr-general] facing issue with clicking buttons

2010-07-23 Thread praveen kumar
details. Praveen On Thu, Jul 22, 2010 at 10:23 PM, John Fitisoff jfitis...@yahoo.com wrote: Try treating it as a div rather than a button? -- *From:* praveen kumar praveen454gr...@gmail.com *To:* watir-general@googlegroups.com *Sent:* Thu, July 22, 2010 5:42:59 AM

[wtr-general] facing issue with clicking buttons

2010-07-22 Thread praveen kumar
Hi All, I am trying to automate the gmail by clicking on the compose mail and entering to address , subject and body content. I am facing problem in clicking the Send button. The button has following HTML elements *div tabindex=1 class=J-Zh-I J-J5-Ji Bq L3 id=:15m role=button

[wtr-general] WIN32OLERuntimeError: unknown OLE server: `AutoItX3.Control'

2009-08-24 Thread praveen kumar
hi, When iam running,Iam getting this error .can anybody please help me --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com