I am having a little issue and need help.
I am trying to automate searching on website but get elements by name is not working on that specific website. The same code is working with other websites such as bing, or google, but it is not working on my specific website that I want to use on.
I might be indexing the name location incorrect since there are many "names" in the website, however I tested one by one changing from 0 to 20, non of them worked. I tried get elements by id but it is not working either.
Can anyone tell me what might be the reason and what can be the solution?
Do some websites restrict use of get element method, or web automation as a whole?