How can i drag it

in web site i want drag and copy
how do mouse drag?

1 Like

Hey @user118

You can use Get Text activity, more stable and cleaner way.

Thanks
#nK

Hi @user118

Are you trying to get a text from a particular web page then you can use “Get Text” activity to achieve it.

Get Text (uipath.com)

Thanks.

Hi @user118

You can try with Screen scraping methods

Have a look on the documentation

Regards
Gokul

Thanks
but i want copy table

1 Like

Using Get Text or Screen scraping it will store the value in the variable. you can use this variable to paste any where in the web page.

Use Type Into activity Indicated on the screen where you need to paste the value pass the input as variable that you have in the above Get Text or Screen scraping method.

Regards
Gokul

Hey @user118

Try using Extract Structured Data activity or may be you can also go with Data Scraping.

Hope this helps.

Thanks
#nK