Testing Miscellaneous Data
Learn how to test advanced data types with Selenium.
We'll cover the following...
We'll cover the following...
Working with miscellaneous data
In addition to already discussed basic data types, we can also work with many other data types as well.
Get date dynamically
We can get today’s date by:
Here, the month is 0-based. In addition to JavaScript’s built-in date functions, we can also use the Moment.js library for similar purposes, which is much easier and more flexible.
Retrieve data from Database
The best way of ...