bugscrum.com Open in urlscan Pro
198.54.115.144  Public Scan

Submitted URL: http://bugscrum.com/atto/?907961
Effective URL: https://bugscrum.com/
Submission: On May 17 via manual from US — Scanned from US

Form analysis 1 forms found in the DOM

GET https://bugscrum.com/

<form role="search" method="get" action="https://bugscrum.com/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"><label for="wp-block-search__input-1" class="wp-block-search__label">Search</label>
  <div class="wp-block-search__inside-wrapper "><input type="search" id="wp-block-search__input-1" class="wp-block-search__input" name="s" value="" placeholder="" required=""><button type="submit"
      class="wp-block-search__button wp-element-button">Search</button></div>
</form>

Text Content

Skip to content


BUGSCRUM

 * Automation Testing Tools Menu Toggle
   * katalon studio
 * Python Automation Menu Toggle
   * Pytest
 * Java Selenium Automation
 * About Us


BugScrum
Main Menu
 * About Us


VERIFY TEXT IN LIST IN SELENIUM PYTHON

Pytest, Python Automation / By BugScrum

In this selenium tutorial, we will extract text from a list of web elements.
First, we will select the multiple elements on the webpage using the
locators(XPath,css_selctor,tag_name, etc). We will get a list of elements. Then
we will iterate over the list and extract the text. Text is present between the
opening and closing tags …

verify text in list in selenium Python Read More »


HOW TO AUTOMATE SCROLL IN SELENIUM PYTHON

Uncategorized / By BugScrum

This chapter is about scrolling on a website using selenium. Selenium does not
have any support for scrolling, so we will implement javascript methods. We will
see javascript commands to scroll our page vertically and horizontally. Why
javascript command? , because javascript has methods to work with the frontend
part of a website. So we …

How to automate scroll in selenium Python Read More »


CLICK ON N NUMBER OF ELEMENT LIST IN SELENIUM PYTHON

Python Automation / By BugScrum

In this selenium article, we will learn how to interact with web elements of the
same type at once. The main motive is to click multiple elements of the same
type one after the other. First, we will take the web elements in a list and
then iterate over the list and click on these …

click on n number of element list in selenium Python Read More »


HOW TO VERIFY MULTIPLE CONDITION IN SELENIUM PYTHON

Pytest, Python Automation / By BugScrum

In this tutorial, we will learn about verifying multiple conditions using
selenium and python. We will use the if, and elif condition statements to check
conditions. The prerequisites for this tutorial are python, selenium, and basic
knowledge of the pytest framework. You can visit the link given at the end of
the article to learn …

How to verify multiple condition in selenium Python Read More »


AUTOMATE SEARCH FUNCTIONALITY IN SELENIUM PYTHON

Pytest, Python Automation / By BugScrum

This selenium article covers the search functionality in a browser using the
selenium web tool. This is a part of the selenium series. In this article, we
will automate search functionality in google. The basic idea will be to inspect
the search box, send the search field, and press enter. Other selenium articles
along with …

Automate Search Functionality In Selenium Python Read More »


HOW TO VERIFY MENU IN SELENIUM PYTHON

Pytest, Python Automation / By BugScrum

In this Python Selenium chapter, we are going to explore dealing with menus
using selenium and python. As websites contains menus, we will use its
attributes along with selenium to verify it. This tutorial will help deal with
menus. The link to the website on which the actions are performed is mentioned
below. link: ‘https://www.loadtestingtool.com/help/verify-scenario.shtml’ …

How to verify menu in selenium Python Read More »


VERIFY FAVICON USING SELENIUM PYTHON

Pytest, Python Automation / By BugScrum

This article discusses favicons and verifying favicons on web pages. Favicons
are 16px x 16px images on the tile bar of webpages. We will use the selenium web
driver to locate the favicon on the title bar of the webpage and use its
attribute to verify the favicon. Go through this article to learn more …

Verify Favicon using Selenium Python Read More »


VERIFY LOGO IMAGE USING SELENIUM PYTHON

Pytest, Python Automation / By BugScrum

This selenium article discusses dealing with images and logos on a webpage.
Selenium offers methods that we can use to verify images on a webpage. The
following selenium methods are discussed below. We will use two selenium methods
to verify images. Image verification can be done in two ways. The first one is
by verifying …

Verify Logo Image using selenium Python Read More »


HOW TO VERIFY PDF HEADING INTO SELENIUM PYTHON

Pytest, Python Automation / By BugScrum

How to read and verify the PDF headings or text into Selenium using python. This
tutorial,  includes a python script to download a pdf file using selenium in the
desired location of our system. It also contains a python script to verify the
text in the pdf. The resources are shared in the resource section. …

How to verify pdf heading into selenium python Read More »


HOW TO TAKE SCREENSHOTS OF FAILED TEST CASES IN SELENIUM PYTHON

Pytest, Python Automation / By BugScrum

In this tutorial, we will learn about adding screenshots of our failed test
cases. The screenshots taken will be stored inside the screenshots folder and
the HTML reports will be stored inside the reports folder. These folders are
added with our previously created automation framework refer to the below link.
We will add reports and …

How to take screenshots of failed test cases in Selenium Python Read More »

Posts navigation
1 2 3 Next Page →
Search
Search


RECENT POSTS

 * verify text in list in selenium Python
 * How to automate scroll in selenium Python
 * click on n number of element list in selenium Python
 * How to verify multiple condition in selenium Python
 * Automate Search Functionality In Selenium Python





Copyright © 2023 BugScrum

 * About Us