Danp2 / au3WebDriver

Web Driver UDF for AutoIt
MIT License
108 stars 23 forks source link

WD_Alert GETTEXT function returns wrong korean text #529

Closed hychul11 closed 6 days ago

hychul11 commented 6 days ago

Bug report

Describe the bug

WD_Alert GETTEXT function returns wrong korean text

How to reproduce

Steps to reproduce the behavior (e.g.):

_WD_Alert($session, "GETTEXT") return wrong text

Expected behavior

return correctly korean text "엑셀 업로드"

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

System under test

Please complete the following information.

Danp2 commented 6 days ago

@hychul11

hychul11 commented 6 days ago

Sorry Dan2 ! I solve it , It works after update winhttp.au3 1.6.2.5 -> 1.6.4.2 Thank you

Danp2 commented 6 days ago

Thanks for letting us know the outcome