iJoris
iJoris
Hi, Just got this exception once. I don't know what causes it. `com.google.gson.JsonSyntaxException: Expected a com.google.gson.JsonObject but was com.google.gson.JsonPrimitive at com.google.gson.internal.bind.TypeAdapters$33$1.read(TypeAdapters.java:869) at com.google.gson.Gson.fromJson(Gson.java:963) at com.google.gson.Gson.fromJson(Gson.java:928) at com.google.gson.Gson.fromJson(Gson.java:877) at com.google.gson.Gson.fromJson(Gson.java:848) at...
### Describe the bug When using an list of data, for example products it only adds an @context to the first entry. The same problem occurs when using nested data,...
**Describe the bug** If the captcha bug is only partly on screen the captcha gets filtered.   **Code Snippet** ```javascript let captcha = await page.findRecaptchas(); console.log(captcha); ```