抖音10.0.6版本输入框没有搜索按钮怎么处理呢

来源:3-4 weditor工具介绍和常见问题-1

秋晨001

2020-09-21

使用的抖音10.0.6版本,想使用搜索功能,发现输入框中没有搜索按钮,请问这该怎么处理呢
图片描述

使用的键盘是
图片描述

写回答

1回答

大壮老师

2020-09-26

Press hard/soft key
d.press("home") # press the home key, with key name
d.press("back") # press the back key, with key name
d.press(0x07, 0x02) # press keycode 0x07('0') with META ALT(0x02)

These key names are currently supported:
home
back
left
right
up
down
center
menu
search
enter
delete ( or del)
recent (recent apps)
volume_up
volume_down
volume_mute
camera
power


0
1
秋晨001
我尝试使用了d.press(0x07, 0x02)没有任何动作触发 请求过程: 请求的url http://localhost:57709/jsonrpc/0 {'data': '{"jsonrpc": "2.0", "id": "61fbf1b3fe631eb1c808d8ecb50922b3", "method": "pressKeyCode", "params": [7, 2]}', 'json': None, 'headers': {'Content-Type': 'application/json'}, 'timeout': 60} 可能是抖音自己的开发逻辑
2020-09-27
共1条回复

移动端Python爬虫实战 数据抓取+数据可视化

从App数据抓取到数据可视化,全流程讲解

1831 学习 · 1003 问题

查看课程