Skip to content

Commit f7d9cff

Browse files
authored
Update visit.js
1 parent 63e1932 commit f7d9cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/visit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { Builder } = require('selenium-webdriver');
22
const chrome = require('selenium-webdriver/chrome');
33

4-
const url = 'https://github.com/yashksaini-coder';
4+
const url = 'https://github.com/tannuiscoding';
55

66
(async function visitPage() {
77
let options = new chrome.Options();

0 commit comments

Comments
 (0)