-1

please help me with below condition :-convert JsonObject to Java Object and use it in your Selenium

snigg
  • 49
  • 4

1 Answers1

2

Firstly You have not posted your code therefore where i understood check following

Go through this link

you can use this also Using Jackson

MyObject ob = new ObjectMapper().readValue(jsonString, MyObject.class);

Community
  • 1
  • 1
Mushahid Khan
  • 2,816
  • 1
  • 19
  • 32