1
Hello, I have a problem when performing a web Scrapping on the site "https://esaj.tjsp.jus.br/cpopg/open.do"
In VBA I can open the site and everything and even enter the values I want, the problem is that it has a dropdown "Search for", that when selecting by the browser in the dropdown "Part document", it seems that it enables a script that then enables the input Process number. Thing that by vba, it does not enable, so it inserts the value, but it seems that only as if it were in the placeholder.
So in short, what I want to do is this:
- Open this site in VBA ("https://esaj.tjsp.jus.br/cpopg/open.do")
RESEARCH DATA
- Forum => "All forums in the list below"
- Search by (Dropdown) => "Part document"
- Process number => "Any valid cnpj"
- Search.Click()
Please enter the code you use.
– danieltakeshi