How to write browser tests for pop ups?

Hello everyone!!

I am writing some browser tests and I have to write browser tests to test a pop up on a button. But How will I trace that pop up, as in how will I get the control of the fields in the pop up, any idea ?

Use robot framework, not mechanize, for any browser testing beyond simle HTTP request roundtrips.

1 Like