--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/HU0-xsgwh4oJ.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/HU0-xsgwh4oJ.
For more options, visit https://groups.google.com/groups/opt_out.
FileInputStream in = new FileInputStream(new File(Property File Path));
Properties pro = new Properties();
pro.load(in);
pro.getProperty(key);
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/03upVT503B8J.