Is it possible to click "OK" on an invisible pop up frame in selenium? python -


i need click "ok" on pop sign in costar.com.

when frame pops up, freezes rest of window , does't allow me @ developer tools see elements.

after looking @ source code, found invisible frame.

if want see yourself: -go costar.com -click login -click login button

you see type of invisible frame i'm talking about. using chrome search source code, can find invisible frame information searching "invisible" or "certificate".

is possible interact frame?

thank help.

what getting alert

you have switch alert , accept it

alert = driver.switch_to_alert() alert.accept() 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -