1. 对富文本框的操作:
arguments[0].innerHTML='<h1>"%s"</h1>' % body
js='document.getElementById("Editor_Edit_EditorBody_ifr")' \
'.contentWindow.document.body.innerHTML="%s"' % body
2. 对input操作:arguments[0].value="dido"
3. 去掉只读属性:arguments[0].removeAttribute("readonly")
js = 'document.getElementById("train_date").removeAttribute("readonly");'
4. 新窗口的target属性变_blank为空_self
js = 'document.getElementsByClassName("mnav")[0].target="";'
5. 去掉挡着的弹窗
js = 'document.getElementById("doyoo_monitor").style.display="none";'
6. js直接点击
js = 'document.getElementsByClassName("prefpanelgo")[0].click();'
7.滑动
js = "window.scrollTo(0,document.body.scrollHeight)"
jstop: var q=document.documentElement.scrollTop=10000/0
chrome---var q=document.body.scrollTop=0
jsleft: window.scrollTo(100,400);
Js上下滑动:document.body.scrollBy(0,y)把y 设为for里的,for y in range(0,20000,200)按步长来走,就可以慢慢的下滑了,不知这样对动态爬虫有没有用
其实哈还可以和jq 合作的,但是呢需要页面引用了jq,不知道如果没应用,我可以先excute_script执行插入引用jq的链接么?
还有哈,如果jq 可以,那其他js 框架也可以这样用咩???(῀( ˙᷄ỏ˙᷅ )῀)ᵒᵐᵍᵎᵎᵎ
好懒的我,不想试错只喜欢瞎想。。。((유∀유|||))