摘要:
1、定位到元素但是send_keys()不能使用会报错Cannot set the element to '1'. Did you interact with the correct element? appium的inspect点击需要定位元素的区域,展示的是图片 最后解决办法:用find_ele 阅读全文
摘要:
CASE WHEN condition THEN result WHEN condition THEN result ............. [WHEN ...] [ELSE result] END CASE 子句可以用于任何表达式可以有效存在的地方。 condition 是一个返回boolea 阅读全文