摘要:http://blog.csdn.net/brokge/article/details/17356765 注意:win 7 win10 下载的权限问题
阅读全文
摘要:转:http://blog.csdn.net/huashao0602/article/details/55045719
阅读全文
摘要:http://flask.pocoo.org/ http://requests-docs-cn.readthedocs.io/zh_CN/latest/ http://dormousehole.readthedocs.io/en/latest/
阅读全文
摘要:Execute Javascript $("input[type='button']").click() Comment Click Button css=input.login_iptButClick Element css=div.log_an > a > i 获取产品名称 return ${p
阅读全文
摘要:Open Browser http://xxx.xxx.xxx.xxx:1000/portal/login/init.htm gcMaximize Browser Window sleep 2 #Get Window Size 300 500Input Text id=_userName admin
阅读全文
摘要:django的admin用户被我多动症一样的测试,给密码弄丢了,需要重置。 从数据库重置的可能性为0,因为django对于密码有保护策略。考虑从运行程序的地方进行重置: 1.在程序的文件夹下,执行这样的命令,进行shell窗口: 1 python manage.py shell 2.对admin用户
阅读全文
摘要:https://github.com/robotframework/Selenium2Library/downloads
阅读全文
摘要:http://selenium-release.storage.googleapis.com/index.html IE驱动https://sites.google.com/a/chromium.org/chromedriver/downloads chrome驱动
阅读全文
摘要:http://blog.csdn.net/ken_wanglin/article/details/53095967 http://www.infoq.com/cn/articles/Python-writing-module http://blog.csdn.net/maocaowu_csdn/ar
阅读全文
摘要:>>> a=1992>>> b="free">>> print b+ `a`free1992>>> print b+str(a)free1992>>> print b+repr(a)free1992>>>>>> dos="c:\\news">>> print dosc:\news>>> dos=r"
阅读全文