Autofill in firefox authentication required pop-up

How to select and fill on website that has authentication form popup

Option 1: You can encode basic-auth credentials in the URL in the following format:

https://username:password@www.example.com/abc

Option 2: Use desktop automation with XClick and XType to manage the password dialog. The same solution works for printer dialog and other popups.