Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Skype extension through selenium webdriver

Tags:

java

selenium

Whenever I launch Firefox browser, it opens with Skype enabled. How can I disable it through Selenium & Java?

like image 881
user3035936 Avatar asked May 27 '15 06:05

user3035936


1 Answers

Here is the solution (I solved this problem in this way):

  1. Go to control panel
  2. Uninstall "Skype Click to Call"
  3. Re-run your selenium webdriver test.

Result: You will not see Skype window anymore.

like image 148
Onur Baskirt Avatar answered Sep 24 '22 08:09

Onur Baskirt