Can you do this video with the latest selenium and appium version so that helpful for us
@karthikravi77012 жыл бұрын
Awesome Sir
@SaravananSeenivasan2 жыл бұрын
thanks for watching
@mizanur9682 жыл бұрын
Nice tutorial, one question How can I use this in a node machine using selenium grid
@manojkumargorikada959 Жыл бұрын
sir, can we automate SAP by using WinAppDriver with support of Selenium?
@prateeksingh62832 жыл бұрын
I'm not able to run my WinAppDriver, even when the developer mode is on. Can you help me.
@SaravananSeenivasan2 жыл бұрын
can you try installing the latest WinAppDriver
@sreesreekanth112 жыл бұрын
How do we get the app details where do we find it
@SaravananSeenivasan2 жыл бұрын
you mean appID ?
@SaravananSeenivasan2 жыл бұрын
goto PowerShell and type Get-StartApps
@sreesreekanth112 жыл бұрын
@@SaravananSeenivasan Got the solution from other video this is what I was expecting, another query is WinAppDriver is not working with selenium 4 is there any solution for this please
@SaravananSeenivasan2 жыл бұрын
what kind of error or issues are you getting ?
@blu3h4t8 ай бұрын
Why not c#
@ashokm-od7nd Жыл бұрын
This is the error message that follows: Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 400. Message: Bad capabilities. Specify either app or appTopLevelWindow to create a session. Please help on resolving
@purushothamr7115Ай бұрын
Observing same how to resolve it
@MuralisankarA3 жыл бұрын
I am not able to create the session id. Please help to resolve the exception - org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: Unable to parse remote response:
@SaravananSeenivasan3 жыл бұрын
can you confirm your winappdriver is running or not ?
@mizanur9682 жыл бұрын
I also had the same issue but later found that selenium version issues, I used selenium 3.141.59 and appium 7.3.0 and it worked
@MuralisankarA2 жыл бұрын
@@SaravananSeenivasan I have resolved the issue. Thanks for the reply
@MuralisankarA2 жыл бұрын
@@mizanur968 We need to click on the winappdriver cmd prompt where it is running before the execution starts, then only it listens to WinAppDriver and create session
@SaravananSeenivasan2 жыл бұрын
@@MuralisankarA yeah you have to start the server before you start the test