問題タブ [playwright-python]

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.

0 投票する
1 に答える
664 参照

automation - Playwright でのリクエストに別の URI またはルートを使用する

以下は私のコードです。アプリケーションが提供され、テストが開始されると、await page.goto(BASE_URL) で渡す BASE_URL が使用されます。すべてのリクエストに別のルートを使用したいと考えています。