Skip to content

自己整理的Python的Selenium使用框架,将页面封装成对象,是页面对象和case相互独立,使用testsuite选择要执行的用例。

Notifications You must be signed in to change notification settings

lanworlds/seleniumWithPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pageObject

将页面的元素封装到一起,使用"页面.元素.操作"的方式调用;

testCase

按照需求单独设计testCase,供testSuite调用;

lib

About

自己整理的Python的Selenium使用框架,将页面封装成对象,是页面对象和case相互独立,使用testsuite选择要执行的用例。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%