I am invoking a web application using selenium web driver. After invoking, it will trigger a authentication popup (window popup) which can't be handled using selenium web driver. So I am planning to handle it using winium. Please suggest me the ways to initialize winium driver inside a selenium project.
↧