You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/faq.mdx
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,31 +54,6 @@ There is no fixed limit on the number of requests per browser session. A single
54
54
55
55
This error typically occurs because your Puppeteer launch is not receiving the Browser binding. To resolve: Pass your Browser binding into `puppeteer.launch`.
56
56
57
-
### Why can't I use an XPath selector when using Browser Rendering with Puppeteer?
58
-
59
-
Currently it is not possible to use Xpath to select elements since this poses a security risk to Workers.
60
-
61
-
As an alternative, try to use a css selector or `page.evaluate`. For example:
Keep in mind that `page.evaluate` can only return primitive types like strings, numbers, etc. Returning an `HTMLElement` will not work.
79
-
80
-
:::
81
-
82
57
### `Error processing the request: Unable to create new browser: code: 429: message: Browser time limit exceeded for today`
83
58
84
59
This error indicates you have hit the daily browser-instance limit on the Workers Free plan. [Free-plan accounts are capped at free plan limit is 10 minutes of browser use a day](/browser-rendering/platform/limits/#workers-free) once you exceed those, further creation attempts return a 429 until the next UTC day.
0 commit comments