Python SkypeWebClient-Bot with Selenium (Error 10048)
I am building a bot for the skype web client ( https://web.skype.com/en ) using Selenium. Everything works like a charm but after a few moments I am getting the error 10048: Address already in use. Only one usage of each socket address (protocol/IP address/port) is normally permitted I checked netstat -n and saw that my programm creates a huge amount of connections. from selenium import webdriver from selenium.webdriver.common.keys import Keys import time #driver = webdriver.Chrome(executable_path='c:\Python34\chromedriver.exe') driver = webdriver.Firefox(executable_path='c:\Program Files