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?

link|improve this question
Can you add some more detail to this question? How are you invoking Selenium? What code works / doesn't work? – Stephen Gross Jan 26 at 22:34
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.