Skip to content

Commit 1b9e427

Browse files
committed
Fixing resource name for .NET Firefox profile preferences JSON
1 parent 004af1e commit 1b9e427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Firefox/FirefoxProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ private void UpdateUserPreferences()
297297

298298
private void ReadDefaultPreferences()
299299
{
300-
using (Stream defaultPrefsStream = ResourceUtilities.GetResourceStream("webdriver_prefs.json", "WebDriver.FirefoxPreferences"))
300+
using (Stream defaultPrefsStream = ResourceUtilities.GetResourceStream("webdriver_prefs.json", "webdriver_preferences.json"))
301301
{
302302
using (StreamReader reader = new StreamReader(defaultPrefsStream))
303303
{

0 commit comments

Comments
 (0)