Unable to locate element using selenium webdriver in python

后端 未结 2 1842
醉酒成梦
醉酒成梦 2021-01-19 17:34

I want to do some automation testing on a website called http://elegalix.allahabadhighcourt.in. I am using the following python code to click a button called \"Advanced\" on

2条回答
  •  梦谈多话
    2021-01-19 17:57

    I faced with this issue and the problem about the window size. Because when windows size is small objects place has changed so i use driver.maximize_window() and then i use driver.find method it works properly.

提交回复
热议问题