browser-automation
Locating element in same paragraph of another element in watir-webdriver
Given the following HTML code snippet; after finding the link by ID, how would you select the checkbox in the same paragraph?[详细]
2023-03-14 20:04 分类:问答How can I make a text_field that is disabled until typed into enabled using firewatir?
When attempting to setup a Job Title the \"add job title\" buttons are hidden until text is entered. Using the following code to add a job title the disabled button does not become enabled.[详细]
2023-03-10 06:07 分类:问答Issues with firewatir
Is jssh extension f开发者_如何转开发or firefox 4 available? No. Use watir-webdriver to gem to drive Firefox 4.[详细]
2023-03-06 19:10 分类:问答Watir: How can I execute in a watir script a specific javascript function called on select of a checkbox?
In a Watir script, after I check checkboxes in a popup window, I\'m trying to execute a javascript function to add objects selected to the parent window.[详细]
2023-03-06 17:31 分类:问答How to automate entering data from a database into a website's html & javascript user interface?
I am a volunteer coordinator for a not-for-profit with some basic experience using Python. I\'m willing to put in <8 hours of learning for my current project (otherwise, I\'ll do it manually). I\'m[详细]
2023-03-03 21:10 分类:问答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 分类:问答Is there a way to automatically make CSS/HTML changes to a web page each time it is loaded?
I sometimes use Firebug to fix problems with w开发者_StackOverflow社区ebpages or to hide certain things. I am simply a user of these webpages and cannot change the source. I would like to be able to a[详细]
2023-02-28 09:33 分类:问答Is there a way to NOT open a new window every time I click on a link on Chrome, using watir-webdriver
I am trying to using Google Chrome to automate my testing of a mobile app developed in JavaScript for iPhone, and since it is Webkit based only Safari and Google Chrome can render the content, so I ha[详细]
2023-02-26 05:25 分类:问答Help about automatizing process of account creation/posts on article/web 2.0 sites
I need ideas how automatic account creation can be done on article and web 2.0 sites. It can not be done with PHP/Curl, because many of those sites use ajax/javascript, and this is not possible to be[详细]
2023-02-16 11:04 分类:问答Watin - how to ctrl-click a link?
It seem开发者_Go百科s like a simple operation - given a Watin Link class, how do you perform a crtl-click on the link?I don\'t see how you can perform a keyDown for ctrl using either a Watin method or[详细]
2023-02-15 09:15 分类:问答