In my previous post of codeception, I posted that how to setup and create codeception acceptance test using phpbrowser. As phpbrowser has following limitation:
So we can integrate codeception with selenium webdriver and can easily handle phpbrowser drawbacks
- Can click only on links with valid urls or form submit buttons
- Not support input fields that are not inside a form
- Not support JavaScript interactions, like modal windows, datepickers, etc.
So we can integrate codeception with selenium webdriver and can easily handle phpbrowser drawbacks