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 11ef5c7 commit ebd8397Copy full SHA for ebd8397
src/content/docs/browser-rendering/faq.mdx
@@ -26,7 +26,7 @@ If you are attempting to scan your **own zone** and need Browser Rendering to ac
26
27
##### Code generation from strings disallowed for this context while using an Xpath selector
28
29
-Currently it's not possible to use Xpath to select elements since this poses a security risk to Workers.
+Currently it is not possible to use Xpath to select elements since this poses a security risk to Workers.
30
31
As an alternative try to use a css selector or `page.evaluate` for example:
32
0 commit comments