As title says… is there anyway to validate things like text size, text space… etc using Browser Library ?
Hi Carlos,
Perhaps Get Style is what you are looking for?
eg to get text size (font-size css):
${textsize}= Get Style id=your_element font-size
Other css properties you might be interested in are letter-spacing, padding, margin, border-width, height, width, etc, there is a good list of css properties at the w3schools CSS Tutorial .
Dave.
Awesome!! Thanks a lot @damies13 !!! Thats exactly what i’m looking for…