摘要:
class Base(object): def __init__(self): print 'Base create' class childB(Base): def __init__(self): print 'creat B ', super(childB, self).__init__() c 阅读全文
摘要:
1、问题:robot运行时提示:[ WARN ] Keyword 'Capture Page Screenshot' could not be run on failure: No browser is open" 现象:运行时打开浏览器后再浏览器的导航栏中无法数据url 解决方法:浏览器版本太高, 阅读全文