早上在 java 群看到你们公司招 java 工程师
#6 楼 @jinglebell 我在杭州 1 年半也才 4k,你要 5k 不合理啊
#3 楼 @debugtalk 难道跟赛文奥特曼有关系
#8 楼 @hu_qingen 阿西吧
你这个代码干嘛用的,陈述一下
哇塞
#2 楼 @Lihuazhang 阿西吧
#1 楼 @xiaozhen
#6 楼 @xushizhao *****
#1 楼 @hu_qingen 哦耶
七险是哪几个
def isElement(self,identifyBy,c):
'''
Determine whether elements exist
Usage:
isElement(By.XPATH,"//a")
'''
sleep(1)
flag=None
try:
if identifyBy == "id":
#self.driver.implicitly_wait(60)
self.driver.find_element_by_id(c)
elif identifyBy == "xpath":
#self.driver.implicitly_wait(60)
self.driver.find_element_by_xpath(c)
elif identifyBy == "class":
self.driver.find_element_by_class_name(c)
elif identifyBy == "link text":
self.driver.find_element_by_link_text(c)
elif identifyBy == "partial link text":
self.driver.find_element_by_partial_link_text(c)
elif identifyBy == "name":
self.driver.find_element_by_name(c)
elif identifyBy == "tag name":
self.driver.find_element_by_tag_name(c)
elif identifyBy == "css selector":
self.driver.find_element_by_css_selector(c)
flag = True
except NoSuchElementException,e:
flag = False
finally:
return flag
南京房价跟杭州差不多
#2 楼 @Lihuazhang 你在哪里,有我偏么
呢吗 错别字吧
appium1.6.3 没有 dmg 那怎么查看页面元素啊
造人是重点
#48 楼 @WANGWENCHENG 干嘛要获取他。。。