about spy web…

Dear Team.

I have a question about ‘HTML DOM’ function of ‘Spy Web’.

  • Real HTML

    div class=“product-filter-grid”
    div class=“product-filter-grid__left js-filter-left-fix”
    div class=“filter-sort__fix-wrap”
    div class=“filter-sort__list-wrap”
  • xpath
    …div[@class=“product-filter-grid”]/div[@class=“product-filter-grid__left js-filter-left-fix”]/div[@class=“filter-sort__fix-wrap”]/div[@class=“filter-sort__list-wrap”]…

-HTML DOM

div class=“product-filter-grid”
div class=“product-filter-grid__left”
div class=“filter-sort__fix-wrap”
div class=“filter-sort__list-wrap”

The xpath is normal when recording.
However, there is a problem with the ‘HTML DOM’ feature.
(class=“product-filter-grid__left js-filter-left-fix” -> class=“product-filter-grid__left”)

If there is a space in the class, Could there be a problem with the ‘HTML DOM’ function?

thank you