File Upload and Popup Dialogs
摘要
In this chapter, we will show you how to handle file upload and popup dialogs. Most popup dialogs, such as “Choose file to upload,” are native windows rather than separate browser windows. This can be a challenge for testing because Selenium only drives browsers. If one popup window is not handled properly, test execution will halt.