What is the recommended way to detect and handle browser dialogs (authentication dialogs, download dialogs etc.) with Silk4J. I don't seem to be able to identify them using the Locator Spy and have no idea how to retrieve XPath-values for them.
Any help would be highly appreciated!
The usecases include:
- Testing a webpage with basic authentication. I need to automate the login.
- Testing a functionality, which triggers a download. I want to confirm or cancel the download dialog.
- ...