[wtr-general] click on link now working in watir

2010-06-09 Thread naresh
, globalForm:customfieldCategoriesLink).click; puts 'link clicked' ie.goto(http://localhost:8080/admin/customfield-categories.seam;) i#e.bring_to_front; #ie.maximize; Regards, Naresh Vatsal -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received

[wtr-general] Insertion of data into oracle database through watir script

2010-06-17 Thread naresh
, Naresh -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: watir-general@googlegroups.com To unsubscribe: watir-general+unsubscr

[wtr-general] How to get value from textField

2010-06-22 Thread naresh
Hi All, i want retrieve value naresh after setting through set method of textField. is it possible or not?. I searched lot in Google, but no suitable example available. Can anyone guide me. ie.textField(:id, login-form:user-name).set(naresh); Regards, Naresh -- Before posting, please read

[wtr-general] Re: How to get value from textField

2010-06-23 Thread naresh
clicked' ie.goto(http://localhost:/venus/admin/customfield-category.seam;) ie.text_field(:id, globalForm:categoryName).set('naresh'); ie.text_field(:id, globalForm:description).set('ss'); puts ie.text_field(:id, globalForm:categoryName).value puts ie.text_field(:id, globalForm:description).value

[wtr-general] Re: How to get value from textField

2010-06-23 Thread naresh
, Naresh On Jun 23, 2:10 pm, Yuping Zhong littlezhong...@gmail.com wrote: Agree,pls share the html code or attach the web site. On Wed, Jun 23, 2010 at 3:43 PM, Charley Baker charley.ba...@gmail.comwrote: I can't really tell without seeing your site, but if you do search for that error, you'll

[wtr-general] Re: Rich calender how to get value

2010-06-24 Thread naresh
, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Jun 24, 2010 at 1:07 PM, naresh nareshvatsa...@gmail.com wrote: Can anyone guide me how to do that in watir? What is the problem? What have you tried? Is the calendar public, so we could try too? Željko -- watir.com - community

[wtr-general] Re: Rich calender how to get value

2010-06-25 Thread naresh
'] , 'weekDayLabelsShort': ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'] }).load();/script/div /span span class=error /span /div/div Regards, Naresh On Jun 24, 10:23 pm, orde ohil...@gmail.com wrote: I google'd up a RichFaces example:http://livedemo.exadel.com/richfaces-demo/richfaces/calendar.jsf

[wtr-general] Re: Rich calender how to get value

2010-06-28 Thread naresh
Hi, Anyone can guide me? I am struck in calender. Regards, Naresh On Jun 25, 4:44 pm, naresh nareshvatsa...@gmail.com wrote: Hi , s:decorate id=endDateDecorate template=../layout/edit.xhtml ui:define name=label#{label.title_end_date}:/ui:define rich:calendar value

[wtr-general] Re: Rich calender how to get value

2010-06-28 Thread naresh
i want to click calender and select date 28-May-2010. On Jun 28, 3:59 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Jun 28, 2010 at 12:54 PM, naresh nareshvatsa...@gmail.com wrote: Anyone can guide me? I am struck in calender. Which HTML element do you need to access

[wtr-general] Re: Rich calender how to get value

2010-06-28 Thread naresh
','Friday','Saturday'] , 'weekDayLabelsShort': ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'] }).load();/script/div /span span class=error /span /div/div On Jun 28, 4:29 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Jun 28, 2010 at 1:22 PM, naresh nareshvatsa...@gmail.com

[wtr-general] Re: Rich calender how to get value

2010-06-29 Thread naresh
-calendar-input class=rich-calendar-button which one to use. My requirement to select a 30-jun-2010 date from calender. Regards, Naresh On Jun 29, 8:32 pm, Chuck van der Linden sqa...@gmail.com wrote: If it's the same as the sample that was linked early in the thread, when this control is rendered

[wtr-general] Re: Rich calender how to get value

2010-07-01 Thread naresh
, the easier, the better. On Wed, Jun 30, 2010 at 1:38 PM, naresh nareshvatsa...@gmail.com wrote: Hi, I am confused in rich calender, i need to click image and then get elements or do like following ie.cell(:class = j_id354_j_id355DayCell rich-calendar-cell rich- calendar-btn, :text

[wtr-general] Re: Rich calender how to get value

2010-07-01 Thread naresh
','Wednesday','Thursday','Friday','Saturday'] , 'weekDayLabelsShort': ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'] }).load();/script/div /span span class=error /span On Jul 1, 3:16 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Jul 1, 2010 at 12:03 PM, naresh nareshvatsa

[wtr-general] Re: Rich calender how to get value

2010-07-01 Thread naresh
' Today /DIV /TD TD class=rich-calendar-toolfooter style=DISPLAY: none; BACKGROUND- IMAGE: none /TD /TR /TBODY /TABLE /TD /TR /TBODY /TABLE On Jul 1, 4:04 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Jul 1, 2010 at 12:44 PM, naresh nareshvatsa...@gmail.com wrote: Can anyone

[wtr-general] Re: Rich calender how to get value

2010-07-06 Thread naresh
Hi, I tried both option, but i am getting same exception unable to locate element ie.table(:id, globalForm:startDateDecorate:startDate).cell(:text,30).click Or ie.cell(:text, 30).click c:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.5/lib/watir/element.rb:56:in `assert_ex ists': Unable to locate

Re: [wtr-general] Re: click on link now working in watir

2010-06-10 Thread naresh vatsal
Hi Adam, In my application 2 forms was there, due to that am not able to click on link. I solved the issue. Thanks for your reply. Regards, Naresh On Wed, Jun 9, 2010 at 7:58 PM, Adam Reed reed.a...@gmail.com wrote: Naresh, How does it 'not work'? Are you receiving an error? What _does_

Re: [wtr-general] Re: Insertion of data into oracle database through watir script

2010-06-18 Thread naresh vatsal
clicked' ie.goto(http://localhost:/venus/admin/customfield-category.seam;) cName =ie.textField(:id, globalForm:categoryName).set(naresh); desc= ie.textField(:id, globalForm:description).set(desc); query = insert into CUSTFIELD_CATEGORIES values('+cName+','+desc+') connection = OCI8.new

[wtr-general] Re: b.window.maximize syntax is not working for Chrome browser

2017-08-17 Thread Naresh babu
i'm using chrome driver 2.31 but still facing same problem. b.window.maximize Error: C:/Ruby23/lib/ruby/gems/2.3.0/gems/selenium-webdriver-3.0.5/lib/selenium/ webdriver/remote/response.rb:69:in `assert_ok': unknown error: cannot get automation extension

Re: [wtr-general] Re: b.window.maximize syntax is not working for Chrome browser

2017-08-22 Thread Naresh babu
Thanks Titus Fortner, maximize window is working in latest version of chrome driver b.window.maximize On Thursday, August 17, 2017 at 8:02:15 PM UTC+5:30, Titus Fortner wrote: > > Your stack trace clearly shows chromedriver v26 > > On Aug 17, 2017 7:53 AM, "Naresh babu&quo