the last words in the video is not usually mentioned in tutorials, but it's true.
@snehadutta26974 жыл бұрын
Thanks for uploading this video. Found it very informative. Here I see that the input text "qavbox" that you passed is static text..How to handle a text that we are getting in runtime?
@qavbox4 жыл бұрын
I passed the input text as variable yo the xpath, not static text. it's passed dynamically at run time.. if you still have question, then post the line of code here..
@snehadutta26974 жыл бұрын
@@qavboxhi.. the code I am talking about is in client machine so I am not able to post it here. But the scenario is like this..suppose, I have a transaction number which generates in runtime. This number is unique and changes everytime. Now if I have to use this number as an input for some other field during automation itself. How can I do that. Hope I am not confusing you more :)
@SURAJSALUNKHES11 ай бұрын
@androidfindby and @iosxcuitestfindby supported in appium 2.0 and java client 8 above?
@qavbox11 ай бұрын
AndroidFindBy and iOSXCUITFindBy are applicable for appium 2.0
@Aashish72103 жыл бұрын
Thanks. Need help how to implement same concept in cucumber framework?
@qavbox3 жыл бұрын
Sure, what's the question?
@GirishKumar-pg6vq Жыл бұрын
Hi @qavbox I'm getting java.lang.ExceptionInInitializerError while initElements PageFactory.initElements(new AppiumFieldDecorator(driver), this); Do you have any idea why it is throwing ExceptionInInitializerError?
@GirishKumar-pg6vq Жыл бұрын
your response is appreciated
@qavbox Жыл бұрын
Hello, this issue might be you are using AndroidDriver/IosDriver instead of AppiumDriver type inside pagefactory.initelement()
@aborodeolubukola15132 жыл бұрын
Hi, thanks for the video. I tried using this method (@AndroidFindBy and @iOSXCUITFindBy) but I keep getting NullPointerException every time I use it. Can you pls help? Appium version - 8.1.1 Thanks
@qavbox2 жыл бұрын
Hello. Did you initialise pagefactory elements with driver object before Appiim By locators?