I created some scenario in Cucumber
when Cucumber run second test (every time first scenario will be pass, after test make refresh)
I try to make login but in the login field selenium don’t send ( element.sendKeys(text) other one actions is available like .clean())
His result is=undefined
element is visible, displayed element is ok, I don’t know where the problem is
Selenium send keys action=result undefined
Salciuc_Vitalie
(Salciuc Vitalie)
#1
Salciuc_Vitalie
(Salciuc Vitalie)
#2
Find solution was my foul I used my .clear() before, I used ctr+a+backspace but after I need to put key.up