Код: Выделить всё
const selenium = require("selenium-webdriver")
myFirstTest = async function(){
console.log("hello");
};
< /code>
Я должен получить вывод «привет» после того, как я выполняю строку ниже, но я ничего не получаю. < /p>
PS C:\Selenium Automation\1_Selenium Test> node ./index.js
Подробнее здесь: https://stackoverflow.com/questions/796 ... ooking-for
Мобильная версия