在这个问题之后:Modify attribute of element,我想知道是否有一种干净的方法可以删除 Lift 中的属性。现在我直接运行 javascript 命令:
Run("document.getElementById(\"elem_id\").removeAttribute(\"disabled\", 0);")
有没有更好的方法来做到这一点?
例如,要编辑属性,可以使用以下命令:
(JqId("elem_id")~> JqAttr("disabled", "disabled")).cmd