Hi,
I am using pyccuracy for BDD testing and loving it so far !
I would really take this opportunity to congratulate all the developers and contributors, thanks a lot !
I was having a few (dumb?) doubts in my mind, and I would really be very grateful if you can clear them:
1. Suppose I click on a link and a new window opens and I wish to assert markup( or title etc) on the new window, how do I do that ?
I could not find it in the documentation, if its there, can you please point me to it ?
2. About creating custom actions, Is it possible to create a new action using selenium methods only, that is without using the actions that come bundled with pyccuracy ?
The case in the documentation that demonstrates the custom action uses two actions both of which come bundled with pyccuracy.
Regards,
Piyush Bansal