Danp2 / au3WebDriver

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

_WD_ElementSelectAction - Option status hidden #345

Closed mlipok closed 2 years ago

mlipok commented 2 years ago

Feature request

Is your feature request related to a problem? Please describe

Option can have status hidden

<option value="" disabled="" selected="" hidden="">Wybierz</option>

Describe the solution you'd like

wondering if

should check hidden status like currently they check for disabled status

Describe alternatives you've considered

for now I only think about is it required.

Additional context

none

Danp2 commented 2 years ago

Yes, I think this would be a good enhancement.

Danp2 commented 2 years ago

I also think _WD_ElementSelectAction / options needs to be expanded to include the hidden status.

mlipok commented 2 years ago

This was one of my intention which I mention here:

wondering if

  • multiSelect
  • options
  • selectAll
Danp2 commented 2 years ago

OIC. I overlooked that in your post. 🙂

Danp2 commented 2 years ago

Will you be submitting a PR or would you like me to handle it?

mlipok commented 2 years ago

If you have spare time.. do not hesitate.

mlipok commented 2 years ago

This issue can be closed as it is processed/continued in PR.