LoginSignup
2
0

More than 5 years have passed since last update.

WebDriverでテキストを得るとCSSが適用された値が得られる(が、edgeはならない)

Posted at

CSSで"text-transform: uppercase"が指定されたDOMに対して、WebDriverでtextを得たら大文字が得られる。

以下にあるように仕様のようである。

The Get Element Text command intends to return an element’s text “as rendered”

しかし、edge(Microsoft Edge 41.16299.15.0)だと、小文字が得られた(いずれ直るのかもしれないが)。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0