FireRobot icon indicating copy to clipboard operation
FireRobot copied to clipboard

own locators

Open winko opened this issue 9 years ago • 1 comments

Is it possible to define own locators, for example "itemId" which is used in Ext JS?

winko avatar Dec 22 '15 08:12 winko

Using itemid directly would not be possible, because it's not supported by the Selenium2Library, but we could use an xpath expression that would use any attribute, something like .//input[@itemid='someid']. In fact, that's a great idea! I'll start thinking on how to implement a custom locator feature. Can't give you any guarantee on when it will be available though. Thanks.

joao-carloto avatar Dec 22 '15 09:12 joao-carloto