Akash Diware
Akash Diware
> > > 1)Did you try this in debug mode by putting break points? Try by adding wait condition before. > 2) Identify your element with more than one property....
I have tried all the mentioned suggestion but none is working in my case! isKeyboardFocusable = True ifOffscreen = True Whenever try to print rect coords it is showing nothing...
> > > This is probably because the IsKeyboardFocusable is set to false for that element. Check your spy tool, is this attribute set to False? I have seen times...
Hey there any one found any solution for this issue!
> > > @akashdiware are you able to share the code of how you are trying to access that element and a screenshot of what the spy tool shows? I...
> Have you tried any debugging? Possibly throwing that element.click() in a try/catch block and printing out the exception? From this you can also catch the error and try again...
1. The identifier which is i am using is very unique to identify it and by going through the page source i can confirm that there is only one element...
> Maybe something is wrong in application's UI. Maybe its some sort of bug,. Yes it might be an issue! But when i use other library like pywinauto to identify...
Note: read this only if desktop application is developed using electronjs Well I have one suggestion if your desktop application is written in JavaScript with electronjs then you can use...