Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Split Button Wrapper #1380

Open
JamesClyburn opened this issue Mar 1, 2024 · 1 comment
Open

Request: Split Button Wrapper #1380

JamesClyburn opened this issue Mar 1, 2024 · 1 comment

Comments

@JamesClyburn
Copy link

Request

There is currently no wrapper object for a split button. A wrapper for the object would help the community easily access the menu opened by a split button.

Specifications

  • Pywinauto version: 0.6.8.
  • Python version and bitness: 3.11 64 bit
  • Platform and OS: Windows 10
@junkmd
Copy link
Contributor

junkmd commented Mar 2, 2024

I think that SplitButton has a situation where it is difficult to define a unique implementation like a normal button.

When you click on the ▼ of SplitButton, depending on the GUI implementation, what is displayed may be Menu or List, which I have seen before.
Also, there may be various things about the position and type of buttons.

For the SplitButton wrapper, we have to implement it with flexibility that takes these into account.

First of all, I want to know what kind of button you are operating and how it is configured with inspect.exe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants