Skip to content

igslznev/agileengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart XML Analyzer

Analyzer take two html files and in first file taking element with id=make-everything-ok-button as original.

To run analyzer execute following line:

java -cp agileengine.jar <input_origin_file_path> <input_other_sample_file_path>

And in the output you will see XML path to the target element or message about no target file found.

As optional value you can provide id of your element as 3rd parameter:

java -cp agileengine.jar <input_origin_file_path> <input_other_sample_file_path> <your_element_id>

Further improvement might include combined selector with classes and attributes, with attributes values (e.g.[rel=next]), different combination of attributes and classes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages