Menu

#3 Type in window_handles

1.0
open
nobody
None
2021-10-09
2021-10-09
No

I've come across another typo, in the window_handles method in webdriver.tcl.

The method is currently defined as:

    method window_handles {} {
        # Returns the handles of all windows within the current session.
        # 
        # :Usage:
        #   driver window_handles

        return [my execute_and_get_value  $Command(GET_WINDOW_HANDLESS)]
    }

The index into the Command array should be GET_WINDOW_HANDLES.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.