dzharii / swd-recorder

Selenium WebDriver Page Recorder (Page Objects)
MIT License
189 stars 71 forks source link

Serialization error? #39

Closed Zap4ick closed 9 years ago

Zap4ick commented 9 years ago

Hello. At the very start of the program, when I click "save" button, or just choose an alement on the right, I get an error: "An error had occured during saving the page object. File: .pox. Error: there was an error reflecting type 'SwdPageRecorder.Webdriver.SwdPageObject'. What am I doing wrong? :)

UPD: Changed "Dictionary" to "SerializableDictionary" and it worked.