Questions tagged [windmill]

Windmill is a web testing tool designed to let you painlessly automate and debug your web application.

Windmill is an open source, cross-browser test recorder that helps you record, edit, playback and interact with your tests from one simple interface. It also offers an interactive shell, a proxy API and JavaScript test integration.

http://www.getwindmill.com/

22 questions
0
votes
1 answer

How do I make the Windmill IDE appear for https sites on Ubuntu?

I am trying to use the Windmill Testing Framework over https. I'm running Ubuntu 11.10 with Python 2.7, installing windmill and pyopenssl in a virtualenv via pip. (Installation sequence is included below for reference.) When I run windmill firefox…
lofidevops
  • 15,528
  • 14
  • 79
  • 119
0
votes
1 answer

How do I run Javascript tests in Windmill when using test_windmill for Django?

I'm using the Windmill test system and have it running using test_windmill for Django which works fine for the Python tests. I'd like this to run a suite of Javascript tests also whilst the Django test server is running. I've used the run_js_tests…
Robin Elvin
  • 1,207
  • 12
  • 28
0
votes
1 answer

Unable to run Windmill, multiple errors

I have been having all kinds of problems getting Windmill setup and installed. I thought I finally got it setup, but now when I try to just run windmill, I get the following errors. Any help is appreciated. c:\Python33\Scripts>windmill firefox…
Joseph
  • 11
  • 3
0
votes
1 answer

Browser Simulation and Scraping with windmill or selenium, how many http requests?

I want to use windmill or selenium to simulate a browser that visits a website, scrapes the content and after analyzing the content goes on with some action depending of the analysis. As an example. The browser visits a website, where we can find,…
zwieback86
  • 387
  • 3
  • 7
  • 14
0
votes
1 answer

Windmill seems to be successfully installed, but doesn't start

I installed windmill on mac (mountain lion) using pip, and it seems to be successful: MacBook-Pro:~ kyskmt$ pip-2.7 install windmill Requirement already satisfied (use --upgrade to upgrade): windmill in…
kyskmt
  • 1
  • 2
0
votes
1 answer

Are there any special characters in Windmill? How do I override?

I'm attempting to closeout a popup named [Close]. client.click(link=u'[Close]') client.waits.forElement(link=u'[Close]', timeout=u'8000') It seems to die here. 'debug': u'Looking up id docname, failed. >>> test_results: ERROR Test Failure in…
TangibleDream
  • 601
  • 8
  • 29
0
votes
1 answer

How do I successfully install windmill?

After following https://github.com/windmill/windmill/wiki/installing I installed and added python 2.7 to my path I received a 404 when I ran ez_setup.py. C:\windmill\windmill-windmill-4304ee7>python ez_setup.py Downloading…
TangibleDream
  • 601
  • 8
  • 29
1
2