Some colleagues found an odd behaviour with webdriver where the findElements method is unable to locate the warning message dialog button. It normally has the locator “scLocator=//Dialog[ID=\"isc_globalWarn\"]/okButton/”
When we use the findElement() method however, it locates it just fine - is this intended behaviour?
When we use the findElement() method however, it locates it just fine - is this intended behaviour?
Comment