How to Match the values when objects are unequal,but they are strings.
${tab}= Get Text xpath=.//[@id='projectTable_info'] ${selected text}= Fetch From Right ${tab} of ${selected text}= Fetch From Right ${tab} of ${sele}= Fetch From Left ${selected text} entries ${empno}= Get Table Cell
xpath=.//[@id='projectTable'] 3 6 Get Value ${empno} ${only value}= Fetch from Right ${empno} | Should Be String ${only value} ${sele} Convert To String ${only value} Convert To String ${sele} Should Be Equal ${only value} ${sele}
It gives error in console
Fails if objects are unequal after converting them to strings.
INFO Argument types are:
FAIL 2 != 2