Relative Content

Tag Archive for pythonhtmlselenium-webdriverbeautifulsoup

I can´t acceess the button on the website in Python

I am trying to write python script which clicks on the button ‘Consultar’ on this webpage https://www.anbima.com.br/pt_br/informar/taxas-de-titulos-publicos.htm using selenium library. The button appears in the html code when I open it in the browser; however, when I try to do it with python, it gives me another html code without this button (even using dynamic content). Can you help me, please? The website is open to anyone, so you can try it yourself.