<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://air.imag.fr/index.php?action=history&amp;feed=atom&amp;title=Fluentlenuim</id>
	<title>Fluentlenuim - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://air.imag.fr/index.php?action=history&amp;feed=atom&amp;title=Fluentlenuim"/>
	<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Fluentlenuim&amp;action=history"/>
	<updated>2026-06-02T06:17:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://air.imag.fr/index.php?title=Fluentlenuim&amp;diff=23658&amp;oldid=prev</id>
		<title>Donsez: Created page with &quot;&#039;&#039;FluentLenium makes the writing of acceptance tests in a fluent way possible using the power of css selectors.&#039;&#039;  https://github.com/FluentLenium/FluentLenium   &lt;pre&gt; import ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Fluentlenuim&amp;diff=23658&amp;oldid=prev"/>
		<updated>2015-09-14T09:00:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;FluentLenium makes the writing of acceptance tests in a fluent way possible using the power of css selectors.&amp;#039;&amp;#039;  https://github.com/FluentLenium/FluentLenium   &amp;lt;pre&amp;gt; import ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;FluentLenium makes the writing of acceptance tests in a fluent way possible using the power of css selectors.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
https://github.com/FluentLenium/FluentLenium&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import org.junit.Test;&lt;br /&gt;
&lt;br /&gt;
import static org.assertj.core.api.Assertions.assertThat;&lt;br /&gt;
&lt;br /&gt;
public class BingTest extends FluentTest {&lt;br /&gt;
    @Test&lt;br /&gt;
    public void title_of_bing_should_contain_search_query_name() {&lt;br /&gt;
        goTo(&amp;quot;http://www.bing.com&amp;quot;);&lt;br /&gt;
        fill(&amp;quot;#sb_form_q&amp;quot;).with(&amp;quot;FluentLenium&amp;quot;);&lt;br /&gt;
        submit(&amp;quot;#sb_form_go&amp;quot;);&lt;br /&gt;
        assertThat(title()).contains(&amp;quot;FluentLenium&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Donsez</name></author>
	</entry>
</feed>