We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d36e5 commit 1291ab6Copy full SHA for 1291ab6
playwright/src/main/java/com/microsoft/playwright/impl/BrowserContextImpl.java
@@ -104,7 +104,7 @@ enum EventType {
104
clock = new ClockImpl(this);
105
closePromise = new WaitableEvent<>(listeners, EventType.CLOSE);
106
107
- JsonElement url = initializer.getAsJsonObject("options").get("baseUrl");
+ JsonElement url = initializer.getAsJsonObject("options").get("baseURL");
108
if (url != null) {
109
try {
110
this.baseUrl = new URL(url.getAsString());
0 commit comments