but the fact is that there is no id attribute or class. here is the button itself.

<input value="Поиск в Google" aria-label="Поиск в Google" name="btnK" type="submit" jsaction="sf.chk"> 

Is it possible to do something?

I just want my program to look for me in the cycle, if of course it is possible

  • one
    What does "looking for me" mean? - ampawd
  • one
    You can select an element not only by class or id, but also by the presence of a certain attribute, or by the value of a certain attribute - Grundy
  • one
    You can search just by passing the required phrase to the URL, google.com.ua/search?q=qwertyasd - Ivan Karaman
  • @Ivan Karaman thank you ... it seems I would not have thought of it myself. - Altysh
  • one
    @Ben if not empty, and if nothing happens empty ... - Ivan Karaman

0