<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jose Martin</title>
    <description>The latest articles on DEV Community by Jose Martin (@joselitan).</description>
    <link>https://dev.to/joselitan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F313415%2F42d953ea-4c11-469c-b933-0da0d44e9410.png</url>
      <title>DEV Community: Jose Martin</title>
      <link>https://dev.to/joselitan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joselitan"/>
    <language>en</language>
    <item>
      <title>If click() not working try again</title>
      <dc:creator>Jose Martin</dc:creator>
      <pubDate>Sun, 19 Dec 2021 07:42:09 +0000</pubDate>
      <link>https://dev.to/joselitan/if-click-not-working-try-again-pj0</link>
      <guid>https://dev.to/joselitan/if-click-not-working-try-again-pj0</guid>
      <description>&lt;p&gt;I want a simple solution that will click on button (login button, register button, submit button, etc) up to three times if click() doesn’t work. &lt;/p&gt;

&lt;p&gt;Sometimes explicit wait won’t work.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>selenium</category>
      <category>click</category>
    </item>
    <item>
      <title>how to make fill text in input field (selenium python)</title>
      <dc:creator>Jose Martin</dc:creator>
      <pubDate>Mon, 09 Aug 2021 19:32:30 +0000</pubDate>
      <link>https://dev.to/joselitan/how-to-make-fill-text-in-input-field-selenium-python-1aei</link>
      <guid>https://dev.to/joselitan/how-to-make-fill-text-in-input-field-selenium-python-1aei</guid>
      <description>&lt;p&gt;I know the i first need to identify the element and use send key to the field with text. Problem is that sometime text is not being sent to the field for some reason. So i was wondering what to do if the text is not being send to the input field. How do I iterate for a second attempt? Can someone help me?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>search for text or link on all pages in a specific web page</title>
      <dc:creator>Jose Martin</dc:creator>
      <pubDate>Mon, 28 Dec 2020 16:17:51 +0000</pubDate>
      <link>https://dev.to/joselitan/search-for-text-or-link-on-all-pages-in-a-specific-web-page-43nn</link>
      <guid>https://dev.to/joselitan/search-for-text-or-link-on-all-pages-in-a-specific-web-page-43nn</guid>
      <description>&lt;p&gt;I need a good way to find a specific text or link for my company's website.&lt;br&gt;
Scenario: Content managers have decide to remove the name of a product from our website. My job is to verify that the change have occurred. I can't navigate through all the pages as there are many. I have heard about scrapy but it seems to only work on defined pages and that is not what I need. &lt;br&gt;
Help or advice would be very much appreciated&lt;br&gt;
thanks&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Visibility of element in DOM (Python with Selenium)</title>
      <dc:creator>Jose Martin</dc:creator>
      <pubDate>Mon, 09 Mar 2020 12:56:07 +0000</pubDate>
      <link>https://dev.to/joselitan/visibility-of-element-in-dom-python-with-selenium-410l</link>
      <guid>https://dev.to/joselitan/visibility-of-element-in-dom-python-with-selenium-410l</guid>
      <description>&lt;p&gt;Hello, &lt;br&gt;
I am struggling to find a more efficient way to identify if an element is visible in the DOM or not.&lt;br&gt;
I am creating a simple automation script with selenium and python and the best way i found is to use is self.driver.find_elements_by_xpath("xpath") with len function. it would look like this&lt;/p&gt;

&lt;p&gt;verify_element = len(self.driver.find_elements_by_xpath(".//xpath"). If it will return the result in a list. If element exist it will return "1" and if it doesn't it will return "0"&lt;/p&gt;

&lt;p&gt;The mentioned above works great but it has a mayor setback which is that it takes too long time for that line of code to execute. &lt;/p&gt;

&lt;p&gt;It would be very appreciated if you guys have a better way/solution to share.&lt;/p&gt;

&lt;p&gt;thanks in advanced.&lt;/p&gt;

</description>
      <category>python</category>
      <category>testing</category>
      <category>codenewbie</category>
      <category>selenium</category>
    </item>
    <item>
      <title>Simple Test Case template </title>
      <dc:creator>Jose Martin</dc:creator>
      <pubDate>Fri, 10 Jan 2020 05:15:07 +0000</pubDate>
      <link>https://dev.to/joselitan/simple-test-case-template-1fcd</link>
      <guid>https://dev.to/joselitan/simple-test-case-template-1fcd</guid>
      <description>&lt;p&gt;Hello Dev community!&lt;/p&gt;

&lt;p&gt;I’m looking for a simple test case template I can use to write test cases. I found some in google but those are not good enough. &lt;/p&gt;

&lt;p&gt;Hope you guys help. Thanks in advance&lt;/p&gt;

</description>
      <category>testing</category>
      <category>help</category>
      <category>beginners</category>
      <category>design</category>
    </item>
  </channel>
</rss>
