karatelabs / karate

Test Automation Made Simple

Home Page:https://karatelabs.github.io/karate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to switch from Java selenium webdriver to Karate driver

ipsita1981 opened this issue · comments

I am trying to handle a browser popup which comes at the top of a browser. The API mentioned in Karate doesn't work, hence I used Selenium webdriver inside Karate to handle it and I was able to handle it. However, when I try to switch to Karate driver in the same script to execute rest of the code, it doesn't work.

closing as this was already posted to stack overflow. if you want to re-open this, follow this process: https://github.com/karatelabs/karate/wiki/How-to-Submit-an-Issue contributing code is also highly encouraged