watir
watir-webdriver checking table size rows and columns count
I am starting the process of converting my WATIR scripts to use WATIR webdriver. There a couple of table methods I was using in my WATIR scripts to check the size (rows and columns)开发者_运维技巧 of[详细]
2023-03-05 06:56 分类:问答How would I access a pop ui button?
I have a pop up button that is triggered by deleting an object. How can I click the button if I can seem to find it.[详细]
2023-03-05 04:05 分类:问答Encoding Problem when filling out a text_field with Watir in Ruby
I\'m using Watir to fill out a text_field with the html-code that I have scraped with another program before.[详细]
2023-03-05 02:59 分类:问答Get value of a second table cell with unique text in first cell of the row with Watir
I want to get the value in the second cell of a row of a table, where a unique value is in the first cell. The value of the second cell keeps on changing.[详细]
2023-03-04 05:39 分类:问答Filling a textform - String too small?
I currently have to do a job where I have to copy the code of a website into a textfield. I\'m using watir to do the browser handling. As far as I know, I can only fill the field using the set functi[详细]
2023-03-03 05:35 分类:问答Parallel Cucumber/Watir scenarios in *Windows*
Any thoughts on what I can do/use to run cucumber scenarios in parallel on Windows? So far, I\'ve tried (with the follow findings):[详细]
2023-03-02 23:10 分类:问答How to simulate CTRL+Click with watir-webdriver?
I want to simulate ctrl keydown and c开发者_StackOverflowtrl keyup. My use-case is the following: The user can select from a list (build with a table) multiple elements by pressing CTRL key and clic[详细]
2023-03-02 12:06 分类:问答Is it possible to get data from excel and use them as watir commands?
is it possible to Get data from an excel sheet which are watir commands and exe开发者_Go百科cute them. If you have a string (that you got from excel file) and you want to execute it as code (if I unde[详细]
2023-03-02 00:20 分类:问答Watir :- click an image button?
I have am using firefox and i have modifie开发者_如何转开发d its user agent to make it behave like iphone web browser. now when i open google.com using watir and now i want to click on the searh butto[详细]
2023-03-01 20:50 分类:问答Using watir-webdriver, how can I click a table row?
I\'m trying to convert my old watir scripts to use watir-webdriver instead, as that will (eventually) support IE9 and Firefox 4. $browser.table_row(:id => \"account_1\").click is what I used to cli[详细]
2023-02-27 07:14 分类:问答