hideField |
1/22/2019 03:49:42 | |
| PHPRunner General questions | ||
|
I am trying to hide two fields in the edit page. |
||
|
|
Sergey Kornilov admin 1/22/2019 |
|
You need to make sure that field name spelling is correct (case sensitive). $pageObject->hideField("usertype");
|
|
|
|
Tandy author 1/23/2019 |
|
Yes they are both hidden from all with this:$pageObject->hideField("usertype");$pageObject->hideField("truck_number"); |
|