要一直走下去

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

05 2021 档案

摘要:dynamic.py import unittest class MakeTestCases: testcases = None def make_test_func(self, case=None): def func(*args, **kwargs): self = args[0] self.a 阅读全文
posted @ 2021-05-31 22:24 要一直走下去 阅读(413) 评论(0) 推荐(0)

摘要:self.wrap_driver.move_to_element(locator=const_xpath.monitor_select) #鼠标移动到某个区域target = self.driver.find_element_by_xpath(const_xpath.insurance[1]) #下 阅读全文
posted @ 2021-05-31 14:38 要一直走下去 阅读(1683) 评论(0) 推荐(0)

摘要:直接输要搜索的内容即可 阅读全文
posted @ 2021-05-30 23:36 要一直走下去 阅读(268) 评论(0) 推荐(0)

摘要:class Bar: name = "abc" class Foo(Bar): @classmethod def m1(cls): print(cls.name) # abc 阅读全文
posted @ 2021-05-28 19:10 要一直走下去 阅读(136) 评论(0) 推荐(0)