C# Methods

  • C# Add IWebElements Text Into a List

    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…

  • C# Extract only unique letters from a String

    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.

  • C# Extract only unique numbers from a String

    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.

  • C# Extract numbers from a String

    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.

  • C# Extract letters from a String

    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.