VenkataRanga
11 years agoOccasional Contributor
On Safari browser FindChildByXPath method is not working
Hi, In cross - browser testing, we are working all these browsers(chrome, iexplore, firefox and safari). FindChildByXPath method supporting all three browsers, except safari.
FindChildByXPath("//span[@data-linkprovider='MyWorkplace']",true).click
Can anyone please suggest how to overcome it.
FindChildByXPath("//span[@data-linkprovider='MyWorkplace']",true).click
Can anyone please suggest how to overcome it.
Hi radekoziol,
Your example is correct. In OpenAPI 3.0, null values are only allowed if the schema has the nullable: true attribute. Since the B schema is not marked as nullable, it only allows string values but not nulls.