watir
Rails testing with Watir. How do I load my test db with the fixtures from /test/fixtures
I\'m trying to test my Rails App with test fixtures using Watir. The watir tests work but I can\'t seem to load my test db with the fixtures from /test/fixtures.[详细]
2023-03-19 03:53 分类:问答watir install report failed to build gem native extension
I\'ve installed a instantrail2.0.I want to install watir 1.65 First I installed watir-1.6.5.gem it said 302 fetching http://gems.r....[详细]
2023-03-18 16:57 分类:问答Conditional statements in Ruby watir
so I am completely new to watir. And I am basically trying to implement a conditional text checker. I am creating a testclass using watir. So for now; assuming we are given this simple example in whic[详细]
2023-03-18 11:41 分类:问答How can I know what element is clicked in IE?
I\'m automating IE with watir, and I want to know what html element(s) are clicked (selected). Can this be done using watir? win32ole? In a last chance, without ruby?[详细]
2023-03-18 08:46 分类:问答Selenium ".check" Function Not Recognized
I have created an object using Selenium: driver = Selenium::WebDriver.for :firefox, :profile => profile[详细]
2023-03-18 03:15 分类:问答Selecting a Radio Button Using Selenium and Ruby
Ok, I know this sounds like quite a rudimentary question, and I know there are docs explaining how to do this, however I have not had any luck in doing so.[详细]
2023-03-18 02:53 分类:问答Automatically Save File Dialog with Ruby / AutoIt / Watir [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-17 22:59 分类:问答Watir-webdriver : text.include?("expected text") doesn't work in chrome browser
I use watir-webdriver for testing in Mac OS. As it is all to known that $browser.text.include?(\"expected text\") is used to assert the text in the screen.[详细]
2023-03-17 07:34 分类:问答How do I use Watir to download a file to a specific location in IE9
In the older versions of IE, there is a popup window. In IE9 it\'s a开发者_高级运维 funny looking bar on the bottom.[详细]
2023-03-17 05:51 分类:问答Watir Changing Mozilla Firefox Preferences
I\'m running a Ruby script using Watir to automate some things for me. I\'m attempting to automatically save some files to a certain directory. So, in my Mozilla settings I set my default download dir[详细]
2023-03-16 20:40 分类:问答