Java org.openqa.selenium.support.ui Quotes fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium.support.ui Quotes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium.support.ui Quotes.

The text is from its open source code.

Method

Stringescape(String toEscape)
Convert strings with both quotes and ticks into a valid xpath component For example,

foo will be converted to "foo" ,

f"oo will be converted to 'f"oo' ,

foo'"bar will be converted to concat("foo'", '"', "bar")