标签:phoenixframe 自动化测试 selenium
<!DOCTYPE HTML> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style> #textarea { width:300px; border:1px solid #ccc; min-height:150px; max-height:300px; overflow:auto; font-size:14px; outline:none; } </style> </head> <body> <div id="textarea" contenteditable="true">11111</div> </body> </html>
在ie,chrome,Firefox浏览器下测试通过,效果图:
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:phoenixframe 自动化测试 selenium
原文地址:http://blog.csdn.net/feiyang123_/article/details/47832975