-
Notifications
You must be signed in to change notification settings - Fork 116
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
Changes from pull request #121 #122
Comments
This is correct. What do you see the disadvantages of being able to access the I found the major advantage being able to explicitly wait for it like a normal |
Because when I use |
Why must the functionality not be there? Is already is there as you can still get access to the API using You can chose just not to use it. Whereas, if it's not there, In your example, you might want |
because it looks like https://hsto.org/getpro/habr/post_images/9b8/71b/a0b/9b871ba0b4fe575aa9d896a6d642c55a.jpg |
|
@lanwen in that case |
I totally agree. As well as being more 'correct' it will simplify the code base, which is always good, but what of backward compatibility? |
yep, we can't just remove this class without set of small steps which are: unification - deprecation - removing. |
Can this be closed or are we going to look to deprecate |
i would vote for deleting it |
Changes from pull request #121 have removed difference between
TypifiedElement.class
andHtmlElement.class
. Now we can do all actions that provides selenium api usingTypifiedElement.class
while this class has been implemented not to provide this possibilityThe text was updated successfully, but these errors were encountered: