Welcome to Auto Clicker - AutoFill #357
Replies: 2 comments
-
great extension, I went through the documentation and did not find the example to do the following I want to parse a text and convert it into an int, do some mathematical operation, and will use this to fill an input field, How can I do this? this is the HTML element:
can I convert ₹1,912.55 into integer |
Beta Was this translation helpful? Give feedback.
-
Use copy command with regex to copy only integer and user paste to paste
back value
*-----------------------------------------------------------------------------------------------*
*Docs: *Getting Started
<https://getautoclicker.com/docs/3.x/getting-started/introduction/> | Batch
<https://getautoclicker.com/docs/3.x/batch/overview/>| Action
<https://getautoclicker.com/docs/3.x/action/overview/>| Addon
<https://getautoclicker.com/docs/3.x/addon/overview/>| Settings
<https://getautoclicker.com/docs/3.x/settings/overview/>| Element Finder
<https://getautoclicker.com/docs/3.x/action/element-finder/>
Chat on Discord <https://discord.gg/vmnNfWKqnR>
Thanks and Regards,
Dhruv Techapps
…On Fri, May 24, 2024 at 9:52 PM Vishal Singh ***@***.***> wrote:
great extension, I went through the documentation and did not find the
example to do the following
I want to parse a text and convert it into an int, do some mathematical
operation, and will use this to fill an input field, How can I do this?
this is the HTML element:
<div id="card-live-price" class="valign-wrapper vspace-between"><div
class="contentPrimary bodyLargeHeavy"><div class="left-align"
style="margin-bottom: 2px;">Company Name</div><div class="valign-wrapper
contentSecondary bodySmallHeavy">₹1,912.55 (+1.18%)<div
class="contentSecondary" style="margin-left:
8px;">Depth</div></div></div><svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24" fill="currentColor" height="20" width="20"
class="contentPrimary cur-po"><path fill="none" d="M0 "></path><path d="M19
6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59
19 19 17.59 13.41 12z"></path></svg></div>
can I convert ₹1,912.55 into integer
—
Reply to this email directly, view it on GitHub
<#357 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASDUIA5WAGD6DSSCVQUVGE3ZD5SMVAVCNFSM6AAAAABIH3UK4OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKNBZGU3DS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
If you are new to our extension follow below steps to get familiar with extension
Few steps to try:
Example to try
//input[@name="username"]
(target element on which you need to perform action )Your name
//button[@random]
Beta Was this translation helpful? Give feedback.
All reactions