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
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.