Working with Frameworks
Learn how to work JavaScript frameworks using Selenium.
We'll cover the following...
AngularJS web pages
AngularJS is a popular client-side JavaScript framework that can be used to extend HTML. Here is a web page (simple TO-DO list) developed in AngularJS.
An example of a to-do list
HTML source:
Here, the page source (via “View Page Source” in the browser) is different from what we saw on the page, as it contains some kind of dynamic coding ...