I am have added the lines of code as suggested. I still get the same error message.Error - Only Assignment Call, Increment.... Can Be Used As A Statement
asked May 22, 2017 at 10:11
1 Answer 1
You need to do something with the text. For example, assign to some variable:
string pressureToday = driver.FindElement(By.XPath(xpathExpression)).Text;
alecxe
11.4k11 gold badges52 silver badges107 bronze badges
answered May 22, 2017 at 10:21
-
I have added the code as suggested. But, I get the same error message.OA345– OA3452017年05月23日 00:37:17 +00:00Commented May 23, 2017 at 0:37
-
I commented out lines 39 & 46 out & it worked.. Many Thanks.OA345– OA3452017年05月23日 00:56:34 +00:00Commented May 23, 2017 at 0:56
-
I have another error. My research (from google & stackoverflow) suggests that it is a formatting issue. Here it is, please: sqa.stackexchange.com/questions/27406/…OA345– OA3452017年05月23日 02:32:38 +00:00Commented May 23, 2017 at 2:32
default