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

Make Clipboard::Paste:: more usefull #425

Closed
Mluna97 opened this issue Sep 12, 2024 · 1 comment · Fixed by Dhruv-Techapps/auto-clicker-auto-fill#433
Closed

Make Clipboard::Paste:: more usefull #425

Mluna97 opened this issue Sep 12, 2024 · 1 comment · Fixed by Dhruv-Techapps/auto-clicker-auto-fill#433

Comments

@Mluna97
Copy link

Mluna97 commented Sep 12, 2024

Is your feature request related to a problem? No, but
The case is that I need to persist one var through pages navigation. The way I got to do this was to copy the value to clipboard, and that works great, but now, I need to use that value as a position of a slice. Ex:
"blue,red,white".split(",")[Clipboard::Paste]; is what I imagined but it doesn't work

Solution I think

I think it might be usefull to allow the usage of Clipboard::Paste or Query param in Func::.

Alternative solution

Also, I think it would be great to put global vars, not js ones.

@dharmesh-hemaram
Copy link
Member

The feature is available in the DEV environment, version 4.0.39.4. Please refer to the documentation for instructions on how to use it https://getautoclicker.com/docs/4.x/action-value/function/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants