issues
search
Mong-Gu
/
quantus-automation
MIT License
0
stars
0
forks
source link
알맞은 값 매핑되도록 개선
#1
Open
Mong-Gu
opened
5 months ago
Mong-Gu
commented
5 months ago
단순 테이블 순서만으로는 매핑이 안될 때가 있는듯
xpath 기반 말고 selector 활용 검토 필요
xpath 쓰게 된다면 div id 기반으로 최초 element 타도록 만들어야 할듯 (e.g.
//*[@id="strategy_info"]/table/tbody/tr[1]/td[2]
)
Mong-Gu
commented
5 months ago
//*[@id="strategy_info"]/table/tbody/tr[1]/td[2]
)