我已经应用了链接自动填充功能,但是我有两个问题:
这是上一页的linkedIn自动填充按钮的代码:
from pyhive import hive
import sys
import pandas as pd
import ssl
import thrift_sasl
con=hive.Connection(host="ip_addrs",port=10000,username="hiveuser_test", auth='NOSASL')
cursor = con.cursor()
select_stmt = 'SELECT * FROM t1 LIMIT 10'
cursor.execute(select_stmt)
print(cursor.fetchall())
print(con)
有自动填写的所有字段,但电话号码字段不起作用。
这是页面链接:https://www.inboundmantra.com/predictive-lead-scoring
请让我知道如何修复它。
预先感谢...
答案 0 :(得分:0)
您将您的域列入白名单了吗?您需要联系linkedin代表将您的域列入白名单才能使用此功能。