Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix isClickViaSeleniumActionsEnabled property
Browse files Browse the repository at this point in the history
  • Loading branch information
kosteman committed Nov 20, 2018
1 parent 37cd7df commit b49273b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public interface WebConfiguration extends Configuration {
@DefaultValue("false")
boolean isHighlightEnabled();

@Key("aspects.click.ru.sbtqa.tag.pagefactory.mobile.actions.enabled")
@Key("aspects.click.actions.enabled")
@DefaultValue("false")
boolean isClickViaSeleniumActionsEnabled();

Expand Down

0 comments on commit b49273b

Please sign in to comment.