Hello,
I'm having a problem with the getTable function when I have sc user extensions loaded.
This is a part of the interface that doesn't use smartclient, so I expect it to work just as it does without the user extensions. But with the user extensions it fails.
I don't really know how to explain this better. Perhaps with code...
This:
selenium.getTable(xpath=//table[@id='tableX'].0.2)
without the user extensions returns the text of the cell in row 0, column 2.
with user extensions returns an empty string and this warning is sent to console:
WARNING: getString(getTable) saw a bad result OK
As I'm not using a scLocator, selenium should be using orig_getTable. But it is clearly not working.
Any suggestion?
thanks.
I'm having a problem with the getTable function when I have sc user extensions loaded.
This is a part of the interface that doesn't use smartclient, so I expect it to work just as it does without the user extensions. But with the user extensions it fails.
I don't really know how to explain this better. Perhaps with code...
This:
selenium.getTable(xpath=//table[@id='tableX'].0.2)
without the user extensions returns the text of the cell in row 0, column 2.
with user extensions returns an empty string and this warning is sent to console:
WARNING: getString(getTable) saw a bad result OK
As I'm not using a scLocator, selenium should be using orig_getTable. But it is clearly not working.
Any suggestion?
thanks.
Comment