Hi all, iam trying to get all object's xpath's from loaded page via selenium
something similar to the funkction that selenium allready have:
selenium.getAllbuttons();
problem is that i cant use this funkction and work with id's because they are all dynamically generated every time when a new page is loaded.
Any ideas how to get all object's xpath's from loaded page?
thank you