Robot Keywords - Browser and Device compatibility

Hi,

Some of the keywords not supporting in ios or android or browser. for example

Scroll Element Into View

not working in iPhone

Is there any documentation or link to learn keywords supports in different browser and devices?

Hi @grarun11 ,

Robot Framework is a generic test framework, which uses libraries to testing specific things. Scroll Element Into View is not one of the built-in keywords so it must belong to a Library, but which one? If you can include that information in your question you might get more help.

Dave.

1 Like

Guessing you are using appium library but as noted already, providing the library/libraries your using would be helpful in giving the best help as you speak of android, iOS and browser…

The documentation for that keyword
http://serhatbolsu.github.io/robotframework-appiumlibrary/AppiumLibrary.html#Scroll%20Element%20Into%20View

Given there’s no knowing of the libraries, both seleniumlibrary and appiumlibrary have the same keyword so depending on error, you may need to prefix that keyword.

It’s also worth providing the exception/error you are receiving.

1 Like