I have a selenium locator list say S1,S2,S3 which is tested on Selenium IDE and selects an element matching either S1,S2,S3.
When I put this expression in a junit framework .properties file, the findElement ->By.cssSelector method does not return correct element or any element.
When on S1,S2 or S3 are used individually, the element returned is correct.
Is there a way around this?