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 f393494 commit 52fdbceCopy full SHA for 52fdbce
Content.js
@@ -3,7 +3,7 @@ function sleep(ms) {
3
}
4
5
(async () => {
6
- await sleep(1000);
+ await sleep(2000);
7
8
function getElementTextByXPath(xpath) {
9
const result = document.evaluate(
0 commit comments