@@ -33,7 +33,7 @@ |
||
33 | 33 | if ($iFrame instanceof Element) { |
34 | 34 | $reflectedElement = new \ReflectionClass($iFrame); |
35 | 35 | if ($reflectedElement->hasMethod('getCssId') === false) { |
36 | - throw new \ReflectionException("getCssId method not in Element " . get_class($iFrame)); |
|
36 | + throw new \ReflectionException("getCssId method not in Element ".get_class($iFrame)); |
|
37 | 37 | } |
38 | 38 | $iFrameId = $iFrame->getCssId(); |
39 | 39 | $this->getDriver()->switchToIFrame($iFrameId); |