Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am trying to automate a windows app using the Appium test framework. So I referred the below link Appium test framework

I followed all the steps mentioned in the above link but I am getting an error in the below line

DesktopSession = new WindowsDriver<WindowsElement>(new Uri(WindowsApplicationDriverUrl),appCapabilities);

enter image description here

Can anyone please give a possible solution to resolve the above issue.

question from:https://stackoverflow.com/questions/65854621/facing-an-issue-when-writing-tests-for-windows-driver-using-appium-test-framewor

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
763 views
Welcome To Ask or Share your Answers For Others

1 Answer

Eswaran Thirugnanasambandam

This issue not reproduced in Appium.WebDriver - 3.0.0.1 version. I think you are using higher version. Please check and downgrade the nuget and test the app


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...