我想找到并按类型单击元素,我该怎么做?
Exception Type: ProgrammingError
Exception Value: column "location_completed" of relation "core_dailyprogress" does not exist
答案 0 :(得分:1)
您应该使用xpath中的@attribute='value'
按属性进行过滤。
将其更改为
By.XPath("//button[@type='submit']")