問題タブ [puppeteer-sharp]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - PuppeteerSharp を使用して windows.localStorage にアクセスする
PuppeteerSharp を使用して windows.localStorage にアクセスする方法の例を誰かが提供していますか?
(JS)Puppeteer を使用してそれを行う方法の例はたくさんありますが、C# で行うのに問題があります。
私の知る限りでは、 を使用EvaluateFunctionAsync
して、次のようなことを行う必要があります:
var localStorage = await page.EvaluateFunctionAsync("async () => await window.localStorage");
しかし、これは空の JToken を返すだけです。
誰でも私を助けることができますか?