How to copy a table using Selenium WebDriver? How to copy a table using Selenium WebDriver? selenium selenium

How to copy a table using Selenium WebDriver?


Nope, you'll have to loop and copy the elements one by one. If the elements have the same names as the MySQL columns, you could potentially save some effort there by reading them from the HTML.