docs: sync documents (#2063)

* docs: sync documents

* docs: fix document escape syntax
This commit is contained in:
Misite Bao
2022-11-09 06:25:18 +11:00
committed by GitHub
parent 8ee493f48d
commit 4c840c07f2
20 changed files with 249 additions and 75 deletions
@@ -38,9 +38,9 @@ Go: `WindowReload(ctx context.Context)`<br/> JS: `WindowReload()`
### WindowExecJS
Executes arbitrary JS code in the window.
ウィンドウ内で、任意のJSコードを実行します。
This method runs the code in the browser asynchronously and returns immediately. If the script causes any errors, they will only be available in the browser console.
このメソッドは、ブラウザ上で非同期にコードを実行し、すぐにリターンされます。 スクリプトでエラーが発生した場合、エラーログはブラウザコンソールでのみ確認できます。
Go: `WindowExecJS(ctx context.Context, js string)`