Hi,
Any solution to read the selected combo box from a pdf?
i have tried to use get text but not working.
Regards,
Lean
Hi,
Any solution to read the selected combo box from a pdf?
i have tried to use get text but not working.
Regards,
Lean
Im using get text all the way, its working fine by using get text from other text boxes. But only on this combo box, retrieve noting.
Can you share the selector of the Get Text for this combo box
If you have any sample file, you can share to check
Thanks
<wnd app=âacrord32.exeâ cls=âAcrobatSDIWindowâ title=âMaleNo.pdf - Adobe Acrobat Reader DCâ />
<wnd aaname=âDocument Paneâ cls=âAVL_AVViewâ title=âAVScrolledPageViewâ />
<wnd cls=âAVL_AVViewâ title=âAVPageViewâ />
<ctrl idx=â1â name=âLieutenantâ role=âlist itemâ />
Hereâs the selector
Im not sure i am able to share the file, its from company
<wnd app=âacrord32.exeâ cls=âAcrobatSDIWindowâ title=âMaleNo.pdf - Adobe Acrobat Reader DCâ />
<wnd aaname=âDocument Paneâ cls=âAVL_AVViewâ title=âAVScrolledPageViewâ />
<ctrl idx=â1â name=â*â role=âlist itemâ />
Make the selector dynamic as above name=â*â instead of name=âLieutenantâ
Mark as solution if this helps
Thanks
Sorry, not working
@lyjun550 Using Get Text Activity with the below Selector worked for me, for the sample that you had provided, not sure if the selectorâs are the same for the one youâre using but itâs similar to it :
<wnd app='acrord32.exe' cls='AcrobatSDIWindow' title='MaleNo.pdf - Adobe Reader' />
<wnd cls='AVL_AVView' title='AVPageView' />
<ctrl role='combo box' text='*' idx='1' />
Hello,
Try this Workfow.
Hope this helps!!!
Happy Automation !!!
Thanks,
Aman Sheik.
PDF Check.zip (371.6 KB)
Work! thanks!
Working! Thanks!
@supermanPunch @aman_sheik
How bout this
@lyjun550 No. Actually If you keep the mouse hovered overed the Date part and just move a little by little to only detect the Date part. You should be able to get the Date Element. I was able to get it in that way now.
Can you send me your selector please?
@lyjun550 Check this :
<wnd app=âacrord32.exeâ cls=âAcrobatSDIWindowâ title=âMaleNo.pdf - Adobe Readerâ />
<wnd cls=âAVL_AVViewâ title=âAVPageViewâ />
<ctrl name=âWitness Sign Dateâ role=âeditable textâ />
This working fine, i mean the page 11. the last page of the pdf
I tried modify the name, still not working for me
@lyjun550 Yes. Changing the Selector should have worked actually, but Since it is being blocked by that image, it canât be recognised. Will the Date be different than the first Date that is present on the left of it ?
You can Also take a look and experiment with the Activity present below, until we can find a more simpler way to extract the value through UI Actvities
Also is it necessary to extract the values using UI Activities ?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.