argist-selenium/projects/index.js

5 lines
96 B
JavaScript

async function main()
{
await StartSelenium();
await Navigate("https://argist.com/");
};