Skip to content
Advertisement

Tag: helium

Python helium get contents of table after click

I am using helium to scrape a webpage. After the click action i am presented with a table and i need to scrape the contents of the table but How do i select the table after the click ? Answer You would need to use find_elements_… to get all <table>, and use for-loop to work with every table separatelly amd

Advertisement