We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
自己整理的Python的Selenium使用框架,将页面封装成对象,是页面对象和case相互独立,使用testsuite选择要执行的用例。
There was an error while loading. Please reload this page.
将页面的元素封装到一起,使用"页面.元素.操作"的方式调用;
按照需求单独设计testCase,供testSuite调用;