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

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -