How can we access the content after class="hidden_elem"
using selenium, as it does not get loaded into the page source while accessing it. The content in the comments is actually what we need to extract as they are a part of the script that gets run.
Asked
Active
Viewed 108 times
0
-
Possible duplicate of [Selenium webdriver find string from a comment (C#)](https://stackoverflow.com/questions/47971333/selenium-webdriver-find-string-from-a-comment-c) – AutomatedOwl Jul 15 '18 at 23:05
-
1Can you show your code? – Buaban Jul 16 '18 at 02:54
-
what do you do manually to check the content. – cruisepandey Jul 16 '18 at 05:21