Home > other >  Python with selemium how to implement the click on the following pages in the code div tags
Python with selemium how to implement the click on the following pages in the code div tags

Time:09-15

<- fragment# f5bc5f6f # 123 head - & gt;
<-




Code:
Divs=self. Driver. Find_elements_by_xpath ('//div [@])
Divs [0]. Click ()
Error:
Elements not interaction

It's strange that on a web page can click on the div, div can be found through code, access to the class attribute is no problem, click operation on a error, great god how to deal with, please? Is it because fragments, the first encounter, was very confused?

CodePudding user response:

Please everybody to give directions, what should I do
  • Related