Skip to content

A basic example to reproduce a memory leak when using PageFactory with appium decorator on selenium v4.28.0

Notifications You must be signed in to change notification settings

Auto81/SeleniumMemoryLeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Basic project to show memory leak when using selenium 4.28.0 with PageFactory.initElements(AppiumFieldDecorator).

Selenium v initElements Result
4.25.0 default
4.25.0 Appium Field Decorator
4.28.0 default
4.28.0 Appium Field Decorator Leaks

Running

Run the repeated test in MemoryTest.

Config

Change the org.seleniumhq.selenium.version version in Maven.

Change the PageFactory.initElements() between default and AppiumFieldDecorator in Page.

About

A basic example to reproduce a memory leak when using PageFactory with appium decorator on selenium v4.28.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages