ExecuteAutomation

An Introduction to Coypu tool for Selenium

Coypu is an advanced wrapper for Selenium, which removes some of the pain that we are facing with current automation with Selenium. Coypu supports browser automation in .Net to help make tests readable, robust, fast to write and less tightly coupled to the UI. If your tests are littered with sleeps, retries, complex XPath expressions and IDs dug out of the source with FireBug then Coypu might help. As coypu has evolved over a period of time, the tool understood the pain points of selenium testers, hence you don’t really have to think of

How much it costs ?

Well coypu is 100% free and open-source, meaning, you can start trying it out straight away by installing coypu right into your visual studio project via nuget package. Here is the command
install-package Coypu
Here is the complete video of the discussion Thanks for reading the post and watching the video!!! Please leave your comments and let me know if there is anything I should update in this post. Thanks, Karthik KK