Poblem with search Box

Hello everyone
I have such a problem.
When I paste the value from the macro into the searchbox, the value is pasted, then in the next step I click on the search field to search by number, the number disappears and nothing is searched.

Any help gratefully received.

JSON
{
“Name”: “TEST_1”,
“CreationDate”: “2022-4-12”,
“Commands”: [
{
“Command”: “open”,
“Target”: “https://service.app/”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “id=searchBox”,
“Value”: “”,
“Targets”: [
“id=searchBox”,
“xpath=//[@id="searchBox"]",
“xpath=//input[@id=‘searchBox’]”,
“xpath=//div/span/input”,
“css=#searchBox”
],
“Description”: “”
},
{
“Command”: “type”,
“Target”: “id=searchBox”,
“Value”: “30708013”,
“Targets”: [
“id=searchBox”,
"xpath=//
[@id="searchBox"]”,
“xpath=//input[@id=‘searchBox’]”,
“xpath=//div/span/input”,
“css=#searchBox”
],
“Description”: “”
},
{
“Command”: “clickAndWait”,
“Target”: “xpath=//*[@id="searchBoxContainer"]/span/img”,
“Value”: “”,
“Description”: “”
}
]
}

“Target”: “https://service.app/ ”,

Is this website real?

This is website in internal domain.

When I click the magnifier, nothing happens and I have such an error.

error [Line 4] Error #200: ‘clickAndWait’ failed. No page load event detected after 10 seconds. Try ‘click’ instead. Error details: Error #220: Still same ipc secret(more info)

1