We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981dddd commit ac97abaCopy full SHA for ac97aba
screenshot_element_on_tab.js
@@ -22,7 +22,7 @@
22
23
const puppeteer = require('puppeteer');
24
25
-const AUTO_TAB = !false; // If true, tabbing through elements is down automatically.
+const AUTO_TAB = !false; // If true, tabbing through elements is done automatically.
26
const padding = 25; // padding around the element screenshot.
27
const url = process.env.URL || 'https://perf-sandbox.appspot.com/';
28
0 commit comments