fluentautomation

Page Not Posting Back Data When Using Fluent Automation to Click Submit

孤街浪徒 提交于 2019-12-13 09:05:11
问题 I am automating some tests on an ASP.NET form with Fluent Automation. When the program clicks the submit button, the page refreshes and the fields are cleared of data. I have tried using a link button and an ASP button control for this and get the same results with either of them. I am using the following code to trigger the click: I.Click([MYBUTTON]); Anyone have a suggestion as to why my automated button click is not firing a proper postback? 回答1: After doing further debugging, it turns out

FluentAutomation and selenium 2.32.1.0

不羁的心 提交于 2019-12-11 20:01:48
问题 I recently installed FluentAutomation with selenium 2.32.1.0 from nuget. However, When I try to open a page using the I.Open("http://") method I get the following exception: Could not load file or assembly 'WebDriver, Version=2.25.1.0, Culture=neutral, PublicKeyToken=1c2bd1631853048f' The FluentAutomation version in nuget says that it depends on Selenium.Support (≥ 2.25.1) which lead me to believe I could install 2.32.1.0. Does this mean that the FluentAutomation nuget package was built with