File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ async function main() {
6363
6464 await page .goto (' https://www.website.com/' );
6565
66- ...
66+ /*
6767
6868 You can use your browser solution however you want, ParallaxAPIs
6969 will handle the rest for you.
7070
71- ...
71+ */
7272
7373 await browser .close ();
7474}
@@ -106,12 +106,12 @@ async function main() {
106106
107107 await page .goto (' https://www.website.com/' );
108108
109- ...
109+ /*
110110
111111 You can use your browser solution however you want, ParallaxAPIs
112112 will handle the rest for you.
113113
114- ...
114+ */
115115
116116 await browser .close ();
117117}
@@ -180,12 +180,12 @@ async function main() {
180180
181181 await page .goto (' https://www.website.com/' );
182182
183- ...
183+ /*
184184
185- You can use your browser solution however you want, parallax
185+ You can use your browser solution however you want, ParallaxAPIs
186186 will handle the rest for you.
187187
188- ...
188+ */
189189
190190 await browser .close ();
191191}
@@ -219,12 +219,12 @@ async function main() {
219219
220220 await page .goto (' https://www.website.com/' );
221221
222- ...
222+ /*
223223
224- You can use your browser solution however you want, parallax
224+ You can use your browser solution however you want, ParallaxAPIs
225225 will handle the rest for you.
226226
227- ...
227+ */
228228
229229 await browser .close ();
230230}
You can’t perform that action at this time.
0 commit comments