Below code can be used to get the html source of the current web page in Selenium.
String pageSource = driver.getPageSource();
What do you think on above selenium topic. Please provide your inputs and comments. You can write to me at reply2sagar@gmail.com
String pageSource = driver.getPageSource();
What do you think on above selenium topic. Please provide your inputs and comments. You can write to me at reply2sagar@gmail.com
No comments:
Post a Comment