•
Here we have ready to use function to add all IWebElements text into a List collection when working with Selenium C#. This is a very simple function that works well, to use it you will only have to enter XPath that you will be getting your elements from, and change variables to fit your…
•
Ready to use method to extract only unique letters from a string. Instructions:To use the method – copy and paste it in your class, rename string variables and enter or pass a string you need to extract unique letters from.
•
Ready to use method to extract only unique numbers from a string. Instructions:To use the method – copy and paste it in your class, rename string variables and enter or pass a string you need to extract unique numbers from.
•
Ready to use method to extract only numbers from a string. Instructions:To use the method – copy and paste it in your class, rename string variables and enter or pass a string you need to extract numbers from.
•
Ready to use method to extract only letters from a string. Instructions:To use the method – copy and paste it in your class, rename string variables and enter or pass a string you need to extract letters from.