0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

I tried RPAChallenge using selenium for python

Posted at

image.png

Hello! My name is Keita.
As a former QA engineer, I am interested in RPA technology.
Therefore, I tried RPAChallenge using selenium for python.

Technology

I used python on a site called RPAChallenge (https://rpachallenge.com/).

Briefly summarized below.

selenium

Selenium is automation tool for webapplication test. You can automation operate webblowser without operate in hand.

panda

Panda is faumous Python tool, Mainly, data operation and analyze.It can oparate Excel data.

parallel processing

This technology improves processing speed by executing multiple calculations simultaneously.

not HardCording

Instead of writing fixed values directly in the code, use constants or configuration files for flexible management.

result

image.png

At 8 seconds, it is much slower than the others, but it is a success.

github

You can find the source in the repository below.
I would like to know if there are any improvements.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?