Selenium getCssValue/getCSSProperty

const font = elem.getCSSProperty(‘font-family‘)

console.log(font)

  • border-bottom-color
  • color
  • display
  • text-align
  • height
  • background
  • font-family
  • font-size
  • margin-bottom

Selenium  getCssValue/getCSSProperty

相关推荐