为了账号安全,请及时绑定邮箱和手机立即绑定

我正在尝试从框中选择一个图像,然后使用 selenium python 单击对齐按钮

我正在尝试从框中选择一个图像,然后使用 selenium python 单击对齐按钮

慕运维8079593 2023-03-16 16:11:58
@bot.eventasync def on_raw_reaction_add(payload):    channel = bot.get_channel(payload.channel_id)    msg = await channel.fetch_message(payload.message_id)    embed = msg.embeds[0]    emoji = payload.emoji    if user.bot:        return    if emoji == "emoji 1":        fixed = bot.get_channel(733722567449509958)        await fixed.send(embed=embed)    elif emoji == "emoji 2":        notBug = bot.get_channel(733722584801083502)        await notBug.send(embed=embed)    elif emoji == "emoji 3":        notFixed = bot.get_channel(733722600706146324)        await notFixed.send(embed=embed)    else:        return
查看完整描述

1 回答

?
元芳怎么了

TA贡献1798条经验 获得超7个赞

.invisibility_of_element_located:

用于检查元素是否不可见或不存在于 DOM 中的 Expectation。用于查找元素的定位器

问题是为什么要等元素消失再点击呢?

也许你需要的是.visibility_of_element_located或者更准确地说是.element_to_be_clickable


查看完整回答
反对 回复 2023-03-16
  • 1 回答
  • 0 关注
  • 76 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信