Displaying 20 results from an estimated 30 matches for "webdriver".
Did you mean:
webdrive
2010 Sep 20
2
For Your Own Info: Rails 2.3.2 is incompatible with Cucumber (0.8.5), Capybara (0.3.9) and Selenium-webdriver (0.0.17)
Railers,
I am running an application on Rails 2.3.2. For some reason within our
organization, we wish to remain on this version of Rails. For BDD/Testing,
we use Cucumber. So I installed Cucumber (0.8.5), Capybara (0.3.9) and
Selenium-webdriver (0.0.17). But when I run Cucumber on any feature, I get
an error saying *" wrong number of arguments (2 for 1) (ArgumentError)"*,
(Check here for more: http://pastie.org/1169557). In addition, Selenium
web-driver was initiating two web browser windows concurrently. But, the
features were...
2016 Aug 11
1
script to make webpage snapshot
I have some some angularjs sites that I test with protractor and a
chrome webdriver. I read in the docs at some point that I could take
and save screenshots if I wanted. You may be able to write a simple
nodejs script to kick of the webdriver and take the screenhsot. Or
someone may have already writen one :-)
https://www.seleniumeasy.com/selenium-tutorials/take-screenshot-with-s...
2012 Mar 20
0
Problem with before(:all) command
Hi
when I use to run following file, it does not do anything, no error
and nothing. It is meant to open a browser and put some information
but nothing happens. Any help would be really appreciated...
require "rubygems"
require ''watir-webdriver''
require "rspec"
describe "TEST Suite" do
before(:all) do
client = Selenium::WebDriver::Remote::Http::Default.new
client.timeout = 230 # seconds ? default is 60
profile = Selenium::WebDriver::Firefox::Profile.new
driver = Selenium::WebDriv...
2012 Jan 17
2
does jruby rspec have to use selenium?
With jruby and rspec requests, do you have to use selenium webdriver?
I''m confused, with ruby and rubyonrails using cucumber with capybara, I
didn''t have to set the default driver, what was it using and can i use that
with jruby? Things just worked w/o me even having to know about it :)
-------------- next part --------------
An HTML attachment w...
2012 Feb 05
4
testing framework for test automation
Hello,
Anyone working in QA Test Automation with RSpec wouldn?t mind posting
their testing framework or know where I can go to get more info on
testing frameworks either with RSpec or Cucumber? I greatly
appreciate. Thank you.
2002 Aug 01
1
Samba server as a WebDAV proxy
Dear all,
As you may know, webdav support is quiet poor on Windows, compared to Samba.
That is why I would like the samba server to act as a proxy to webdav
servers. This would give windows users the ability to browse webdav
pseudo-shares and map them to a drive letter, without buying software like
"WebDrive".
I am setting up a quick and dirty "proof of concept" software,
2010 Oct 25
2
Fail to load spec/rake/spectask
...ll rspec
Here is the list of installed gems:
builder (2.1.2)
childprocess (0.1.3)
ci_reporter (1.6.3)
diff-lcs (1.1.2)
ffi (0.6.3 x86-mingw32)
json_pure (1.4.6)
rake (0.8.7)
rspec (2.0.1)
rspec-core (2.0.1)
rspec-expectations (2.0.1)
rspec-mocks (2.0.1)
rspec-rails (2.0.1)
rubyzip (0.9.4)
selenium-webdriver (0.0.29)
What am I doing wrong? Why doesn''t spec/rake/spectask load?
Best regards
/Fredrik
--
Posted via http://www.ruby-forum.com/.
2016 Aug 11
3
script to make webpage snapshot
On Thu, August 11, 2016 5:13 pm, Dave Stevens wrote:
> Quoting Valeri Galtsev <galtsev at kicp.uchicago.edu>:
>
>>
>> On Thu, August 11, 2016 5:02 pm, John R Pierce wrote:
>>> On 8/11/2016 1:46 PM, Valeri Galtsev wrote:
>>>> Could someone recommend a script or utility one can run from command
line
>>>> on Linux or UNIX machine to make a
2012 Mar 24
1
What windows attributes can I duplicate with rsync?
I'm looking to copy a quality of files from Windows Vista x64 to Windows
7 x64, between systems that are not domain members.
This would be between NTFS file systems.
I have some experience scripting rsync between Unix/Linux systems, so
I'm considering this as an option. But I'm unclear what Windows file
attributes etc. I can expect to keep or lose in such a transfer.
I've got
2012 Mar 07
6
Can't find the PostgreSQL client library (libpq)
When i try it start my ruby server i get a error that looks like
rails server Could not find pg-0.12.2 in any of the sources
Run `bundle install` to install missing gems.
I dont know what to do
Thanks for all the help
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2024 Oct 15
2
R Package: 'ggbreak' in Dockerfile
...apt-get clean \
&& apt-get purge \
&& rm -rf /var/lib/apt/lists/* /tmp/*
RUN pip3 install --upgrade pip wheel setuptools>5
RUN pip3 install pandas
RUN pip3 install openpyxl
RUN pip3 install selenium-firefox
RUN pip3 install --no-cache-dir --upgrade rbase
RUN pip3 install webdriver-manager
RUN pip3 install 'rpy2>=3.5.12'
RUN pip3 install xlsxwriter
# Install additional R packages
# RUN R -e "install.packages(c('tools', 'ggplot2', 'ggbreak', 'ggrepel', 'stringr'), repos='http://cran.us.r-project.org')"
RUN R...
2012 Jan 15
2
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. (rspec + haml)
...rano (2.9.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.0)
ffi (~> 1.0.6)
coffee-rails (3.2.1)
coffee-script (>= 2.2.0)
railties (~> 3.2.0.beta)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
diff-lcs (1.1.3)...
2010 Nov 26
0
Cucumber + Capybara + tiny_mce Problem
...est the the tiny_mce using cucumber and capybara and I got a
solution in the following thred "
http://groups.google.com/group/ruby-capybara/browse_thread/thread/711d08ddceb9276?pli=1"
but somehow I am getting the following error
*private method `bridge'' called for
#<Selenium::WebDriver::Driver:0x..fb55cd4f0 browser=:firefox>
(NoMethodError)*
Is there anyone who faced the same issue and able to resolve it please share
your solution
Thanks
Abhis
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to thi...
2011 Jul 21
0
Is it possible to open particular version of browser using Watir?
...all:
I installed *Utilu Firefox Collection *which has all the versions of the
Firefox. After installation when I run my Watir script then FF version 2 is
getting opened and my scripts are not working.
My question is, is it possible to open particular browser version using
Watir? I am using Watir-webdrivers.
Thanks and Regards,
Amit
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to ru...
2005 Sep 30
0
IDMAP difficulties
hi,
can somebody explain, how the idmap backend with ldap works exactly.
sorry for that stupid questions, but the docu is not clear for me.
http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/
idmapper.html#id2588292
i understand the idmap topic/difficulty, why i need this, but how the
ldap get filled with idmap entries? automatically/dynamically if
winbind is running? or
2010 Dec 08
1
Help on install act_as_ferret on windows XP
...)
rack-test (0.5.4)
rails (2.3.8, 1.2.3)
railties (3.0.1)
rake (0.8.7)
refinerycms (0.9.7.12)
refinerycms-news (0.9.8.3)
refinerycms-portfolio (0.9.7)
rest-client (1.6.0, 1.4.2)
restfulx (1.3.0)
rmagick (2.12.0 mswin32)
rubigen (1.5.5)
rubyforge (2.0.4)
rubyist-aasm (2.1.1)
rubyzip (0.9.4)
selenium-webdriver (0.0.28, 0.0.27)
sqlite3-ruby (1.3.2 x86-mingw32, 1.3.1 x86-mingw32)
term-ansicolor (1.0.5)
thor (0.14.3)
treetop (1.4.8)
trollop (1.16.2)
tzinfo (0.3.23)
will_paginate (2.3.15)
I already follow the topic
http://www.ruby-forum.com/topic/153349#729201, but it is not working,
when I try to install...
2012 Dec 04
0
Empty test suite is run after every rake task
...endor/cache/git/open_flash_chart'' # :git =>
''git://github.com/pullmonkey/open_flash_chart.git''
gem "dynamic_form"
gem "simple_form"
gem "starling"
gem ''selenium-client'', ''1.2.18''
gem ''selenium-webdriver'', ''2.25.0''
gem ''iso8583'', ''0.1.3''
# ----------------------
# plugin gems
# ----------------------
gem ''state_machine'', :path => ''vendor/cache/git/state_machine'' # :git =>
''git://githu...
2012 Oct 21
0
rails g problem
...0)
railties (3.2.8, 3.2.0)
rake (0.9.2.2)
rb-appscript (0.6.1)
rdoc (3.12)
rspec (2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
rspec-mocks (2.11.3)
rspec-rails (2.11.4)
rubygems-update (1.8.24, 1.8.15)
rubyzip (0.9.9)
sass (3.2.1, 3.1.15, 3.1.12)
sass-rails (3.2.5, 3.2.4, 3.2.3)
selenium-webdriver (2.25.0)
sprockets (2.1.3, 2.1.2)
sqlite3 (1.3.6, 1.3.5)
thor (0.16.0, 0.14.6)
tilt (1.3.3)
treetop (1.4.10)
turn (0.9.6)
tzinfo (0.3.33, 0.3.31)
uglifier (1.3.0, 1.2.3, 1.2.2)
warden (1.1.1)
xpath (0.1.4)
--
You received this message because you are subscribed to the Google Groups "Ruby on...
2012 Jun 14
1
Cucumber/RSpec ::: Capybara? Webrat What am I using??
...spec-rails (2.10.1, 2.0.0)
ruby-debug-base19 (0.11.25)
ruby-debug-base19x (0.11.30.pre10)
ruby-debug19 (0.11.6)
ruby_core_source (0.1.5)
ruby_parser (2.3.1)
rubygems-bundler (1.0.2)
rubyzip (0.9.8, 0.9.7)
rvm (1.11.3.3)
rvm-capistrano (1.2.2)
sass (3.1.19, 3.1.15)
sass-rails (3.2.5, 3.2.4)
selenium-webdriver (2.22.2)
sexp_processor (3.0.10)
sprockets (2.1.3, 2.1.2)
sqlite3 (1.3.6)
sqlite3-ruby (1.3.3)
syntax (1.0.0)
thor (0.15.2, 0.14.6)
tilt (1.3.3)
treetop (1.4.10)
tzinfo (0.3.33)
uglifier (1.2.4, 1.2.3)
vpim (0.695)
warden (1.1.1)
webrat (0.7.3, 0.7.2)
whenever (0.7.3)
xpath (0.1.4)
Thanks a lot fo...
2015 May 07
2
Apache 2.2 itk - 404 not found
Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I
try to access apache's document root from a browser on local network, it
always serve me the Apache welcome page, even if I have a index.html and
a phpinfo.php file in the /var/www/html folder. If point the browser
specifically to http://server/index.html, I get a '404 Not found error'.
I'm running CentOS