-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add get_title #142
base: main
Are you sure you want to change the base?
Add get_title #142
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you :)
Why is it not merged? |
That’s a good question… (I think I don’t have permission to merge in this repo, not that I’m necessarily following it, as I’ve recently switched jobs) |
@ojii can this get merged? |
Hi, is this repository accepting new MRs? I noticed this is open since 2021. I'd like to contribute, but just if it alive. |
Basically there's a few issues with this repo which make me reluctant to accept too many PRs:
So it's hard to confidently make changes, and the library does what it needs to do for us, as a result I invest little to no time to maintain this. If someone wants to fully take over maintenance of this project, let's have a chat. There's also a fork button on github and the project is licensed very liberally... |
Hi @ojii thanks a lot for the quick answer. I got what you said. No worries. My use case for an asynchronous WebDriver is not so hard. I think I can build a small library from my side. |
Hi, @ojii I created a simple library to run synchronous and asynchronous requests to WebDrivers. If you have time, I'd like your opinion about. https://pypi.org/project/caqui/ |
#141 implements get_title