问题描述
`try:
fullLink = 'https://www.linkedin.com/in/vishakha04/'
browser.get(fullLink)
browser.find_element_by_class_name('pv-s-profile-actions').click()
time.sleep(2)
browser.find_element_by_class_name('mr1').click()
browser.find_element_by_class_name('ml1').click()
except:
print('error')`
This is the first button connect which we are clicking This are the next two buttons add a note(class mr1) and connect(class ml1) 无法按类使用查找元素单击添加笔记按钮
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)