ANUNAYA THAKUR
ANUNAYA THAKUR
It's to difficult to understand your code.
it will not work with the latest python Appium client.
Can you check the page source? Also can you try clicking with co-ordinates.
Does you application has a splash screen?
it should be elem: WebElement = driver.find_elements(AppiumBy.XPATH, "//*") print(elem) not elem: WebElement = driver.find_element(AppiumBy.XPATH, "//*") print(elem)
oh ok. Are you using selenium 4? selenium 4 is not supported yet. Need to move to 3.
What version of selenium are you using
Please check https://github.com/anunay1/SampleJava
Does page object support windows elements? I am not sure.
Have you checked that it doesn't support? Have you tried importing windows element? In the snapshot I see that you are trying to import web element