Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to open gui of remote server #416

Open
kalpa277 opened this issue Jun 10, 2022 · 2 comments
Open

How to open gui of remote server #416

kalpa277 opened this issue Jun 10, 2022 · 2 comments

Comments

@kalpa277
Copy link

kalpa277 commented Jun 10, 2022

I written script to connect remote server through which I am providing username password and to perform some activites .
I am looking in cmd it is validating my script if I have provided the correct script it is passed whereas if it's wrong it's failed but I want to perform on also GUI I am using mobatek application to connect my server ..How to perform GUI activites .Any help It would be great.Or for GUI activites I have to use VISUALUIVERIFY NATIVE. https://docs.microsoft.com/en-us/windows/win32/winauto/visual-ui-automation-verify

Library             SSHLibrary
Suite Setup         Open Connection  And      Log In
Suite Teardown      Close All Connections
*** Variables ***
${host}            13.90.117.111
${username}        kalpataru
${password}        kalpataru@765
${alias}           remote_host_1
*** Test Cases ***
Test SSH Connection
    Open Connection     ${host}        alias=${alias}
    Login               ${username}    ${password}    delay=1
    Start Command   sudo -i


    Close All Connections
![F](https://user-images.githubusercontent.com/94000670/173051684-e0e5de91-652a-4b2e-b473-eb54930d5297.png)

``
@rticau
Copy link
Contributor

rticau commented Jun 14, 2022

Hi @kalpa277. It is not clear exactly what you need to do but it doesn't seem that SSHLibrary can help you with the GUI actions. I recommend to check the Slack channel of Robot Framework and post the questions there.

@kalpa277
Copy link
Author

I got it it is only providing headless mode to verify all the remote server.

@kalpa277 kalpa277 reopened this Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants