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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -