摘要:
学习Python时自动化出现报错 “selenium python Message: unknown error: Element is not clickable at point” 在网上谷歌了一下,发现是元素定位不到,之前的代码如下: 看到原因有三种原因:(原网址:https://blog.c 阅读全文
摘要:
今天敲代码遇到: Syntax error on token "run" ,identifier expected after this token 在类comp.test中找不到主方法:public void main (String[] args){}原因:没有先主方法,main 阅读全文