I've got this website: https://coinyep.com/he/ex/ETH-ILS
Inside this URL web page, there is an input element, and its HTML id is: "coinyep-input2".
I need to read its value (= approximately 637.49 ILS) using jQuery in Visual Studio.
So far, I tried everything, no success. Any help will be appreciated.
For example, in jQuery there is a command :
document.getElementById("coinyep-input2");
==> I need to do the same thing but to do it from the URL page in order to get values in real-time (exchange rates).