Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+3
person also asked this
people also asked this
Replies
12 replies
Answers
2 answers
Subscribers
12 subscribers
Views
9613 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
---Fitnesse For Appian----
Anu
over 8 years ago
Hi All,
someone know how to click on component "documentImage" ? Please advise.
I m trying to select any of the images(Green,yellow,red etc) which is nothing but a documentImage . Attached is the screen for your reference .
Thanks in advance.
OriginalPostID-267637
Discussion posts and replies are publicly visible
0
jasmins
over 8 years ago
@anushris, create link on link field of documentImage(),which is determines the behavior when the image is clicked ,you can use dynamicLink(),submitLink() etc...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Amit Mishra
over 8 years ago
A sample code below:
a!imageField(
images: {
a!documentImage(
document: cons!DMS_ICO_ADD_NEW_FILE, /* image/icon constant */
link: a!submitLink(
saveInto: {
a!save(
ri!submitAction,
"sbmitValue"
)
}
),
caption: "Add New File"
)
},
size: "SMALL"
)
---------------------
Is that you are looking for?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Anu
over 8 years ago
Hey guys , the question is regarding FItnesse for appian .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
bharats
over 7 years ago
in reply to
Anu
Hi Anu, Did you got any luck to make it work. I am also facing similar issue.
I have an application link that contains image with in <a><img></a> instead of any text. Click on link works fine if link<a> has text there. can you please suggest any workaround to click on the image link. I tried giving image title but it did not work for image title as well.
Below is the HTML code for form:
<div class="aui_FieldLayout_InputContainer GFWJSJ4DJFB" is-selectable="selectable">
<a class="gwt-Anchor GFWJSJ4DHFB" href="#" is-selectable="unselectable">
<img title="DOA" class="SafeImage GFWJSJ4DGFB" alt="" src="nbncotest.appiancloud.com/.../o">
</a>
</div>
Thanks,
Bharat
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Anu
over 7 years ago
in reply to
bharats
Hey bharat , FitNesse for Appian currently does not support clicking on images . Looks like This feature is on the backlog but not sure about release date . You have to test it manually .
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
camilaa0001
over 6 years ago
Hello,
Does anyone know about Fitnesse being able to click on an Image or if this feature is still on the backlog?
Thank you!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sahithip120
over 6 years ago
in reply to
camilaa0001
Hi Camilaa,
Unfortunately fitnesse do not have an option/ method that allows to click on the image.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
camilaa0001
over 6 years ago
Hi,
Do you guys have any idea of how we get Fitnesse to prioritize the implementation of this feature (clicking on an image)? It is really critical for our project unfortunately.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
+1
sahithip120
over 6 years ago
in reply to
camilaa0001
Hi camilaa,
You can raise a support case with Appian and ask them to look into it on priority if its critical. You can also build a java code for additional functionality to integrate with Appian.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
0
camilaa0001
over 6 years ago
in reply to
sahithip120
Thank you again sahithip!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
>