Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
691 views
in Technique[技术] by (71.8m points)

xamarin - Facing an issue when writing tests for windows driver using Appium test framework

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

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

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...