heynemann / pyccuracy

Pyccuracy is a BDD-style Web Acceptance Testing framework in Python.
http://pyccuracy.org
224 stars 35 forks source link

Pyccuracy won't work with confirm dialogs and alert dialogs. #43

Closed cabello closed 8 years ago

cabello commented 15 years ago

I noticed that when you click on something that raises a confirm or alert box, you need to consume that with selenium, so I implemented this stuff in Pyccuracy, you can find the diff and the example files in the links above:

Diff from the repository to after my work http://paste.pocoo.org/show/130223/ (gone =/)

Alert html and acc http://paste.pocoo.org/show/130224/ (gone =/)

Confirm html and acc http://paste.pocoo.org/show/130225/ (gone =/)

Keep the good job guys, I plan to use Pyccuracy a lot, and I hope to be able to always help the project.

marcossousa commented 14 years ago

Hello,

I did the implementation for confirm window. The implementation is waiting for approval. By the way the DSL is pretty similar as proposed above.

I'll implement the alert too.

cabello commented 8 years ago

This is probably fixed by now.