Search found 2 matches
- Wed Jan 02, 2019 3:42 am
- Forum: Technical / Scripting
- Topic: Web Scraping - XPath
- Replies: 2
- Views: 3010
Re: Web Scraping - XPath
Hello, Instead of using XPath, I found out another way to extract the desired element: IEGetTagsByAttrib>{"http://www.buscacep.correios.com.br/sistemas/buscacep/resultadoBuscaCepEndereco.cfm"},TABLE,classname=tmptabela,O,valueArray The valueArray_1 has the following content: /* <tbody><tr> <th width...
- Mon Dec 31, 2018 5:59 pm
- Forum: Technical / Scripting
- Topic: Web Scraping - XPath
- Replies: 2
- Views: 3010
Web Scraping - XPath
Hello and greetings. I have the following script: IETagEventByAttrib>http://www.buscacep.correios.com.br/sistemas/buscacep/,input,name=relaxation,,04115000 IETagEventByAttrib>http://www.buscacep.correios.com.br/sistemas/buscacep/,input,value=Buscar,click, Wait>1 IEWait>http://www.buscacep.correios.c...