trigger方法没有value时传None么?
这样写没有报错,但是不确定是否触发了事件:i_c.trigger("focusPLFun", {"value": None})
问题是textarea的元素定位不到,不确定是事件没有触发还是事件类型的需要其他方式?
触发事件后的获取元素代码:
textarea_p = self.mini.app.get_current_page()
textarea_p_input = textarea_p .get_element("textarea", max_timeout=10)
错误提示:
minium.framework.exception.MiniElementNotFoundError: element[textarea] not found
782932369
trigger是传事件值,如: tap, focus, confirm, 不是绑定的事件名称