I am a beginner with Selenium, and I am trying a simple case of going to Wikipedia, entering some text (e.g – James Joyce), and asserting that James Joyce is on the page after clicking the “go” button. However, Selenium is not registering that I am entering “James Joyce”. When I stop recording and view the commands, all I see is that Selenium goes to the correct page, but clicks on the button without typing the data. Is there a way to get this to work properly?
Share
I think that is a problem with Wikipedia. Not sure why it doesn;t work. You can enter the command manually. For Selenium IDE that is Command: type, Target: searchInput, Value: James Joyce.