[JBoss JIRA] (ARQGRA-221) Introduce own implementation of By to allow formatting (known from Graphene1)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-221?page=com.atlassian.jira.plugin... ]
Lukáš Fryč updated ARQGRA-221:
------------------------------
Fix Version/s: 2.1-Tracking
(was: 2.0-Tracking)
> Introduce own implementation of By to allow formatting (known from Graphene1)
> -----------------------------------------------------------------------------
>
> Key: ARQGRA-221
> URL: https://issues.jboss.org/browse/ARQGRA-221
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Affects Versions: 2.0.0.Alpha2
> Reporter: Jan Papousek
> Assignee: Lukáš Fryč
> Fix For: 2.1-Tracking
>
>
> Locators in Graphene 1 contains #format(Object...) method which allows you to reuse in the following way:
> {code}
> JQueryLocator general = jq("div[id$=item{0}] td.rf-ac-itm-ico");
> for (int i=0; i<10; i++) {
> JQueryLocator icon = general.format(1);
> ...
> }
> {code}
> It would be nice to have something similar in Graphene 2 (using By instead of JQueryLocator).
> Other possibly usefel methods:
> - getDescendant()
> - getChild()
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (ARQGRA-221) Introduce own implementation of By to allow formatting (known from Graphene1)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-221?page=com.atlassian.jira.plugin... ]
Lukáš Fryč updated ARQGRA-221:
------------------------------
Summary: Introduce own implementation of By to allow formatting (known from Graphene1) (was: Introduce own implementation of By)
> Introduce own implementation of By to allow formatting (known from Graphene1)
> -----------------------------------------------------------------------------
>
> Key: ARQGRA-221
> URL: https://issues.jboss.org/browse/ARQGRA-221
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Affects Versions: 2.0.0.Alpha2
> Reporter: Jan Papousek
> Assignee: Lukáš Fryč
> Fix For: 2.0-Tracking
>
>
> Locators in Graphene 1 contains #format(Object...) method which allows you to reuse in the following way:
> {code}
> JQueryLocator general = jq("div[id$=item{0}] td.rf-ac-itm-ico");
> for (int i=0; i<10; i++) {
> JQueryLocator icon = general.format(1);
> ...
> }
> {code}
> It would be nice to have something similar in Graphene 2 (using By instead of JQueryLocator).
> Other possibly usefel methods:
> - getDescendant()
> - getChild()
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (ARQGRA-226) graphene-webdriver-ftest cleanup for reference usage
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-226?page=com.atlassian.jira.plugin... ]
Lukáš Fryč updated ARQGRA-226:
------------------------------
Assignee: (was: Lukáš Fryč)
Fix Version/s: 2.1-Tracking
(was: 2.0-Tracking)
> graphene-webdriver-ftest cleanup for reference usage
> ----------------------------------------------------
>
> Key: ARQGRA-226
> URL: https://issues.jboss.org/browse/ARQGRA-226
> Project: Arquillian Graphene
> Issue Type: Enhancement
> Reporter: Lukáš Fryč
> Priority: Trivial
> Fix For: 2.1-Tracking
>
>
> {{graphene-webdriver-ftest}} should be used as reference usage for Graphene, thus we need to:
> * remove dependency on {{arquillian-test-impl-base}}
> * remove dependencies which are commented out
> * add comments
> ** on depchain - it brings all the dependencies
> ** on arquillian-junit-standalone - explain what dependencies might be used instead {{arquillian-{testng,junit}-{standalone,container}}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months