What is the purpose of org.openqa.selenium.remote.session.StripAnyPlatform class in Selenium WebDriver?

Gokul :

I am seeing information about the class org.openqa.selenium.remote.session.StripAnyPlatform under selenium javadoc. But I am not able to understand the use of it. Google search is not giving proper information. Can anyone shed some light on this?

C. Peck :

It is for use with Selenium Remote. The Platform you are using in your Remote instance are stored in a Map object.

Thus, what org.openqa.selenium.remote.session.StripAnyPlatform does is simply set that Map object to null.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=159624&siteId=1