You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You get an instance of ..._Element which does not have that information. I suggest to wrap the Element in your own object, so that you can attach to it whatever data you prefer.
I was hoping some of intermediate object between string which we sent there and an instance of ..._Element can store that information and I just can't find it by myself.
Sad news for me because my skills now is too weak for wrap in my own object.
For example I have:
$element = $this->byXPath("//body/div[@Class='some_class']");
What can I do with $element to retrieve "//body/div[@Class='some_class']" from it?
The text was updated successfully, but these errors were encountered: