au3WebDriver icon indicating copy to clipboard operation
au3WebDriver copied to clipboard

_WD_FrameList - added Frame visibility info

Open mlipok opened this issue 2 years ago • 0 comments

Pull request

Proposed changes

_WD_FrameList should return information about visibility of the frame

for example: https://stackoverflow.com/questions/19669786/check-if-element-is-visible-in-dom

image

Checklist

  • [x] I have read and noticed the CODE OF CONDUCT document
  • [x] I have read and noticed the CONTRIBUTING document
  • [ ] I have added necessary documentation or screenshots (if appropriate)

Types of changes

Please check x the type of change your PR introduces:

  • [ ] Bugfix (change which fixes an issue)
  • [x] Feature (change which adds functionality)
  • [ ] Code style update (formatting, renaming)
  • [ ] Refactoring (functional, structural)
  • [ ] Documentation content changes
  • [ ] Other (please describe)

What is the current behavior?

No information about FrameVisibility

What is the new behavior?

added _WD_FRAMELIST_FrameVisibility and new column IsHidden to the resulted array

image

Additional context

was discussed here: https://github.com/Danp2/au3WebDriver/issues/388

System under test

not relatead

mlipok avatar Aug 29 '22 09:08 mlipok