Hi,
I'm facing an issue with accessibility ID in the locator strategy, could you please help here.
when I use it directly as @findby element it is working as expected
@FindBy(locator = "accessibility id=Strat")
private QAFWebElement start_button;
but when I pass from the locator repository using the locator strategy it is not working.
@FindBy(locator = "startup.screen.start.button")
private QAFWebElement start_button;
startup.screen.start.button = {'locator':'accessibility id=Start','desc':'start button'}
Is there anything I need to correct in the locator strategy?
Thanks,
Ajay
--
You received this message because you are subscribed to the Google Groups "qaf users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qaf-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qaf-users/b67c432b-c483-46a2-8767-639be254e400n%40googlegroups.com.