MarketSquare / robotframework-seleniumlibrary-java

Java port of the Python based SeleniumLibrary for Robot Framework
Apache License 2.0
23 stars 16 forks source link

Implement "Element Attribute Value Should Be" #90

Closed php-coder closed 2 years ago

php-coder commented 5 years ago

Element Attribute Value Should Be is implemented in Python version and it would be great to have this implemented in this library as well.

Related to #59

YauheniPo commented 4 years ago

I can develop this implementation or You can use getElementAttribute and validate on the test stage

YauheniPo commented 4 years ago

maybe this method will help you - 'waitUntilElementAttributeValueContains' from Element class

php-coder commented 4 years ago

maybe this method will help you - 'waitUntilElementAttributeValueContains' from Element class

Thanks, but as far I understand, I can't use it in the tests as this isn't a keyword.

YauheniPo commented 4 years ago

https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/commit/9844ad4199903b6513d7878705b93bab275a1bb7#diff-915bf959e6977f82be056672ba12c8cf

This keyword was merged to develop branch, but it does not exist in the last maven dependency ((

Hi-Fi commented 4 years ago

That's true, latest release was made around one month before that merge. Reason why it's not at release (only SNAPSHOT) version is that there're some other fixes that I thought that could come to same release. And still do, so trying to find time to make those couple of fixes.

Hi-Fi commented 2 years ago

Keyword mentioned by @YauheniPo is included in 3.141.59.26535, and just also taken to Selenium 4 branch by rebasing (not released yet).