Skip to content

Commit 1291ab6

Browse files
committed
good old casing typo
1 parent 36d36e5 commit 1291ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/src/main/java/com/microsoft/playwright/impl/BrowserContextImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ enum EventType {
104104
clock = new ClockImpl(this);
105105
closePromise = new WaitableEvent<>(listeners, EventType.CLOSE);
106106

107-
JsonElement url = initializer.getAsJsonObject("options").get("baseUrl");
107+
JsonElement url = initializer.getAsJsonObject("options").get("baseURL");
108108
if (url != null) {
109109
try {
110110
this.baseUrl = new URL(url.getAsString());

0 commit comments

Comments
 (0)