I started using Karate one week back and this is my first question. I used to write web service tests using Spock & groovy, Rest assured & cucumber. When I came acro
You have 2 options, call Selenium driver from Karate or call Karate via the Java API.
Personally, I prefer option 1 - which is what you have been doing with Spock.
EDIT: Karate now supports Web Browser automation, so you don't need Selenium anymore: The world needs an alternative to Selenium - so we built one