Как выполнить настоящую js функцию в selenium ide?
пример:
function fruit(){ beans = false; if(var apple = 1){ beans = true; } return beans; }