Home > other >  The selenium python test automation, pop-up login box element can't locate
The selenium python test automation, pop-up login box element can't locate

Time:10-18

Selenium + python test automation, pop-up login box can't locate, as shown in figure

Not the login box of HTML elements, try to use pymouse and pykeyboard also does not address (after the execution is not an error, but the page no response), alert processing also not line, don't know what is going wrong,

Who handled the login box?

CodePudding user response:

Do you find a solution to the problem

CodePudding user response:

Can try the window, then try to catch the exception, look at the reason,

CodePudding user response:

Alert popups

CodePudding user response:

Driver. The switch. _to. Alert ()
  • Related