robotframework-appiumlibrary
robotframework-appiumlibrary copied to clipboard
Assert css value in webview context
robotframework == 3.0.2 robotframework-appiumlibrary==1.4.3 appium = 1.6.5 Device = Genymotion emulator on Lollipop 5.1
Hi,
Do anyone know how to assert css value in webview context? I read somewhere that we can use getCssValue(). But how to implemented it in robot framework with appium library?
Hey,
You might be able to do this with "Get Element Attribute".
Closing due to inactivity