(ele)
| 9266 | } |
| 9267 | |
| 9268 | getSelectorFromEle(ele) { |
| 9269 | return this.xpath.checked ? createXPathFromElement(ele) : geneSelector(ele, true); |
| 9270 | } |
| 9271 | |
| 9272 | fillTempRuleTextarea() { |
| 9273 | if (!this.frame.classList.contains("showDetail") || !this.editTemp || !this.editTemp.pageElement) this.tempRule.value = JSON.stringify(this.getTempRule(), null, 4); |
no test coverage detected