--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAJCh4pRbquyfxZC7zBg5L_Wsd79h3XH4kWS_XaO7_B5w5Vp3Tg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
I would probably go to the page collect all of the items shown => original itemsclick sort by whatever then collect the items again => sorted itemsthen sort original items by whateverthen compare my sorted original items with the sorted items collection
On Sun, Feb 26, 2017 at 12:48 AM, Pankaj Tiwari <pankaj.t...@gmail.com> wrote:
Hello Guys,I want to verify the Sorting of Date column in Ascending and Descending order in below screenshot.Here are the steps :1. User clicks on "Start Date" column- It will sort the dates in Ascending order2. User again clicks on "Start Date"- This time it will sort the dates in Descending orderI have observed that date is in 5th td of each tr but i am unable to build the logic. How to solve.This is the name of website https://datatables.net/.Kindly check and send me the code if anyone have for same kind of scenario.Thanks in Advance-Pankaj
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAJCh4pRbquyfxZC7zBg5L_Wsd79h3XH4kWS_XaO7_B5w5Vp3Tg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CACuB3fZHqbdK8Wycg5iK%3D4PZo69zhz1vSKGz8rQ67vqrZ6y62Q%40mail.gmail.com.
Guys,
Please check below screenshot and let me know how to sort the Dates column in ascending and descending order.
Thanks
Pankak