You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
let results = await driver.findElements(By.xpath('//div[contains(@data-gt,{"type":"xtracking","xt":"21.{\\"module_type\\":\\"GROUP_POSTS\\",\\"item_type\\":\\"result)]'));
console.log(results.length);
})();
do_login = async (driver) => {
await driver.get("https://facebook.com");
let input_email = await driver.findElement(By.xpath('//input[@type="email"]'));
let input_password = await driver.findElement(By.xpath('//input[@type="password"]'));
let submit = await driver.findElement(By.xpath('//input[@type="submit"]'));