Hello,
I'm new to the testing world, so my question might seem a lil' bit too naive and stupid. At risk of looking/sounding stupid, my question is this:
i've been trying to test the contents in a pop up window on my company's webapp. i've figured out how to detect the pop up window for now, but i can't get selenium to 'click' on the link inside of that pop up window. there are multiple pop-ups in this webapp so it's really difficult for a newbie like to create a test case.
i tried the click, clickAndWait, mouseDown and mouseKey as an option but it is still not working. can somebody guide me through this?
TIA, Angela