摘要: 2021年6月,前端从html到js学习了半个多月,记录在此。 链接:https://pan.baidu.com/s/1YRcHdzsm2aBN9F4bmN-cNg 提取码:yyds <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF 阅读全文
posted @ 2022-08-01 10:25 GoodMorning9527 阅读(512) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-08-01 10:23 GoodMorning9527 阅读(44) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-08-01 10:22 GoodMorning9527 阅读(171) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-08-01 10:21 GoodMorning9527 阅读(26) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-08-01 10:20 GoodMorning9527 阅读(58) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-08-01 10:17 GoodMorning9527 阅读(47) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-08-01 10:16 GoodMorning9527 阅读(138) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-08-01 10:14 GoodMorning9527 阅读(360) 评论(0) 推荐(0)
摘要: # coding:utf-8__author__ = 'Helen''''description:手势操作# start_x:开始坐标 x 轴# start_y:开始坐标 y 轴# end_x:结束坐标 x 轴# end_y:结束坐标 y 轴# duration:开始坐标移动到结束坐标的时间,默认 阅读全文
posted @ 2022-08-01 09:15 GoodMorning9527 阅读(96) 评论(0) 推荐(0)
摘要: from appium import webdriverimport timefrom setuptools.command import rotatedesird_caps = { 'platformName': 'android', # 被测手机是anzhuo 'platformVersion' 阅读全文
posted @ 2022-08-01 09:14 GoodMorning9527 阅读(14) 评论(0) 推荐(0)
摘要: 1,https://www.cnblogs.com/helenMemery/p/7346485.html 2,定位元素 https://www.cnblogs.com/cnkemi/p/9180525.html 3,按键 https://blog.csdn.net/feizhixuan46789/a 阅读全文
posted @ 2022-08-01 09:10 GoodMorning9527 阅读(21) 评论(0) 推荐(0)