python selenium出现TypeError: __init__() takes 2 positional arguments but 3 were given错误解决方法
在使用selenium爬取时,如出现以下错误:TypeError:__init__()takes2positionalargumentsbut3weregiven很有可能你的如下语句有问题:ec.presence_of_element_located(By.ID,'feed_friend')**注意⚠️presence_of_element_located()方法中传入的应该是一个元组,和平常用的