I decided to give a try to Katalon and got this question because Katalon Studio, when user choose "locate by attribute 'id'" it shows that //*[@id='blabla']
will be used to locate element. But as for me it looks like variation of xPath. So i wonder, when in JAVA - Selenium i write @findBy (id='blabla')
- under the hood selenium convert it to //*[@id = 'blabla']
???
Could`t find answer
Google, forums, katalon docs