Hi Team,
I’m trying to perform webscraping of testrail milestone using python with selenium code, code is exporting CSV file automatically.
When I’m executing the code from local using Chrome driver then it is running properly.but when I’m trying to run the code using Chrome driver in headless chrome mode then it is throwing authentication error that browser doesn’t know how to pass the credentials.
Please le me know how to get authenticated in such scenario or do we have another automated way to export CSV file from export icon.