Record ‘=’ (equal) button from a calculator.
e.g.
http://www.onlinecalculator.info
The code is generated.
public CUITe_HtmlInputButton btn = new CUITe_HtmlInputButton("Id==2");
See: ==
When run the program an exception appears.
Test method CalculatorOnline.CalculatorTestCases.CodedUITestMethod1 threw exception: CUITe.CUITe_InvalidSearchParameterFormat: Search Parameter Format is not valid -> 'Id==2', should be like 'sKey1=sValue1;sKey2=sValue2;'.