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 really did a great job, there is scope of improvement. You guys have developed this library from static locator values (i.e. once defined in json file or POM classes) but for dynamic locator (i.e. initially provided some dummy values and changing it during run time) solution is not working. Following is our requirement.
In Order to implement dynamic locator at run time, we need FindByCssSelector, FindByXpath, BaseBy and BaseBy members (selector and selector type) to be public in order to gain access to these classes and modify selector values at run time, could we please make them public.
Please let me know if there is any alternative.
Note: by making them public and using this repo as library locally, I am able to achieve it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
HI Team,
You really did a great job, there is scope of improvement. You guys have developed this library from static locator values (i.e. once defined in json file or POM classes) but for dynamic locator (i.e. initially provided some dummy values and changing it during run time) solution is not working. Following is our requirement.
In Order to implement dynamic locator at run time, we need FindByCssSelector, FindByXpath, BaseBy and BaseBy members (selector and selector type) to be public in order to gain access to these classes and modify selector values at run time, could we please make them public.
Please let me know if there is any alternative.
Note: by making them public and using this repo as library locally, I am able to achieve it.
Beta Was this translation helpful? Give feedback.
All reactions