Solved
Forum Discussion
obaid_shirwani
11 years agoContributor
The problem is that Chrome is identifying one less index value than the desidred one. Lets say, a listdown box has three options (Cricket, Baseball, Basket Ball). For Firefox and Internet Explorer, if I select item myObject.SelectItem(1), "Baseball" will get selected but for Chrome, it will select "Cricket".
This holds true even if I pass the entity name. For example, if I modify the above code to myObject.SelectItem("Baseball"), Chrome will select Cricket.
All my tests are failing too. Solution anyone!!!
This holds true even if I pass the entity name. For example, if I modify the above code to myObject.SelectItem("Baseball"), Chrome will select Cricket.
All my tests are failing too. Solution anyone!!!