Danp2 / au3WebDriver

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

BiDi: Design of _WD_BidiGetContextID needs to be reevaluated #504

Closed Danp2 closed 10 months ago

Danp2 commented 10 months ago

Bug report

Describe the bug

_WD_BidiGetContextID should return the Context ID of the currently active browser context. The assumption was that the active browser context would appear at the top of the results from browsingContext.getTree, but that doesn't appear to be the case.

How to reproduce

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

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

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 10 months ago

Fixed in a7fbaa55f5948a1d9015ea2d9c7b33e1629827f8