[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 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 > from

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

2010-02-11 Thread QAguy
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 wrote: > > Ok on the folde

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

2010-02-09 Thread QAguy
issue? Thanks On Feb 5, 11:33 pm, Yuping Zhong wrote: > 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 wrote: > > Yes

[wtr-general] How to handle js pop-up confirm windows on a MAC

2010-02-09 Thread QAguy
I am trying to delete a video in my account in the app I'm testing. When I click delete a JS pop-up opens asking if I'm sure I want to do this with a Ok/Cancel button. I am using safariwatir. I found ie/ windows examples for handling these kinds of pop-ups but can't find any examples for MAC/safari

[wtr-general] Re: Safaiwatir clearing browser cookies and cache

2010-02-05 Thread QAguy
> > require 'fileutils' > > $cookieDir = "C:\\Documents and Settings\\#{ENV['USERNAME']}\ > \Cookies"  #cookie location > FileUtils.rm_rf $cookieDir  #delete cookies > > Thanks, > Adam > > On Feb 5, 10:33 am, QAguy wrote: > > &

[wtr-general] Safaiwatir clearing browser cookies and cache

2010-02-05 Thread QAguy
Is there a function/command in safariwatir I can use to clear out the browsers cookies/cache prior to a test running? Couldn't find anything when I searched the google group or the wiki. Thank you -- You received this message because you are subscribed to the Google Groups "Watir General" group

[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 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 wrote: > > The first on didn't work.

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

2010-02-04 Thread QAguy
yone know what this error is? Thanks On Feb 2, 4:56 pm, Super Kevy wrote: > 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").

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

2010-02-04 Thread QAguy
yone know what this error is? Thanks On Feb 2, 4:56 pm, Super Kevy wrote: > 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").

[wtr-general] Re: Issue with clicking submit in a site modal window

2010-02-02 Thread QAguy
s On Jan 29, 1:16 pm, QAguy wrote: > Thanks. :) > > On Jan 29, 1:07 pm, orde wrote: > > > Check outhttp://jira.openqa.org/browse/WTR.  Click Components > > > SafariWatir. > > > On Jan 29, 9:14 am,QAguy wrote: > > > > Where can one find the list of

[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 wrote: > Tried that as and got the same error. > > On Feb 2, 2:01 pm, tester86 wrote: > > > Try > > > broswer.text_field(:name, "folder[name]").set("text") -- You received this m

[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 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 watir-general@google

[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 wrote: > What do you mean by site modal? Is the text_field inside frame? > > On Tue, Feb 2, 2010 at 9:59 PM, QAguy wrote: > > I am trying to enter data into a modal window from my site. Here is &g

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

2010-02-02 Thread QAguy
I am trying to enter data into a modal window from my site. Here is the site code: Or, move to a new folder: To enter data into the text_field I do: browser.text_field(:id, "folder_name").set('Watir test folder') This works fine in safariwatir but in firewatir I get the following error: Unable

[wtr-general] Re: Issue with clicking submit in a site modal window

2010-01-29 Thread QAguy
Thanks. :) On Jan 29, 1:07 pm, orde wrote: > Check outhttp://jira.openqa.org/browse/WTR.  Click Components > > SafariWatir. > > On Jan 29, 9:14 am, QAguy wrote: > > > Where can one find the list of open safariwatir bugs to see if this is > > listed? > > >

[wtr-general] Re: Issue with clicking submit in a site modal window

2010-01-29 Thread QAguy
Where can one find the list of open safariwatir bugs to see if this is listed? On Jan 29, 6:01 am, Yuping Zhong wrote: > I think it is a bug for SafariWatir. > > On Wed, Jan 27, 2010 at 1:01 AM, QAguy wrote: > > The site I am testing has a page where I if I click on a specific &g

[wtr-general] Re: Is there a version of jssh.xpi for FF3.6 for snow leopard

2010-01-29 Thread QAguy
functions_watir.rb:43:in `start_browser' On Jan 29, 10:55 am, Željko Filipin wrote: > On Fri, Jan 29, 2010 at 4:49 PM, QAguy wrote: > > def start_browser > >  if WHICH_BROWSER == 'safari' then > >    Watir::Browser.default = WHICH_BROWSER > >   �...@browse

[wtr-general] Re: Is there a version of jssh.xpi for FF3.6 for snow leopard

2010-01-29 Thread QAguy
ew(:WHICH_BROWSER) end end Would love to get this working. And ideas? If not then I will wait for the jssh version for 3.6. Thanks On Jan 29, 5:03 am, Željko Filipin wrote: > On Fri, Jan 29, 2010 at 12:10 AM, QAguy wrote: > > gem install watir-webdriver --pre > > /opt/local/lib/r

[wtr-general] Re: Issue with running watir on cygwin`

2010-01-29 Thread QAguy
I've never executed Watir tests with Ruby installed from cygwin, only > from RubyInstaller for Windows > > marekj > > Watirloo: Semantic Page Objects in UseCaseshttp://github.com/marekj/watirloo/ > Support Watir Projecthttp://pledgie.com/campaigns/2982 > > On Thu,

[wtr-general] Re: Is there a version of jssh.xpi for FF3.6 for snow leopard

2010-01-28 Thread QAguy
uby/1.8/gems/rspec-1.2.8/bin/spec:4 from /opt/local/bin/spec:19:in `load' from /opt/local/bin/spec:19 Anyone know what might be causing the and how to fix? Thanks. On Jan 28, 4:48 pm, QAguy wrote: > As a work around for this I'm trying to install the webdriver watir &

[wtr-general] Re: Is there a version of jssh.xpi for FF3.6 for snow leopard

2010-01-28 Thread QAguy
les will remain installed in /opt/local/lib/ruby/gems/1.8/gems/ ffi-0.5.4 for inspection. Anyone seen this before on install? Thanks again. On Jan 28, 4:28 pm, QAguy wrote: > Can't seem to find it. > > Thanks in advance. -- You received this message because you are subscribed to the

[wtr-general] Is there a version of jssh.xpi for FF3.6 for snow leopard

2010-01-28 Thread QAguy
Can't seem to find it. Thanks in advance. -- 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 Before posting, please read the following guidelines: http://wiki.openqa.org/display

[wtr-general] Issue with running watir on cygwin`

2010-01-28 Thread QAguy
I saw this thread: http://groups.google.com/group/watir-general/browse_thread/thread/b09e0b87c50075bd/cca465c8188a9044?lnk=gst&q=permission+denied+ I would have responded to that thread but no reply option was available so I'm starting a new one. Was Acro's issue ever addressed. I have the same i

[wtr-general] Issue with clicking submit in a site modal window

2010-01-26 Thread QAguy
The site I am testing has a page where I if I click on a specific element I can modify its properties by opening a modal window. In the modal window I enter in the needed data then click submit using: browser.link(:class, "create_and_move_button").click The link is highlighted in yellow in the mo

[wtr-general] Re: Getting undefined method when trying to check a checkbox

2010-01-21 Thread QAguy
Thanks. Figured out what the issue was based on your advice. Appericate it. On Jan 21, 7:24 am, Željko Filipin wrote: > On Wed, Jan 20, 2010 at 9:50 PM, QAguy wrote: > > browser.checkbox(:id, "select_all_checkbox").set > > This should work but is giving me: undefi

[wtr-general] Getting undefined method when trying to check a checkbox

2010-01-20 Thread QAguy
? Thanks in advance. QAguy -- 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 Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Su

[wtr-general] Browser Confirm Pop-up Click OK for Safari

2010-01-13 Thread QAguy
do this. They must click OK to proceed. Any help appreciated. QAGuy -- 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 Before posting, please read the following guideli

[wtr-general] Re: Selecting radiobutton issue with Safariwatir

2010-01-08 Thread QAguy
gt; > if you need to specify more than one argument: > > > browser.radio(:class => 'radio_button', :index, 1).set > > > Hope this helps! > > > -Tiffany > > > On Jan 6, 2:33 pm, QAguy wrote: > > > > I am working with the followi

[wtr-general] Selecting radiobutton issue with Safariwatir

2010-01-06 Thread QAguy
browser.radio(:id, "privacy_all_contacts", "all_contacts").click browser.button(:class, "tool tool_button submit").click Any help would be appericated. Thanks. QAguy -- You received this message because you are subscribed to the Google Groups "Watir General" gr

[wtr-general] Re: How to set a style value for a div/class

2009-12-02 Thread QAguy
The actual user action would be to click and hold the mouse over the slider and then drag the slider to the desired location (i.e. the px location). Not sure if you can do this via watir but wanted to see if it is possible. Thanks QAguy On Dec 2, 7:54 am, Željko Filipin wrote: > On Tue, De

[wtr-general] How to set a style value for a div/class

2009-12-01 Thread QAguy
group but couldn't find anything quite like this. Is this possible via a waitr call? If so can someone provide an example. Thanks in advance. QAguy -- You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send em

[wtr-general] Re: How to wait until an element is visible on a page

2009-12-01 Thread QAguy
Yup, doing it using a text.include worked. Thanks for the help. QAguy On Dec 1, 9:42 am, KimBrown wrote: > http://wiki.openqa.org/display/WTR/How+to+wait+with+Watir > > I've used this: > >   while (not $ie.html.include? "my html") >     >     puts "

[wtr-general] How to wait until an element is visible on a page

2009-11-30 Thread QAguy
doesn't seem to work: Watir::Waiter::wait_until { @browser.div(:class, 'encoding_complete').visible? == true} but it doesn't work as I think the use of visible here is invalid. Hoping someone help me. Thanks QAguy -- You received this message because you are subscribed to the G

[wtr-general] How would one delete browser cookies using safariwatir

2009-11-20 Thread QAguy
d out. Thanks in advance. QAguy --~--~-~--~~~---~--~~ 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 Before posting, please read the follo

[wtr-general] Re: Issue trying to click on a span element using safariwatir

2009-11-19 Thread QAguy
Unfortunately that didn't work either. I did this: browser.span(:text, /butterfly\.m4v/).click and got this: Unable to locate Span element with text of (?-mix:butterfly\.m4v) I'm not sure what the ?-mix: part of that is. Anything else you can recommend? QAguy On Nov 19, 3:5

[wtr-general] Re: Issue trying to click on a span element using safariwatir

2009-11-18 Thread QAguy
.span(:title, /butterfly.m4v/).click which gives me this: SafariWatir does not currently support finding by title So I'm kinda stumped at the moment as to what to do. Thanks QAguy On Nov 17, 9:16 pm, Adam Esterline wrote: > Hmm... I am not sure why it cannot find the span. > > Does i

[wtr-general] Issue trying to click on a span element using safariwatir

2009-11-17 Thread QAguy
o sure why this is not working. Hoping someone can help. Thanks QAguy --~--~-~--~~~---~--~~ 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@googlegroup

[wtr-general] Re: Example of assertions

2009-11-13 Thread QAguy
v 12, 2009 at 17:16, Tiffany Fodor wrote: > > > Ah - I didn't realize this, but you need to require it: > > > require 'watir/contrib/visible' > > > -Tiffany > > > On Nov 12, 3:08 pm, QAguy wrote: > > > I try something like t

[wtr-general] Re: Example of assertions

2009-11-12 Thread QAguy
I try something like this: @browser.text.visible?("Preparing to Optimize").should == false but I get: undefined method `visible?' for # I'm working with Safariwatir. Thanks QAguy On Nov 12, 4:22 pm, Tiffany Fodor wrote: > Oops, sorry - to see if text is visible, us

[wtr-general] Example of assertions

2009-11-12 Thread QAguy
Does anyone have examples of assertions. For example how would I assert that text on a page in either visible or invisible. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to thi

[wtr-general] Re: Safriwatir issue with clicking links

2009-11-09 Thread QAguy
Anything else you can suggest? Thanks On Nov 4, 5:57 pm, Željko Filipin wrote: > On Wed, Nov 4, 2009 at 11:53 PM, QAguy wrote: > > puts browser.link(:text, /Sign/).text gives me a result of Sign Out > > It is late here, my brain is sleeping. What do you get when you run

[wtr-general] How to install a forked gem of safariwatir from github

2009-11-09 Thread QAguy
repo. I tried sudo gem install aesterline-safariwatir --source="http:// gems.github.com" but get ERROR: could not find gem aesterline-safariwatir locally or in a repository Thanks QAguy --~--~-~--~~~---~--~~ You received this message because you are su

[wtr-general] Re: Safriwatir issue with clicking links

2009-11-04 Thread QAguy
That gives me the same result: host73:watir_site_regression employee$ spec specs/connect_spec.rb ...Sign Out . We can pick this up tomorrow and I am also pretty tired. Thanks for the help on this. QAguy On Nov 4, 5:57 pm, Željko Filipin wrote: > On Wed, Nov 4, 2009 at 11:53 PM, QAguy wr

[wtr-general] Re: Safriwatir issue with clicking links

2009-11-04 Thread QAguy
puts browser.link(:text, /Sign/).text gives me a result of Sign Out when i run my .rb file (see below) host73:watir_site_regression employee$ spec specs/connect_spec.rb ...Sign Out . QAguy On Nov 4, 5:45 pm, Željko Filipin wrote: > On Wed, Nov 4, 2009 at 7:42 PM, QAguy wrote: >

[wtr-general] Re: Safriwatir issue with clicking links

2009-11-04 Thread QAguy
On Mon, Nov 2, 2009 at 6:05 PM, QAguy wrote: > > BTW I tried browser.link(:text, "Sign Out").click but I get a > > response that safariwatir could not find a link element with text Sign > > Out. > > Which version of SafariWatir do you have? > > What do yo

[wtr-general] Re: Safriwatir issue with clicking links

2009-11-02 Thread QAguy
ot currently support finding by text Cannot seen to get this darn link clicked. Any other ideas how to work around this issue? Thanks again. QAguy On Oct 30, 5:33 am, Željko Filipin wrote: > On Fri, Oct 30, 2009 at 11:27 AM, Željko Filipin < > > zeljko.fili...@wa-research.ch>

[wtr-general] Re: Safriwatir issue with clicking links

2009-11-02 Thread QAguy
Thank you. I will vote for that ticket. QAguy On Oct 30, 5:33 am, Željko Filipin wrote: > On Fri, Oct 30, 2009 at 11:27 AM, Željko Filipin < > > zeljko.fili...@wa-research.ch> wrote: > > You can report the bug: > > No need for that, it is already reported: > >

[wtr-general] Safriwatir issue with clicking links

2009-10-29 Thread QAguy
Hi there. Hoping someone can help me. I am trying to click on a link by selecting an id. Here is the code html code on the page: Sign Out I am using the following in my test code: @browser.link(:id, 'signout_link').click This highlights the link in the browser window yellow but doesn't actual ca

[wtr-general] using li in safariwatir

2009-10-14 Thread QAguy
Trying to click an element in a list using li: @browser.li(:class,"folder").link(:index,2).click However when I try to run this I get: undefined method `li' for # I found a thread saying this works for watir on ie. Is this just not implemented in safariwatir at this time? If not can someone pr

[wtr-general] Issue with safariwatir not following links or buttons that I have it click

2009-10-07 Thread QAguy
For example if I have a link and do a browser.link(:id, "").click the the link is highlighted in yellow on the page but the link is not actually followed. I have included in my tests I have included all the correct gems: require 'rubygems' require 'safariwatir' require 'spec' require 'firewatir'

[wtr-general] Does anyone have examples of using rspec with safariwatir

2009-10-07 Thread QAguy
Or can point out a wiki that would have information on it. My searches via google have not bared much fruit. Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this g

[wtr-general] Re: Issue with .click when selecting via id

2009-10-07 Thread QAguy
gt; browser.button(:name, "btnI").click > puts "FAILURE" unless browser.contains_text("software") > > if you could try the above script to check it things run smoothy? i > have never tried safari but this test is only to know if safariwatir > is working or no

[wtr-general] Re: Can't seem to install watir on the MAC

2009-10-07 Thread QAguy
;watir". > > We will fix this on a future release. But right now, you have what you > need, and the "watir" example code will work for you. > Watir::Browser.new, etc etc will do the right thing. > > Bret > > On Oct 6, 3:11 pm, QAguy wrote: > > >

[wtr-general] Re: Can't seem to install watir on the MAC

2009-10-06 Thread QAguy
nstall safariwatir > > On Oct 6, 1:28 pm, QAguy wrote: > > > When I try to install the watir gem on the mac I am getting the > > following: > > > host73:watir_site_regression employee$ sudo gem install watir -- > > include-dependencies > > INFO:  `ge

[wtr-general] Issue with .click when selecting via id

2009-10-06 Thread QAguy
I am using rspec with safariwatir. When I try to have watir click a link for which I have an id I see the link get highlighted in yellow but the click action doesn't occur. Here is an example: @browser.button(:id, "").click I then tried this: Watir::Element::click { @browser.button(:id, "anonym

[wtr-general] Can't seem to install watir on the MAC

2009-10-06 Thread QAguy
When I try to install the watir gem on the mac I am getting the following: host73:watir_site_regression employee$ sudo gem install watir -- include-dependencies INFO: `gem install -y` is now default and will be removed INFO: use --ignore-dependencies to install only the gems you list Building n