p2pnex Posted October 31, 2023 Posted October 31, 2023 Good morning guys I need help accessing fields on a website. I need to access the website below, fill in a search field, click on search and get the result and save a string. https://buscacepinter.correios.com.br/app/endereco/index.php Example text for search: Avenida Ampélio Gazzetta So far I have only been able to open the website, but after that I am unable to access the fields. via execel/vba, I haven't found a way yet with autolilsp. thanks for the help. Quote
exceed Posted November 1, 2023 Posted November 1, 2023 afaik not all sites can do that since there is no website that simply uploads a .txt file to its address, ( https://www.cadtutor.net/forum/topic/75809-read-text-file-from-a-server-on-the-internet/ ) so, almost case, to do something like that, target website have to support API. ( https://en.wikipedia.org/wiki/API ) if target website support an API, you can access like this link ( https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/make-an-api-call-with-autolisp-visuallisp/td-p/9083202 ) or this link ( https://www.cadtutor.net/forum/topic/56527-connect-to-web-server-via-lisp/ ) Quote
p2pnex Posted November 17, 2023 Author Posted November 17, 2023 Thank you, I will study the links. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.