How to check [debug] [Appium] Appium successfully registered with the grid on xx.yy.zz.aa:4444

Hi All,

I have registered appium node with selenium hub with AppiumDriverLocalService, now I need to check of registration is successful

I need to check for

[debug] [Appium] Appium successfully registered with the grid on xx.yy.zz.aa:4444

what’s the optimum way to check this through java ?

Thanks in advance.

Regards,
Vikram

For now I keep checking appium server logs ( which are being written to a local file ) , once I get “…Appium successfully…” message in the log file, I mark node as successfully registered with hub.

If somebody has better idea, please share here.

Regards,
Vikram

@VikramVI Could you please let me know if you found any solution for this?