Dear Telerik Support Team,
Several automated tests of ours started to be failing as PDFs are not opening up in Chrome, rather they are tried to be opened externally (screenshot 1). We wanted to check the PDF settings in Chrome, however the settings seemed to be correct. Then we figured out that since we just started to use extensionless mode by adding this line into our code:
Settings mySettings = new Settings();
mySettings.Web.......
mySettings.Web.......
mySettings.Web.UseBrowserExtension = true;
it seems that the Chrome is opened up by you with a different profile. If we are correct, "your" profile is located at this location, right?
C:\Users\Tfs3Tester\AppData\Local\ArtOfTest\TSChromeUserData\Default
Here in Preferences if we are modifying this part ""always_open_pdf_externally":true" to FALSE, then surprisingly its value always set back to TRUE, every time if a test run (with vstest.console.exe) is opening up th eChrome browser.
Also we tried to define the default PDF opening behaviour in the registry, based on this link of yours:
Custom Chrome Profile - Progress Test Studio
No luck, we tried to define a Chrome profile, but we couldn't properly.
So my quetion is the following: if a test opens up Chrome with extensionless mode, how can we make sure that PDF's are opening up inside the Chrome browser? How to configure that settings?
Best regards,
Zsolt