Home > Software design >  Why am I getting the message that the search-bar is not intractable?
Why am I getting the message that the search-bar is not intractable?

Time:01-03

The code is supposed to type "fish" into the YouTube search bar using Selenium and a Chrome Browser.

I have tried the xpaths of mulitple divs that hold the tag and they didn't work either.(not sure if the error was the same though) The xpath in the code is for the <input> tag so it should be fine.

I also watched a enter image description here

  • Related