namSon Vo
namSon Vo

Reputation: 1

Python-Slenium-Get value from clipboard when click button

Here is a button on the page which when I clicked copies, a value was set to the clipboard. Ex: button click to save wallet address.

It's simple when use single case (with tk or pyperclip.....), but when multi-threading, clipboard so messing.

I have no ideal for this case!

Thank for your time!

Ex with metamask wallet: Metamask Wallet

#with pyperclip:

import pyperclip

value=pyperclip.paste()

Solved It called tooltips elements, just move to element and get value

Upvotes: 0

Views: 103

Answers (1)

namSon Vo
namSon Vo

Reputation: 1

It was called 'Tooltips' elements, just move to element, and get value of element!

Upvotes: 0

Related Questions