I am using PageObject pattern for my selenium tests. I am getting compiler warnings [variable is never assigned to, and will always have its default value null] in C# . How to suppress these warnings?
I am using PageObject pattern for my selenium tests. I am getting compiler warnings [variable is never assigned to, and will always have its default value null] in C# . How to suppress these warnings?