Selenium Tips

Overview

There are two similar method in Selenium.

For Python or Ruby

find_element
find_elements

For Java or C#

findElement/Fin ...

2020-07-29Selenium Tips

2020-07-29

Overview

Test Page

Internet ExplorerVersion 11.973.17763.0Behavior of click() method

In IE, the click method does not work simply.
T ...

2020-07-29Selenium Tips

2020-07-29

Overview

Test Page

Microsoft Edge83.0.478.61(64bit)Zoom

Use the Ctrl key and “-” combos to decrease the page magnification t ...

2020-07-29Selenium Tips

2020-07-29

Overview

Test Page

FirefoxVersion 78.01(64bit)Zoom

Use the Ctrl key and “-” combos to decrease the page magnification to 90% ...

2020-07-29Selenium Tips

2020-07-29

Overview

Test Page

Google ChromeVersion 83.0.4103.116(64bit)Zoom

Use the Ctrl key and “-” combos to decrease the page magnif ...

2020-07-29Selenium Tips

2020-07-29

Test page

Test page

The header/footer is sticky. Those are scroll follow type.

Check itemsZoom out to 90% in each browser
Hidden element ...

2020-07-20Selenium Tips

2020-07-20

Introduction

Selenium will automatically scroll the clicked element to display inside the area when it is outside the display area.
It works dif ...

2020-07-29Selenium Tips

2020-07-29

Overview

Test page

Internet ExplorerVersion 11.973.17763.0ButtonNormal

In IE, the click method does not work simply.
The first click ...

2020-07-29Selenium Tips

2020-07-29

Overview

Test page

Microsoft EdgeVersion 83.0.478.58(64bit)ButtonClick

First, enter the id of the element in the locator field and press ...

2020-07-29Selenium Tips

2020-07-29

Overview

Test page

FirefoxVersion 78.01(64bit)ButtonClick

First, enter the id of the element in the locator field and press the “i ...