Verify bold fonts

Hi everyone ,

Can u tell me how should i verify bold font in katalon .

WebUI.getCSSValue , can only return font size actually is 14px .

But when to user will input text like that : test_text i cannot verify those (of course other formats alsa i cannot verify )

Pls show me example .

Bold font can be implemented in several different ways in the HTML, so it really depends on how your particular app is handling it. Can you share the HTML for one of the bold text nodes?